/*
general.css
DudzikArt.com
CSS3
*/

/* General Styling */

:root {
  --dudzikArt-Color-One: #191919;
}

@font-face {
  font-family: Avenir;
  src: url(../Avenir.otf);
}

body {
  /* Size Styles */
  margin: 0px;
  /* Text Styles */
  font-family: Avenir, verdana, Arial, sans-serif;
  color: white;
  /* General Styles */
  background-color: #505050;
}

ul.centerList {
  /* Display & Position */
  display: block;
  /* Size Styles */
  margin: auto;
  max-width: 400pt;
  padding-left: 18pt;
  padding-right: 10pt;
  /* Text Styles */
  text-align: left;
}

.listNoPadding {
  padding-left: 0px;
  list-style: none;
}

.button {
  /* Size Styles */
  margin-top: 10px;
  margin-bottom: 10px;
  /* Text Styles */
  line-height: 50px;
  text-align: center;
  /* General Styles */
  background-color: gray;
}

/* Noscript */

noscript div#NSBox {
  /* Display & Position */
	display: block;
  /* Size Styles */
	width: 100%;
	max-width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #ff1e1e;
  border-radius: 20px;
}

/* Site Header */

header {
  /* Display & Position */
  position: fixed;
  /* Size Styles */
  height: 6.3em;
  width: 100%;
  top: 0pt;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #000000;
  z-index: 3;
}

header h1 {
  /* Size Styles */
  margin-top: 0.6em;
  /* Text Styles */
  font-size: 30pt;
}

/* Site Navigation */

div#hamburger {display: none;}

nav {
  /* Display & Position */
  position: fixed;
  /* Size Styles */
  height: 3.75em;
  width: 100%;
  margin-top: 6.3em;
  top: 0px;
  /* General Styles */
  background-color: #121212;
  z-index: 3;
  transition: 1s;
}

nav ul {
  /* Size Styles */
  margin: 0px;
  /* General Styles */
  list-style-type: none;
}

nav ul#navLinks li {
  /* Display & Position */
  display: inline-block;
  /* Text Styles */
  text-align: center;
}
nav ul#navLinks li a {
  /* Display & Position */
  display: block;
  /* Size Styles */
  height: 100%;
  width: 148px;
  /* Text Styles */
  line-height: 60px;
  font-size: 18px;
  text-decoration: none;
  /* General Styles */
  background-color: #191919;
}

nav ul li a:link {color: white;}

nav ul li a:visited {color: white;}

nav ul li a:hover {color: gray;}

/* REVIEW: Active link style should be changed. */
nav ul li a:active {border-color: white;}

nav ul#navLinks li a.thisPage {background-color: #232323;}

nav ul#socialBar {
  /* Size Styles */
  height: 3.75em;
  width: 11em;
  margin-top: -60px;
  padding-left: 0px;
  margin-right: 20px;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #2d2d2d;
  float: right;
}

nav ul#socialBar li {
  /* Display & Position */
  display: inline-block;
  /* Size Styles */
  margin-left: 5px;
  margin-right: 5px;
  /* Text Styles */
  line-height: 60px;
  font-size: 22px;
}

div#navSpacer {
  /* Size Styles */
  height: 160px;
  width: 100%;
  top: 0px;
}

/* Main Content */

main {
  /* Size Styles */
  margin-left: 17em;
  /* General Styles */
  background-color: #505050;
}

main section {text-align: center;}

/* Sidebar */

div#sidebar {
  /* Display & Position */
  position: fixed;
  /* Size Styles */
  height: 100%;
  width: 17em;
  top: 0px;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #282828;
  overflow-y: scroll;
  z-index: 2;
}

div#sidebar section#SBAnnouncements {
  transition: 0.5s;
}

div#sidebar img#DAIcon {
  /* Display & Position */
  display: block;
  /* Size Styles */
  width: 60%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  /* Text Styles */
  text-align: center;
  font-size: 80px;
}

.SBInfoBubble {
  /* Size Styles */
  width: 95%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #191919;
  border-radius: 20px;
}

.bubbleButton {
  float: right;
  font-size: 25px;
  height: 25px;
  width: 25px;
  color: red;
  margin-top: -20px;
  margin-right: 5px;
  cursor: pointer;
  background-size: 25px 25px;
}

.bubbleOpenButton {
  display: none;
  background-image: url("../images/General/UI/1AF82EA7-7B53-46A1-8180-7AE2C24DD3DD.png");
}

.bubbleCloseButton {background-image: url("../images/General/UI/880CB17F-7741-4A8E-88B3-993B4ED8EFEF.png");}

.bubbleMinimizeButton {background-image: url("../images/General/UI/C2C537E9-87F9-4F52-8EA9-8FBEA241F9AA.png");}

.announcement {
  background-color: black;
  border-radius: 20px;
  margin: 2%;
  padding:5px;
}

.annoImportant {
  background-color: #b30000 !important;
}

.sidebarTopContent {
  margin-top: 11em;
}

ul.navButtonList {list-style: none;}

ul li a.sbButton {
  /* Display & Position */
  display: block;
  /* Size Styles */
  height: 3em;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  /* Text Styles */
  line-height: 3em;
  text-align: center;
  /* General Styles */
  background-color: gray;
}

ul li a.sbButton:link {
  /* Text Styles */
  color: white;
  text-decoration: none;
}

ul li a.sbButton:visited {color: white;}

ul li a.sbButton:hover {color: black;}

/* REVIEW: Active link style should be changed. */
ul li a.sbButton:active {color: white;}

/* Site Footer */

footer {
  /* Size Styles */
  height: auto;
  width: auto;
  margin-left: 260px;
  padding-top: 10px;
  /* Text Styles */
  text-align: center;
  /* General Styles */
  background-color: #121212;
}

#DMCA {
  margin: 30px;
}

/* Screen Size Conditions */

@media (max-width: 768px) {

  /* Main Content */

  main {margin-left: 0px;}

  /* Sidebar */

  div#sidebar {
    display: none;
  }

  /* Site Footer */

  footer {
    /* Size Styles */
    height: auto;
    width: auto;
    margin-left: 0px;
    padding-top: 10px;
    /* Text Styles */
    text-align: center;
    /* General Styles */
    background-color: #121212;
  }

}

@media (max-width: 580px) {

  /* Site Navigation */

  div#hamburger {
  /* Display & Position */
	display: block;
  /* Size Styles */
  position: fixed;
	margin-top: 20pt;
	right: 5%;
  /* Text Styles */
	font-size: 30px;
	text-align: center;
  /* General Styles */
  float: right;
  cursor: pointer;
  z-index: 3;
}

div#navSpacer {height: 100px;}

/* REVIEW: Navigation bar won't scroll on y axis when content overflows. */

  nav {
    display: none;
    height: auto;
  }

  nav ul#navLinks {padding-left: 0px;}

  nav ul#navLinks li {display: block;}

  nav ul#navLinks li a {
    /* Display & Position */
    position: relative;
    /* Size Styles */
    width: 100%;
  }

  nav ul#socialBar {
    /* Display & Position */
    position: relative;
    /* Size Styles */
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }

  nav ul#socialBar li {
    /* Display & Position */
    display: inline-block;
    /* Size Styles */
    margin-top: 2px;
    margin-left: 3%;
    margin-right: 3%;
    /* Text Styles */
    font-size: 35px;
  }

}

  @media (max-width: 300px) {

    header h1 {
      line-height: 98px;
      font-size: 22px;
    }

  }

@media (max-width: 382px) and (min-width: 301px) {

  header h1 {
    line-height: 2.2em;
    font-size: 30px;
  }

}

@media (max-height: 500px) and (min-width: 581px) {

  /* Site Header */

  header {display: none;}

  header h1 {
    /* Display & Position */
    display: none;
    /* Size Styles */
    padding-top: 0px;
    /* Text Styles */
    font-size: 0px;
  }

  /* Site Navigation */

  nav {
    margin-top: 0px;
    overflow-y: scroll;
  }

  div#navSpacer {
    /* Size Styles */
    height: 60px;
    width: 100%;
    top: 0px;
  }

  /* Sidebar */

  .sidebarTopContent {margin-top: 80px;}

}
