body {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
h1 {
  font-size: 54px;
  font-weight: 500;
}
p {
  font-size: 20px;
  font-weight: 400;
}
body.debug::after {
  content: 'XS';
  position: fixed;
  color: #f00;
  background: #000;
  left: 0;
  bottom: 0;
  padding: 10px;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  body.debug::after {
    content: 'S';
  }
}
@media screen and (min-width: 992px) {
  body.debug::after {
    content: 'M';
  }
}
@media screen and (min-width: 1200px) {
  body.debug::after {
    content: 'L';
  }
}
html {
  min-height: 100%;
}
body {
  background: url("../img/background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  border: none;
  margin: 0;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button {
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  color: #3d6173;
  background-color: rgba(255,255,255,0.95);
}
.login-button {
  position: absolute;
  right: 2%;
  padding: 6px 21px;
  font-size: 18px;
  font-weight: 500;
  display: none;
  top: 24px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .login-button {
    display: block;
  }
}
.download-button {
  padding: 10px 44px;
  font-size: 24.25px;
}
.logo {
  width: 60%;
  max-width: 519px;
  height: 100px;
  margin: 29px auto 4vh;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .logo {
    background-image: url("../img/logo@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .logo {
    margin-bottom: 107px;
  }
}
.main-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px;
  padding: 0 25px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}
.main-info h1 {
  margin-bottom: 16px;
}
.main-info p {
  max-width: 350px;
  margin: 0 auto;
  font-size: 2.5em;
}
.downloads {
  position: relative;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 250px;
  height: 124px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .downloads {
    width: 350px;
  }
}
.downloads .free {
  background: url("../img/free.png") no-repeat;
  background-size: contain;
  width: 193px;
  height: 90px;
  position: absolute;
  display: none;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .downloads .free {
    background-image: url("../img/free@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .downloads .free {
    display: block;
    right: -190px;
    top: -50px;
  }
}
.download {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .download {
    margin-bottom: 5vh;
  }
}
.download p {
  color: #97b8c8;
  margin: 18px 0 60px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .download p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.download .download-info {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .download .download-info {
    display: inline-block;
  }
}
.download .download-choice {
  display: none;
}
@media screen and (min-width: 768px) {
  .download .download-choice {
    display: inline;
    position: relative;
    cursor: pointer;
    padding: 3px;
    padding-right: 13px;
  }
  .download .download-choice:hover {
    color: #fff;
  }
  .download .download-choice:hover::after {
    border-color: #fff transparent transparent transparent;
  }
  .download .download-choice::after {
    position: absolute;
    top: 45%;
    right: 5px;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #97b8c8 transparent transparent transparent;
  }
}
.download-other {
  display: none;
  margin-top: -30px;
  margin-bottom: 5vh;
  position: relative;
  height: 125px;
}
@media screen and (min-width: 768px) {
  .download-other {
    display: block;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
}
.download-other p {
  color: #97b8c8;
  font-size: 14px;
  margin-bottom: 0px;
}
.download-other ul {
  margin-top: 10px;
  padding: 0;
}
.download-other li {
  list-style: none;
}
.download-other li .button {
  width: 159px;
  display: block;
  margin: 3px auto;
  padding: 3px;
}
.app-image {
  background: url("../img/pack-app.png") no-repeat;
  background-size: contain;
  width: 90vw;
  max-width: 744px;
  height: 25vw;
  max-height: 240px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .app-image {
    background-image: url("../img/pack-app@2x.png");
  }
}
@media screen and (min-width: 768px) {
  .app-image {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .faded {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .slide-down {
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .bg-slide-up {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .bg-slide-down {
    -webkit-transform: translate3d(30px, -200px, 0);
    transform: translate3d(30px, -200px, 0);
    opacity: 0;
  }
}
.hidden {
  display: none;
}
