body {
  margin: 0;
  background-color: black;
}
body.offset {
  margin-top: calc(80vh);
}
a {
  text-decoration: none;
}
a,
a img {
  outline-width: 0;
}
#spaceScene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 60vh;
  padding: 0 60px;
  z-index: 1;
  min-height: 3800px;
  transform: scaleZ(1);
  transition: padding 0.5s ease-out;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 23px;
  transition: all 0.5s ease-out;
}
nav ul li {
  display: inline-block;
  margin-right: 20px;
}
nav ul a,
nav ul a:visited {
  position: relative;
  color: white;
  text-decoration: none;
  transition: color 0.4s linear;
}
nav ul a span,
nav ul a:visited span {
  display: inline-block;
  transition: transform 0.2s linear;
}
nav ul a:active,
nav ul a:hover {
  color: #f70;
  transition: color 0s linear;
}
nav ul a:active span,
nav ul a:hover span {
  transform: translateY(-12px);
  transition: transform 0.1s linear;
}
body#page_index nav ul a.index,
body#page_research nav ul a.research,
body#page_about nav ul a.about,
body#page_contact nav ul a.contact {
  color: #ff7700;
}
#logo {
  position: absolute;
  top: -125px;
  right: -110px;
  z-index: 3;
  transform-origin: 100% 70%;
  transition: all 0.5s ease-out;
}
#logo img {
  filter: drop-shadow(0 0 3px #000000);
  -webkit-filter: drop-shadow(0 0 3px #000000);
}
#banner {
  position: relative;
  width: calc(220.5%);
  height: 540px;
  margin: -40px -60px 0 -60px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  font-size: 20px;
  transition: all 0.5s ease-out;
}
#banner .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 800px;
  min-height: 400px;
  margin: 0 auto 600px auto;
  padding: 40px 60px 60px 60px;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-family: Open Sans;
}
#pageText {
  font-size: 16px;
  color: #33;
  line-height: 1.5;
}
#pageText h1 {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #444;
  font-family: Comfortaa;
}
#pageText h1:not(:first-child) {
  margin-top: 50px;
}
#pageText h1:before {
  content: "//";
  color: #7af;
  padding-right: 0.3em;
  margin-left: -1.3em;
}
#pageText h2 {
  font-size: 28px;
  border-bottom: 2px solid #8888ff;
  font-weight: 300;
  font-family: lato;
}
#pageText h3 {
  font-size: 22px;
  margin: 5px 0 0 0;
}
#pageText h4 {
  font-size: 18px;
  margin: 5px 0 0 0;
}
#pageText p {
  margin-bottom: 10px;
}
#pageText a {
  color: #005fb3;
  text-decoration: none;
}
#pageText a:hover,
#pageText a:active {
  text-decoration: underline;
}
#pageText label {
  display: block;
  margin-bottom: 10px;
}
#pageText label span {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
#pageText input,
#pageText textarea {
  font: 16px DroidSans;
}
#pageText table {
  font-size: 100%;
  color: inherit;
  line-height: inherit;
}
#pageText .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  /* 16:9 */
}
#pageText .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  #logo {
    position: absolute;
    top: -110px;
    right: 0;
    transition: all 0.5s ease-out;
  }
  #logo {
    transform: scale(0.85);
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 900px) {
  nav ul {
    font-size: 19px;
  }
  #logo {
    transform: scale(0.7);
    transition: all 0.5s ease-out;
  }
}
@media screen and (max-width: 800px) {
  .container {
    padding: 0 20px;
    transition: all 0.5s ease-out;
  }
  #pageText h1:before {
    content: "";
    padding-right: 0;
    margin-left: 0;
  }
  #logo {
    transform: scale(0.55);
    transition: all 0.5s ease-out;
  }
  nav ul {
    font-size: 16px;
  }
  nav ul li {
    margin-right: 10px;
  }
  .content {
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, 0.83);
    transition: all 0.5s ease-out;
  }
  #banner {
    width: calc(130%);
    margin: -20px -15px 0 -15px;
  }
}
@media screen and (max-width: 600px) {
  #logo {
    top: -145px;
  }
}
@media screen and (max-width: 480px) {
  nav ul {
    font-size: 15px;
  }
  .content {
    font-size: 15px;
  }
  .pageText .columns {
    column-width: 120px;
    -moz-column-width: 120px;
    -webkit-column-width: 120px;
  }
}
