h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Tektur', sans-serif;
}

h1, .h1 {
  font-size: 54px;
  line-height: 62px;
}

h2, .h2 {
  font-size: 40px;
  line-height: 48px;
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 32px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 20px;
}

body {
  background: #1b1b1b url("../images/asfalt.png") repeat fixed;
  font-family: 'UbuntuMono',sans-serif;
  color: #9e9e9e;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 70px 0;
  position: relative;
  box-sizing: border-box;
}

body * {
  box-sizing: border-box;
}

body nav.desktop {
  background: #0b0b0b;
  box-sizing: border-box;
  min-height: 98vh;
  padding: 0px;
  margin: 0px;
  position: fixed;
  display: block;
  max-height: 98vh;
  width: 250px;
  left: 0;
  top: 60px;
  z-index: 99;
}

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

body nav.desktop a:hover {
  animation: none;
  background: #04B1CA;
  color: #f6f6f6;
}

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

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

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: #D8514D;
}

body nav.desktop .logo {
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 70px;
  min-width: 250px;
  max-width: 250px;
}

body nav.desktop .logo img {
  display: block;
  margin: 0 auto 80px auto;
  pointer-events: 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: 98;
}

body header {
  background: #000;
  text-align: right;
  height: 60px;
  max-height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 0 40px 0 0;
  z-index: 100;
}

body header #burger {
  display: none;
  width: 36px;
  text-align: center;
  font-size: 2.2em;
  cursor: pointer;
  color: #9e9e9e;
  float: left;
  padding: 0 10px 10px 10px;
}

body header #burger.active {
  color: #a34b4b;
}

body header h1 {
  color: #f3f3f3;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
}

body header h1 a {
  text-decoration: none;
  color: #f3f3f3;
  font-size: 3.2vw;
  /*&:after {
					content: url('../images/logo.png');
					margin-left: 10px;
					width: 72px;
				}*/
}

body header h1 a img {
  width: 128px;
  height: auto;
}

body header img.logo {
  display: inline-block;
  vertical-align: top;
}

body #universe {
  padding: 60px 0 0 250px;
  min-height: 97vh;
}

body #universe .singularity {
  background: transparent;
  margin: 0 0 0px 0;
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
}

body #universe .singularity p {
  font-size: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f3f3f3;
}

body #universe .singularity p .oh {
  font-size: 68px;
  display: inline-block;
  margin-left: -20px;
}

body #universe .singularity p.big {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.4), 0 0 5px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.7), 0 3px 5px rgba(0, 0, 0, 0.5), 0 5px 10px rgba(0, 0, 0, 0.55), 0 10px 10px rgba(0, 0, 0, 0.5), 0 20px 20px rgba(0, 0, 0, 0.45);
}

body #universe .singularity p.small {
  font-size: 2vw;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
}

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

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

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

body #universe .singularity p .anim4 {
  animation-duration: 2.9s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim5 {
  animation-duration: 3.1s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .anim6 {
  animation-duration: 3.3s;
  animation-name: smallBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim1 {
  animation-duration: 1.5s;
  animation-name: tFade1;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim4 {
  animation-duration: 2.9s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim5 {
  animation-duration: 3.1s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

body #universe .singularity p .tAnim6 {
  animation-duration: 3.3s;
  animation-name: tabletBounce;
  animation-iteration-count: 1;
}

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;
  display: flex;
  align-items: center;
  justify-content: center;
}

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;
  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;
  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;
}

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 .portal {
  background: transparent;
  position: relative;
  height: 40vh;
  overflow: hidden;
  /*video {
				//transform: rotate(270deg);
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				//filter: invert(100%);
				filter: grayscale(100%);
			}*/
}

body #universe .portal video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
  filter: grayscale(100%);
}

body #universe .abyss {
  background: url("../images/ink-bg.png") no-repeat fixed right bottom;
}

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

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

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

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

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

body #universe .abyss .workspace.img-section {
  background: #1f1f1f;
  display: flex;
  flex-direction: row-reverse;
}

body #universe .abyss .workspace.img-section.no-img {
  flex-direction: column;
  text-align: center;
  padding: 60px;
}

body #universe .abyss .workspace.img-section .hemisphere img {
  position: sticky;
}

body #universe .abyss .workspace.img-section .hemisphere.left {
  flex-basis: 40%;
}

body #universe .abyss .workspace.img-section .hemisphere.right {
  flex-basis: 60%;
}

body #universe .abyss .workspace.img-section.alt {
  flex-direction: row;
}

body #universe .abyss .workspace h2 {
  color: #f3f3f3;
  text-align: left;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  padding: 0 0 0 25px;
}

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

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

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

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

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

body #universe .abyss .workspace .contactUs form .formHalf input[type=submit] {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  background: #D8514D;
  text-decoration: none;
  box-sizing: border-box;
  color: #f3f3f3;
  cursor: pointer;
  margin: 50px auto 0 auto;
  text-align: center;
  border: 0;
}

body #universe .abyss .workspace .contactUs form .formHalf input[type=submit]:hover {
  background: #04B1CA;
  color: #f3f3f3;
}

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

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

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

body #universe .abyss .workspace .hemisphere.right {
  width: 40%;
  vertical-align: top;
  padding: 0 20px 20px;
}

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

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

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

body #universe .abyss .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 #D8514D;
  display: inline-block;
  float: none;
}

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

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

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

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

body #universe .abyss .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 #D8514D;
  display: inline-block;
  float: none;
}

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

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

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

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

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

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

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

body #universe .abyss .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 .abyss .workspace .hemisphere.project.slides .holster .arrow.prev {
  left: 0px;
}

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

body #universe .abyss .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 #D8514D;
  display: inline-block;
  float: none;
}

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

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

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

body #universe .abyss .workspace .hemisphere h3 {
  text-align: right;
  margin-top: 0px;
  color: #D8514D;
  margin: 50px 0 0 0;
}

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

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

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

body #universe .abyss .workspace .hemisphere a.portfolioLink:before {
  color: #f3f3f3;
  margin-right: 10px;
}

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

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

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

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

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

body #universe .abyss .workspace.portfolio {
  box-sizing: border-box;
  padding: 60px 40px;
  text-align: center;
}

body #universe .abyss .workspace.portfolio .fb-account-info {
  display: none;
}

body #universe .abyss .workspace.portfolio .fb-photo {
  width: 15% !important;
  height: 180px !important;
  margin: 15px 15px 0 0;
  border: 1px #1b1b1b solid;
  overflow: hidden;
}

body #universe .abyss .workspace.portfolio .fb-photo .fb-photo-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

body #universe .abyss .workspace.portfolio .fb-preview-img {
  max-width: 800px;
  max-height: 600px;
  margin: 50px auto 0 auto;
}

body #universe .abyss .workspace.portfolio .fb-preview-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

body #universe .abyss .workspace.portfolio .fb-preview-content .fb-preview-text {
  display: none;
}

body #universe .abyss .workspace.portfolio .fb-preview-content {
  margin: 0 0 0 0;
}

body footer {
  background: #000;
  padding: 20px 20px 10px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  color: #9e9e9e;
  border-bottom: #000 12px solid;
  z-index: 100;
  text-align: center;
}

body footer p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
}

body footer p a {
  text-decoration: none;
  color: #a34b4b;
}

body footer p a:hover {
  color: #9e9e9e;
  animation: none;
}

body footer p.right {
  float: right;
}

body .fb-album-heading {
  display: none !important;
}
