body {
  background: #1b1b1b url("../images/body-bg.png") repeat-x center bottom fixed;
  box-sizing: border-box;
  padding: 0 0 35px 0;
  position: relative;
  margin: 0px;
  min-height: 100vh;
  /*
	 ======================================
	 ========= PHOTO GALLERY STYLE ========
	 ======================================
	*/
}

body.frozen {
  position: fixed;
}

body nav {
  font-family: 'Exo 2', sans-serif;
}

body nav.desktop {
  box-sizing: border-box;
  min-height: 95vh;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px;
  margin: 0px;
  position: fixed;
  display: block;
  max-height: 100%;
  width: 250px;
  right: 0;
  top: 60px;
  z-index: 10;
}

body nav.desktop a {
  display: block;
  text-align: right;
  margin: 0;
  box-sizing: border-box;
  color: #9e9e9e;
  padding: 10px 30px 10px 20px;
  font-size: 20px;
}

body nav.desktop a:hover {
  animation: none;
  background: #9e9e9e;
  color: #1b1b1b;
}

body nav.desktop a.active {
  animation: none;
  background: none;
  color: #f3f3f3;
  font-weight: 700;
  cursor: default;
}

body nav.desktop a.active:hover {
  animation: none;
  background: none;
  color: #f3f3f3;
}

body nav.desktop a.active.blog {
  background: none;
  cursor: pointer;
}

body nav.desktop a.active.blog:hover {
  background: #1b1b1b;
  cursor: pointer;
}

body nav.desktop a.inactive {
  cursor: no-drop;
}

body nav.desktop a.inactive:hover {
  background: none;
  font-weight: 400;
  cursor: no-drop;
  color: #e07d42;
}

body nav.desktop .logo {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 0;
}

body nav.desktop .logo img {
  max-width: 35%;
  display: block;
  margin: 30px auto;
  pointer-events: none;
}

body nav.mobile {
  display: none;
}

body #navBlanket {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

body a {
  color: #bdbdbd;
  text-decoration: none;
}

body a:hover {
  animation: linkFade 1s 1;
  color: #e07d42;
}

body #universe {
  box-sizing: border-box;
  font-family: 'Exo 2', sans-serif;
  padding: 60px 0 32px 0;
  position: relative;
  padding-right: 250px;
  z-index: 5;
  text-align: left;
}

body #universe.login {
  padding-right: 0px;
}

body #universe.login form.signIn {
  width: 50%;
  display: block;
  margin: 25px auto;
  text-align: center;
  padding: 30px;
  background: #0d0d0d;
  border-radius: 15px;
}

body #universe.login form.signIn label {
  color: #9e9e9e;
}

body #universe.login form.signIn li {
  list-style-type: none;
  margin-bottom: 25px;
}

body #universe.login form.signIn input:hover {
  cursor: pointer;
}

body #universe.adminView {
  padding-right: 0px;
}

body #universe.adminView ul#headlines li {
  list-style-type: none;
  cursor: pointer;
}

body #universe.adminView ul#headlines li h3 {
  margin-bottom: 10px;
}

body #universe.adminView ul#headlines li h3 a:before {
  content: url("../images/admin-ui-edit.png");
  margin: 0px 10px 0px -27px;
}

body #universe.adminView ul#headlines .articleAdd a:before {
  content: url("../images/admin-ui-add.png");
  margin: 0px 10px 0px -27px;
}

body #universe.articleView .article {
  background: #1f1f1f;
  box-sizing: border-box;
  color: #9e9e9e;
  max-width: 98%;
  padding: 20px 10px;
  margin: 30px auto;
  text-align: left;
}

body #universe.articleView .article h2 {
  color: #bdbdbd;
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  max-width: 100%;
}

body #universe.articleView .article .pubDate {
  color: #f3f3f3;
  margin: 0px 0px 40px 0px;
}

body #universe.articleView .article p {
  margin-bottom: 0px;
}

body #universe.articleView .article p img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

body #universe.editArticle {
  padding-right: 0px;
}

body #universe.editArticle .articlePortal {
  max-width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

body #universe.editArticle .articlePortal h2 {
  color: #bdbdbd;
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  line-height: 32px;
  max-width: 100%;
  margin: 50px auto 0px auto;
  text-align: left;
}

body #universe.editArticle .articlePortal li {
  list-style-type: none;
}

body #universe.editArticle .articlePortal li label, body #universe.editArticle .articlePortal li input, body #universe.editArticle .articlePortal li textarea {
  border-radius: 5px;
  display: block;
  min-width: 70%;
  max-width: 70%;
  margin: 0 auto 20px auto;
}

body #universe.editArticle .articlePortal li label {
  color: #e07d42;
}

body #universe.editArticle .articlePortal a.articleDel:before {
  content: url("../images/admin-ui-delete.png");
  margin: 0px 10px 0px 0;
}

body #universe.adminView #adminHeader, body #universe.editArticle #adminHeader {
  background: #1f1f1f;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

body #universe.adminView #adminHeader p, body #universe.editArticle #adminHeader p {
  color: #e07d42;
  margin: 0px;
}

body #universe.adminView #adminHeader p .adminLogout:after, body #universe.editArticle #adminHeader p .adminLogout:after {
  content: url("../images/admin-ui-logout.png");
  margin: 0px 0px 0px 10px;
}

body #universe header {
  background: #0b0b0b;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  height: 60px;
  max-height: 60px;
  margin: 0px;
  top: 0px;
  z-index: 100;
}

body #universe header > h1 {
  color: #bdbdbd;
  font-family: 'Anton', sans-serif;
  font-size: 34px;
  line-height: 36px;
  padding: 10px 8px 0 8px;
  margin: 0;
  text-align: left;
}

body #universe header > h1 a:before {
  content: url("../images/logo-header.png");
  margin-right: 10px;
}

body #universe header > h1 #burger {
  display: none;
  width: 36px;
  position: absolute;
  right: 40px;
  top: 10px;
  text-align: center;
  font-size: 1.4em;
  cursor: pointer;
}

body #universe header > h1 #burger.active {
  color: #e07d42;
}

body #universe h2 {
  color: #f3f3f3;
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  line-height: 32px;
  max-width: 98%;
  margin: 50px auto 0px auto;
  text-align: left;
}

body #universe .nebula {
  box-sizing: border-box;
  width: 100%;
  z-index: 50;
  position: relative;
}

body #universe .nebula.paralell {
  min-height: 400px;
  height: 35vh;
  max-height: 35vh;
  background: transparent;
}

body #universe .nebula.static {
  min-height: 24vh;
  max-height: 24vh;
  overflow: hidden;
}

body #universe .nebula.static h2 {
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: right;
  padding: 15px 15px 15px 50px;
  color: #f3f3f3;
  font-size: 36px;
  font-family: 'Exo 2', sans-serif;
  position: absolute;
  left: 0px;
  top: 20%;
}

body #universe .nebula.static img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

body #universe .nebula.galaxy {
  min-height: 20vh;
  max-height: 20vh;
  background: transparent;
}

body #universe .nebula.galaxy h2 {
  margin: 0 0 0 0;
  background: rgba(0, 0, 0, 0.65);
  text-align: right;
  padding: 15px 15px 15px 50px;
  color: #f3f3f3;
  font-size: 36px;
  font-family: 'Exo 2', sans-serif;
  position: absolute;
  left: 0px;
  top: 20%;
}

body #universe .nebula.wormhole {
  min-height: 15vh;
  max-height: 15vh;
  background: transparent;
}

body #universe .nebula p {
  display: block;
  text-align: center;
  color: #f3f3f3;
  margin: 0 auto;
  padding: 0 40px;
}

body #universe .nebula p.top {
  color: #e0dfdc;
  letter-spacing: .1em;
  font-size: 3vw;
  padding-top: 3vw;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

body #universe .nebula p.bottom {
  color: #e0dfdc;
  letter-spacing: .1em;
  font-size: 7.5vw;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0, 0, 0, 0.9);
}

body #universe .nebula p span {
  display: block;
}

body #universe .nebula p span#w1 {
  font-family: 'Prompt', sans-serif;
}

body #universe .nebula p span#w2 {
  font-family: 'Archivo Black', sans-serif;
  font-weight: 700;
  font-size: 6vw;
}

body #universe .nebula p span#w3 {
  font-family: 'Lobster', cursive;
  font-size: 4vw;
}

body #universe .nebula p .anim1 {
  animation-duration: 1.5s;
  animation-name: wFade1;
  animation-iteration-count: 1;
}

body #universe .nebula p .anim2 {
  animation-duration: 2s;
  animation-name: wFade2;
  animation-iteration-count: 1;
}

body #universe .nebula p .anim3 {
  animation-duration: 2.6s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .content {
  width: 98%;
  box-sizing: border-box;
  padding: 10px;
  background: #1f1f1f;
  color: #9e9e9e;
  text-align: left;
  margin: 35px auto 0 auto;
}

body #universe .content h2 {
  color: #bdbdbd;
  max-width: initial;
  margin: 20px 0 0 0;
}

body #universe .content p {
  line-height: 25px;
}

body #universe ul#headlines, body #universe ul.headlines {
  background: #1f1f1f;
  box-sizing: border-box;
  padding: 20px 40px;
  margin: 0 auto;
  max-width: 98%;
  text-align: left;
}

body #universe ul#headlines li, body #universe ul.headlines li {
  background: #1b1b1b;
  list-style-type: none;
  display: block;
  margin: 0 auto 10px auto;
  padding: 10px;
}

body #universe ul#headlines li h3, body #universe ul.headlines li h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}

body #universe ul#headlines li h3 .pubDate, body #universe ul.headlines li h3 .pubDate {
  display: block;
  font-size: 12px;
  color: #f3f3f3;
}

body #universe ul#headlines li h3 a, body #universe ul.headlines li h3 a {
  display: block;
  text-decoration: none;
}

body #universe ul#headlines li .summary, body #universe ul.headlines li .summary {
  color: #9e9e9e;
  margin: 0;
  display: block;
}

body #universe ul#headlines p.articleCount, body #universe ul.headlines p.articleCount {
  color: #e07d42;
}

body #universe ul#headlines .accordion-toggle, body #universe ul.headlines .accordion-toggle {
  color: #9e9e9e;
  cursor: pointer;
  text-align: right;
  border-bottom: #111 1px solid;
  margin: 0;
  padding: 15px;
  font-size: 32px;
}

body #universe ul#headlines .accordion-toggle:before, body #universe ul.headlines .accordion-toggle:before {
  content: '+';
  float: left;
}

body #universe ul#headlines .accordion-toggle.active, body #universe ul#headlines .accordion-toggle.default, body #universe ul.headlines .accordion-toggle.active, body #universe ul.headlines .accordion-toggle.default {
  color: #bdbdbd;
}

body #universe ul#headlines .accordion-toggle.active:before, body #universe ul#headlines .accordion-toggle.default:before, body #universe ul.headlines .accordion-toggle.active:before, body #universe ul.headlines .accordion-toggle.default:before {
  content: '-';
}

body #universe ul#headlines .accordion-toggle.active + .accordion-content, body #universe ul#headlines .accordion-toggle.default + .accordion-content, body #universe ul.headlines .accordion-toggle.active + .accordion-content, body #universe ul.headlines .accordion-toggle.default + .accordion-content {
  display: block;
}

body #universe ul#headlines .accordion-content, body #universe ul.headlines .accordion-content {
  display: none;
}

body #universe ul#headlines .accordion-content:after, body #universe ul.headlines .accordion-content:after {
  content: 'Expand the previous year to read more';
  text-align: center;
  font-size: 11px;
  color: #f3f3f3;
  font-style: italic;
  display: block;
}

body #universe .workspace {
  background: #1f1f1f;
  color: #9e9e9e;
  box-sizing: border-box;
  padding: 10px 10px 50px 10px;
  position: relative;
  margin: 15px auto 60px auto;
  max-width: 98%;
}

body #universe .workspace.display {
  display: block;
}

body #universe .workspace.dev {
  margin: 15px 10px 60px 10px;
  display: inline-block;
  max-width: 46.5%;
  vertical-align: top;
}

body #universe .workspace.dev .hemisphere {
  display: block;
}

body #universe .workspace.dev .hemisphere.left {
  width: 100%;
}

body #universe .workspace.dev .hemisphere.right {
  width: 100%;
}

body #universe .workspace h2 {
  color: #bdbdbd;
}

body #universe .workspace .contactUs {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

body #universe .workspace .contactUs h4 {
  color: #bdbdbd;
}

body #universe .workspace .contactUs form {
  box-sizing: border-box;
  display: block;
}

body #universe .workspace .contactUs form .formHalf {
  box-sizing: border-box;
  display: inline-block;
  padding: 45px;
  text-align: left;
  width: 48%;
}

body #universe .workspace .contactUs form .formHalf input, body #universe .workspace .contactUs form .formHalf textarea {
  box-sizing: border-box;
  display: block;
  margin: 0 0 25px 0;
  width: 100%;
  padding: 10px;
}

body #universe .workspace .contactUs form .formHalf textarea {
  min-height: 355px;
}

body #universe .workspace .hemisphere {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 -1px;
}

body #universe .workspace .hemisphere.left {
  width: 60%;
  vertical-align: middle;
  justify-content: center;
}

body #universe .workspace .hemisphere.right {
  width: 40%;
  vertical-align: top;
}

body #universe .workspace .hemisphere.supernova {
  display: block;
  text-align: center;
  width: 100%;
}

body #universe .workspace .hemisphere.supernova > * {
  text-align: left !important;
}

body #universe .workspace .hemisphere.supernova h3 {
  margin: 0;
}

body #universe .workspace .hemisphere.supernova a.gammaRayBurst {
  background-size: cover !important;
  overflow: hidden;
  width: 30%;
  padding-bottom: 30%;
  height: auto;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #bdbdbd;
  display: inline-block;
  float: none;
}

body #universe .workspace .hemisphere.supernova a.gammaRayBurst:hover {
  border-color: #e07d42;
}

body #universe .workspace .hemisphere.supernova a.gammaRayBurst img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .workspace .hemisphere.project {
  display: inline-block;
}

body #universe .workspace .hemisphere.project.complete {
  justify-content: center;
  vertical-align: top;
  width: 100%;
  text-align: center;
}

body #universe .workspace .hemisphere.project.complete a.slide {
  background-size: cover !important;
  overflow: hidden;
  width: 22%;
  padding-bottom: 22%;
  height: auto;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #bdbdbd;
  display: inline-block;
  float: none;
}

body #universe .workspace .hemisphere.project.complete a.slide:hover {
  border-color: #e07d42;
}

body #universe .workspace .hemisphere.project.complete a.slide img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .workspace .hemisphere.project.info {
  vertical-align: top;
  width: 100%;
  text-align: left;
}

body #universe .workspace .hemisphere.project.info h3 {
  text-align: left;
}

body #universe .workspace .hemisphere.project.slides {
  display: block;
  width: 100%;
}

body #universe .workspace .hemisphere.project.slides span.category {
  text-align: left;
  margin-bottom: 25px;
}

body #universe .workspace .hemisphere.project.slides .holster {
  padding: 0 50px;
  position: relative;
}

body #universe .workspace .hemisphere.project.slides .holster .arrow {
  cursor: pointer;
  position: absolute;
  box-sizing: border-box;
  height: 90%;
  top: 0px;
  padding: 25px 10px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 36px;
  font-family: arial, sans-serif;
  z-index: 2;
}

body #universe .workspace .hemisphere.project.slides .holster .arrow.prev {
  left: 0px;
}

body #universe .workspace .hemisphere.project.slides .holster .arrow.next {
  right: 0px;
}

body #universe .workspace .hemisphere.project.slides .holster a.slide {
  background-size: cover !important;
  overflow: hidden;
  width: 7%;
  height: 75px;
  box-sizing: border-box;
  margin: 0px 15px 15px 0;
  border: 1px solid #bdbdbd;
  display: inline-block;
  float: none;
}

body #universe .workspace .hemisphere.project.slides .holster a.slide:hover {
  border-color: #e07d42;
}

body #universe .workspace .hemisphere.project.slides .holster a.slide img {
  display: block;
  min-width: 100%;
  margin-left: 0;
  min-height: 100%;
}

body #universe .workspace .hemisphere img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body #universe .workspace .hemisphere h3 {
  text-align: right;
  margin-top: 0px;
  color: #bdbdbd;
  margin: 50px 0 0 0;
  font-size: 30px;
}

body #universe .workspace .hemisphere span.category {
  color: #e07d42;
  display: block;
  text-align: right;
}

body #universe .workspace .hemisphere p.description {
  padding: 0;
  color: #9e9e9e;
  text-align: justify;
  line-height: 22px;
}

body #universe .workspace .hemisphere a.portfolioLink {
  display: block;
  width: 70%;
  max-width: 70%;
  padding: 15px;
  background: #3c3c3c;
  text-decoration: none;
  box-sizing: border-box;
  color: #f3f3f3;
  cursor: pointer;
  margin: 50px auto 0 auto;
  text-align: center;
}

body #universe .workspace .hemisphere a.portfolioLink:before {
  content: url("../images/ui-view-site.png");
  color: #f3f3f3;
  margin-right: 10px;
}

body #universe .workspace .hemisphere a.portfolioLink:after {
  content: 'VIEW SITE';
  color: #f3f3f3;
}

body #universe .workspace .hemisphere a.portfolioLink:hover {
  animation: buttonFade 1s 1;
  background: #e07d42;
  color: #f3f3f3;
}

body #universe .workspace .hemisphere a.starburst {
  display: block;
  border: 1px solid #bdbdbd;
  margin: 0 auto;
  width: 40%;
}

body #universe .workspace .hemisphere a.starburst:hover {
  border-color: #e07d42;
}

body #universe .workspace .hemisphere a.starburst img {
  width: 100%;
}

body footer {
  background: #0b0b0b;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  color: #e07d42;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  height: 28px;
  max-height: 28px;
  padding: 5px 0 0 0;
  text-align: center;
  width: 100%;
}

body footer > p {
  display: block;
  margin: 0;
}

body .clear {
  clear: both;
}
