#viewport {
  overflow: hidden;
  width: 100%;
}

.container {
  margin: auto;
  width: 1100px;
  position: relative;
}

.fade-zoom {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

img {
  max-width: 100%;
}

.borderbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.always-on {
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 400;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
}

.always-on .on {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 470px;
  height: 650px;
  border: 10px solid #404040;
}

.always-on .on img {
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: -50px;
  opacity: 0;
}

.always-on .on-hold {
  overflow: hidden;
}

.always-on .on-close {
  position: absolute;
  right: -10px;
  top: -50px;
  text-align: right;
}

.always-on .on-close a {
  text-decoration: none;
  color: #5e5e5e;
}

.always-on .on-close a:hover {
  color: #ffffff;
}

.navigation {
  -webkit-transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  position: fixed;
  top: 300px;
  right: -30px;
  width: 16px;
  z-index: 100;
}

.navigation a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0);
  display: block;
  margin-bottom: 10px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.navigation a span {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 14px;
  height: 14px;
  vertical-align: top;
}

.navigation a:hover {
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.navigation a.active {
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.about {
  padding: 280px 0px;
  position: relative;
  color: #ffffff;
}

.about .rectangle {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border: 10px solid #ffffff;
  height: 0px;
  width: 245px;
}

.about .asteroid {
  width: 300px;
  position: absolute;
  left: -150px;
  top: 0px;
}

.about .asteroid-2 {
  width: 120px;
  left: 800px;
  top: 100px;
  z-index: 0;
}

.about .asteroid-3 {
  width: 840px;
  left: auto;
  right: -800px;
  top: 600px;
  z-index: 0;
}

.about .asteroid-main {
  width: 100%;
  z-index: 50;
  top: -20px;
  position: absolute;
  text-align: center;
}

.about .alwayson {
  height: 600px;
  position: relative;
  margin-bottom: 50px;
}

.about .line-steez {
  -webkit-transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.3s all cubic-bezier(0.23, 1, 0.32, 1);
  height: 900px;
  width: 3px;
  background: #202020;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -150px;
  margin: auto;
}

.about .text {
  width: 350px;
  margin: auto;
  text-align: center;
}

.about .text a {
  color: #484644;
}

.about .text a:hover {
  color: #ffffff;
}

.about .scroll {
  padding-top: 150px;
  height: 30px;
  overflow: hidden;
}

.about .scroll svg {
  width: 20px;
  height: 30px;
}

.about .scroll img {
  width: 20px;
  height: 30px;
}

.about .scroll path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #303030;
}

.about .scroll a:hover path {
  fill: #ffffff;
}

.about h3 {
  z-index: 80;
  position: relative;
}

.interests {
  background: #ffffff;
  position: relative;
  padding-top: 360px;
  padding-bottom: 130px;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
  font-size: 14px;
}

.interests .profile {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 250px;
  padding: 22px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: -500px;
  padding-bottom: 30px;
  margin: auto;
  border: 10px solid #d2d2d2;
}

.interests .profile img {
  margin-bottom: 20px;
}

.interests .profile a {
  font-weight: bold;
  color: #303030;
  text-decoration: underline;
}

.interests .profile a:hover {
  color: #707070;
}

.interests .line-steez {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  left: 0px;
  top: -300px;
  width: 0px;
  height: 6px;
  background: #484644;
}

.interests .text {
  width: 580px;
  margin: auto;
}

.interests .scroll {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 280px;
  height: 30px;
  overflow: hidden;
}

.interests .scroll svg {
  width: 20px;
  height: 30px;
}

.interests .scroll img {
  width: 20px;
  height: 30px;
}

.interests .scroll path {
  fill: #303030;
}

.clear {
  clear: both;
}

.number {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 30px;
  top: 160px;
  letter-spacing: 4px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.number-dark {
  color: #000000;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .column-2 {
  width: 400px;
  float: right;
  position: relative;
}

.row .column-2:first-child {
  float: left;
}

.row .column-3 {
  width: 300px;
  float: left;
  position: relative;
  margin-left: 100px;
}

.row .column-3:first-child {
  margin-left: 0px;
}

.loading {
  height: 100%;
  overflow: hidden;
}

.loader {
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 300;
}

.loader .percent {
  color: #ffffff;
  letter-spacing: 4px;
  font-size: 12px;
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0px;
}

.always-on-active {
  visibility: visible;
  opacity: 1;
}

.always-on-active .on img {
  opacity: 1;
  margin-top: 0px;
}

.hero {
  height: 1000px;
  position: relative;
  color: #ffffff;
}

.hero .steez-line {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -37px;
  top: 260px;
  width: 2px;
  height: 860px;
  z-index: 10;
}

.hero .title {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  letter-spacing: 2px;
  font-size: 11px;
  position: absolute;
  left: 0px;
  top: 50px;
}

.hero .logo {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  width: 120px;
  position: fixed;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 160px;
  z-index: 300;
}

.hero .logo img {
  width: 120px;
}

.hero .logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 20px;
  opacity: 1;
  border: 7px solid rgba(255, 255, 255, 0.7);
}

.hero .logo a:hover {
  opacity: 1;
  border: 7px solid #fff;
}

.hero h1 {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  position: absolute;
  top: 750px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  font-family: var(--font-heading);
}

.hero .container {
  height: 100%;
}

.loaded .hero .title {
  top: 160px;
}

.loaded .hero .logo {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
}

.loaded .hero .logo a {
  opacity: 0.5;
}

.loaded .hero .logo a:hover {
  opacity: 1;
  border: 7px solid #fff;
}

.loaded .hero h1 {
  opacity: 1;
  top: 650px;
  font-size: 100px;
  line-height: 1.2;
  font-family: var(--font-heading);
  font-weight: 300;
}

.loaded .hero .steez-line {
  right: 37px;
}

.loaded .navigation {
  right: 30px;
}

.navigation-dark a {
  border: 2px solid transparent;
}

.navigation-dark a span {
  background: rgba(0, 0, 0, 0.2);
}

.navigation-dark a:hover {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

.navigation-dark a.active {
  border: 2px solid rgba(0, 0, 0, 0.4);
}

footer {
  padding: 100px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}

footer b {
  font-size: 14px;
  font-weight: bold;
}

footer a {
  text-decoration: underline;
  color: #303030;
}

footer a:hover {
  color: #808080;
}

.about-active .rectangle {
  height: 500px;
}

.about-active .line-steez {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-active .steez-2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hydrocode {
  padding: 260px 0px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}

.hydrocode .impact {
  padding-top: 100px;
  line-height: 18px;
}

.hydrocode .impact a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.hydrocode .impact a:after {
  content: "";
  display: table;
  clear: both;
}

.hydrocode .impact a:hover {
  color: #a98f75;
}

.hydrocode .impact a:hover path {
  fill: #a98f75;
}

.hydrocode .impact span {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  padding-top: 10px;
}

.hydrocode .impact path {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.hydrocode .impact svg {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 70px;
}

.hydrocode .impact img {
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  margin-bottom: 200px;
}

.hydrocode .alwayson {
  position: absolute;
  left: 0px;
  bottom: -120px;
}

.hydrocode .alwayson b {
  color: #ffffff;
}

.hydrocode .alwayson span {
  margin: 0px 5px;
  color: #383838;
}

.hydrocode .alwayson a {
  color: #5e5e5e;
  text-decoration: none;
}

.hydrocode .alwayson a:hover {
  color: #ffffff;
}

.hydrocode .graph {
  height: 600px;
  position: relative;
}

.hydrocode .graph-line {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  background: rgba(255, 255, 255, 0.2);
  width: 2px;
  height: 0px;
  position: absolute;
  left: 0%;
  bottom: -260px;
}

.hydrocode .line-2 {
  -webkit-transition: 1.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.8s all cubic-bezier(0.23, 1, 0.32, 1);
  left: 33%;
}

.hydrocode .line-3 {
  -webkit-transition: 2.1s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 2.1s all cubic-bezier(0.23, 1, 0.32, 1);
  left: 66%;
}

.hydrocode .line-4 {
  -webkit-transition: 2.4s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 2.4s all cubic-bezier(0.23, 1, 0.32, 1);
  left: 100%;
}

.hydrocode-active .fade-zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.hydrocode-active .graph-line {
  height: 860px;
}

.interests-active .line-steez {
  width: 60px;
}

.publications {
  padding: 250px 0px;
  position: relative;
  padding-bottom: 200px;
}

.publications .line-x {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: -200px;
  z-index: 0;
  height: 850px;
  width: 4px;
  background: #f6f6f6;
}

.publications .line-x-2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -100px;
}

.publications .line-steez {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: -20px;
  top: -140px;
  width: 60px;
  height: 6px;
  background: #484644;
}

.publications .line-steez-2 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -160px;
  left: auto;
  width: 0px;
  right: 0px;
}

.publications .text {
  position: relative;
  z-index: 1;
}

.publications .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.publications .title span {
  font-size: 12px;
  letter-spacing: 3px;
}

.publications h2 {
  font-size: 110px;
  line-height: 110px;
  margin-bottom: 50px;
}

.publications .highlight {
  background: #fff899;
  padding: 0px 5px;
  display: inline-block;
}

.publications .contact {
  text-align: center;
  margin-top: 100px;
  height: 290px;
  overflow: hidden;
}

.publications .contact a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 10px solid #e0e0e0;
  display: inline-block;
}

.publications .contact a:hover {
  border: 10px solid #000000;
}

.publications .contact svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 120px;
  height: 248px;
}

.publications .contact img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 120px;
  height: 248px;
}

.publications-active .line-steez-2 {
  width: 60px;
}

.grail {
  background: #000000;
  padding: 200px 0px;
  text-align: center;
  position: relative;
  color: #ffffff;
  padding-bottom: 0px;
  overflow: hidden;
}

.grail .planet {
  height: 270px;
  position: relative;
}

.grail .planet .world {
  width: 880px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -260px;
  z-index: 5;
}

.grail .planet .world-steez {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
  width: 800px;
  left: 0px;
  right: 0px;
  top: -225px;
  margin: auto;
  position: absolute;
  z-index: 4;
}

.grail .planet .world-steez-ring {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  width: 1065px;
  z-index: 6;
  left: 0px;
  right: 0px;
  top: 195px;
  margin: auto;
  opacity: 0;
}

.grail .text {
  position: relative;
  z-index: 10;
  width: 380px;
  margin: auto;
}

.grail .vert-line {
  -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
  width: 1px;
  background: #232323;
  height: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 240px;
}

.grail .cv {
  color: #363636;
  margin-top: 290px;
  padding-top: 40px;
}

.grail .cv span {
  margin: 0px 5px;
}

.grail .cv a {
  color: #868686;
}

.grail .cv a:hover {
  color: #ffffff;
}

.grail .scroll {
  padding-top: 50px;
  margin-bottom: 100px;
  height: 30px;
  overflow: hidden;
}

.grail .scroll svg {
  width: 20px;
  height: 30px;
}

.grail .scroll img {
  width: 20px;
  height: 30px;
}

.grail .scroll path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #303030;
}

.grail .scroll a:hover path {
  fill: #ffffff;
}

.grail .logo {
  width: 140px;
  margin: auto;
  margin-bottom: -50px;
}

.grail .logo img {
  width: 140px;
}

.grail .logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 20px;
  opacity: 0.7;
  border: 7px solid rgba(255, 255, 255, 0.22);
}

.grail .logo a:hover {
  opacity: 1;
  border: 7px solid #fff;
}

.grail h2 {
  color: #ffffff;
  font-size: 300px;
  line-height: 300px;
}

.grail h2 span {
  font-size: 12px;
  letter-spacing: 4px;
  display: block;
  line-height: 12px;
  color: #484644;
  font-weight: normal;
}

.grail h3 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
}

.grail-active .planet .world-steez-ring {
  top: 95px;
  opacity: 1;
}

.grail-active .planet .world-steez {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.grail-active .vert-line {
  height: 250px;
}

@media (max-width: 1150px) {
  .container {
    width: 900px;
  }
  .row .column-2 {
    width: 400px;
  }
  .row .column-3 {
    width: 250px;
    margin-left: 60px;
  }
  .always-on .on {
    width: 400px;
    height: 555px;
  }
  .grail .planet .world-steez-ring {
    left: -85px;
  }
}

@media (max-width: 960px) {
  .container {
    width: 700px;
  }
  .row .column-2 {
    width: 100%;
    float: none;
  }
  .row .column-2:first-child {
    float: none;
  }
  .row .column-3 {
    width: 100%;
    float: none;
    margin-bottom: 80px;
    margin-left: 0px;
  }
  .always-on .on {
    width: 300px;
    height: 415px;
  }
  .about .asteroid-3 {
    display: none;
  }
  .about .asteroid-main {
    top: 40px;
  }
  .hydrocode .graph {
    width: 50%;
    margin: auto;
    margin-top: 100px;
  }
  .grail .planet .world {
    width: 700px;
    top: -200px;
  }
  .grail .planet .world-steez {
    width: 600px;
    top: -155px;
  }
  .grail .planet .world-steez-ring {
    width: 865px;
  }
}

@media (max-width: 767px) {
  .container {
    width: auto;
    margin: 0px 30px;
  }
  .number {
    top: 40px;
    right: 15px;
  }
  .hero {
    height: 800px;
  }
  .hero .steez-line {
    display: none;
  }
  .hero .logo {
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 100px;
  }
  .loaded .hero .title {
    top: 40px;
  }
  .loaded .hero h1 {
    top: 430px;
  }
  .loaded .navigation {
    right: 15px;
  }
  .navigation {
    top: 150px;
  }
  footer {
    padding: 80px 0px;
  }
  .about {
    padding: 100px 0px;
  }
  .about .asteroid {
    display: none;
  }
  .about .asteroid-2 {
    display: none;
  }
  .about .asteroid-main {
    display: none;
  }
  .about .alwayson {
    display: none;
  }
  .about .text {
    width: 100%;
  }
  .about .scroll {
    padding-top: 100px;
  }
  .hydrocode {
    padding: 160px 0px;
  }
  .hydrocode .impact {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .hydrocode .alwayson {
    display: none;
  }
  .hydrocode .graph {
    display: none;
  }
  .interests {
    padding-top: 240px;
    font-size: 12px;
  }
  .interests .profile {
    width: 200px;
    top: -430px;
  }
  .interests .text {
    width: 100%;
  }
  .interests .scroll {
    top: auto;
    bottom: -145px;
  }
  .publications {
    padding-bottom: 100px;
  }
  .publications h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .publications .contact {
    margin-top: 20px;
  }
  .publications .contact svg {
    width: 100px;
  }
  .publications .contact img {
    width: 100px;
  }
  .grail {
    padding: 100px 0px;
  }
  .grail .planet {
    height: 20px;
  }
  .grail .planet .world {
    display: none;
  }
  .grail .planet .world-steez {
    display: none;
  }
  .grail .planet .world-steez-ring {
    display: none;
  }
  .grail .text {
    width: 100%;
  }
  .grail .vert-line {
    display: none;
  }
  .grail .cv {
    margin-top: 20px;
  }
  .grail .scroll {
    margin-bottom: 70px;
  }
  .grail .logo {
    width: 100px;
    margin-bottom: 0px;
  }
  .grail .logo img {
    width: 100px;
  }
  .grail h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .grail h3 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1800px) {
  .hydrocode {
    background-size: contain;
  }
}

.diamond-img img {
  display: block;
  margin: 0 auto;
}

.stars {
  position: relative;
  bottom: 0;
  height: 1000px;
}

.stars img {
  position: absolute;
  -webkit-animation-name: twinkle;
          animation-name: twinkle;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.stars img.d1 {
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.stars img.d2 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  left: 15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.stars img.d3 {
  width: 100px;
  height: 100px;
  bottom: 30%;
  left: 30%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.stars img.d4 {
  width: 100px;
  height: 100px;
  bottom: 40%;
  left: 50%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.stars img.d5 {
  width: 150px;
  height: 150px;
  bottom: 30%;
  right: 30%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.stars img.d6 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  right: 15%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.stars img.d7 {
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes twinkle {
  20% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
}

@keyframes twinkle {
  20% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.5;
  }
}
/*# sourceMappingURL=mid.css.map */