body {
  background-color: black;
  color: white;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#page {
  width: 100%;
  height: 100vh;
}

body {
  background: #24282e;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.content {
  position: relative;
  z-index: 1;
}

#rotate-device {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(img/Background.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 20px;
  z-index: 9999;
}

div.icon-rotate {
  font-size: 31.3888888889vw;
}

@media screen and (orientation: landscape) {
  #rotate-device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  nav,
  .page-container,
  .progress-bar {
    display: none;
  }
}
.page-container .content {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-container .content.active {
  opacity: 1;
}

nav {
  position: absolute;
  font-family: "icomoon";
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
nav .logo {
  text-align: center;
  font-family: "icomoon";
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-top: 4.0625vh;
  font-size: 4.4364508393vw;
}
.s5-1 nav .logo {
  color: #1b1b1b;
}
@media (min-width: 720px) {
  nav .logo {
    padding-top: 4.6875vh;
    font-size: 4.3055555556vw;
  }
}/*# sourceMappingURL=home.css.map */