html {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0.625em;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000;
  width: 0.625em;
}
::-webkit-scrollbar-thumb {
  background: #246931;
  border-radius: 0.625em;
}
::-webkit-scrollbar-thumb:hover {
  background: #194b22;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* The sidepanel menu */
.sidepanel {
  height: 100%; /* Specify a height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgb(44, 44, 44); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 3.75em; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

/* The sidepanel links */
.sidepanel a {
  padding: .5em .5em .5em 2em;
  text-decoration: none;
  font-size: 1.5626em;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #246931;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 1.5626em;
  font-size: 2.25em;
  margin-left: 3.125em;
}
.sidepanel .closebtn:hover {
  color: red;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 1.25em;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: .625em .625em; /* use this line to adjust the position of the menu buton on the screen */
  border: none;
}

.openbtn:hover {
  color: #246931;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s; /* If you want a transition effect */
  padding: 1.25em;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidepanel {
    padding-top: 0.9375em;
  }
  .sidepanel a {
    font-size: 1.125em;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: white;
}
html,
body {
  font-family: Verdana, sans-serif;
  line-height: 1;
}
h1 {
  font-size: 7.5em;
  margin-bottom: 0em;
  margin-top: 0em;
}
h2 {
  font-size: 0.9375em;
  margin-top: 1.875em;
  margin-bottom: 3.125em;
}
img {
  vertical-align: middle;
}
.w3-row-padding:after,
.w3-row-padding:before,
.w3-clear:after,
.w3-clear:before {
  content: "";
  display: table;
  clear: both;
}
.w3-third {
  float: left;
  width: 100%;
}
@media (min-width: 601px) {
  .w3-third {
    width: 33.33333%;
  }
}
.w3-content,
.w3-auto {
  margin-left: auto;
  margin-right: auto;
}
.w3-content {
  max-width: 61.25em;
}
.w3-row-padding,
.w3-row-padding > .w3-third {
  padding: 0 0.375em;
}
/* Instragram Button */
.fa {
  padding: 1.25em;
  font-size: 1.875em;
  width: 3.125em;
  text-align: center;
  text-decoration: none;
}
.fa:hover {
  opacity: 0.7;
}
.fa-instagram {
  color: white;
}

#preloader{
  background: #0b1438 no-repeat center center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
}
#earth {
  width: 50vh;
  height: 50vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #228bd8;
  border-radius: 50%;
  border: 5px solid #070e29;
  overflow: hidden;
  z-index: 1;
}
.halfShadow {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  float: right;
  position: relative;
  z-index: 1;
}

.land {
  background-color: #47ca5e;
  position: absolute;
  border-radius: 50px;
}
.land:first-child {
  width: 15vh;
  height: 7vh;
  top: 10%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -1.5s;
}
.land:nth-child(2) {
  width: 15vh;
  height: 7vh;
  top: 32%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -0.3s;
}
.land:nth-child(3) {
  width: 25vh;
  height: 10vh;
  top: 44%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -3.5s;
}
.land:nth-child(4) {
  width: 11vh;
  height: 3vh;
  top: 75%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -2s;
}
.land:nth-child(5) {
  width: 15vh;
  height: 9vh;
  top: 67%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -0.6s;
}

.cloud {
  background-color: #fff;
  position: absolute;
  border-radius: 50px;
}
.cloud:first-child {
  width: 8vh;
  height: 4vh;
  top: 5%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -1.9s;
}
.cloud:nth-child(2) {
  width: 15vh;
  height: 3vh;
  top: 27%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -3.2s;
}
.cloud:nth-child(3) {
  width: 12vh;
  height: 5vh;
  top: 50%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -0.9s;
}
.cloud:nth-child(4) {
  width: 8vh;
  height: 3vh;
  top: 84%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -1.5s;
}
.cloud:nth-child(5) {
  width: 14vh;
  height: 3vh;
  top: 65%;
  -webkit-animation: mymove 5s infinite linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
  animation: mymove 5s infinite linear;
  animation-delay: -0.2s;
}

/* ANIMATE */
@-webkit-keyframes moveEarth {
  from {
    left: 100%;
  }
  to {
    left: -50%;
  }
}

@keyframes mymove {
  from {
    left: 100%;
  }
  to {
    left: -50%;
  }
}

/* EARTH SIGNAL */

.eSignal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}
.eSignal:first-child {
  width: 58vh;
  height: 58vh;
  background-color: rgba(16, 64, 228, 0.3);
}
.eSignal:nth-child(2) {
  width: 65vh;
  height: 65vh;
  background-color: rgba(16, 64, 228, 0.2);
}
.eSignal:nth-child(3) {
  width: 72vh;
  height: 72vh;
  background-color: rgba(16, 64, 228, 0.1);
}

/* EARTH TEXT */
#earthText {
  position: fixed;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  text-align: center;
  font-family: monospace;
  font-size: 300%;
}
.loading:after {
  content: ".";
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: white;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
  }
}
.preloader-finish {
  opacity: 0;
  pointer-events: none;
  transition-delay: 2s;
}