html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background-color: black;
  /* Margin bottom by footer height */
  margin-bottom: 90px;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cover .hero {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}
.cover .hero h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 45.5px;
  margin-bottom: 20px;
  margin-top: 120px;
  /*@media (max-width: 767px) {
        .hero-font-size(26px);
        margin-top: 26px * 2.4;
      }*/
}
@media (min-width: 992px) {
  .cover .hero h1 {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .cover .hero h1 {
    font-size: 38px;
    line-height: 34.58px;
    margin-bottom: 15.2px;
    margin-top: 91.2px;
  }
}
.cover .hero h3 {
  font-weight: 600;
  letter-spacing: 0.7;
  font-size: 21.42857143px;
  line-height: 19.5px;
  margin-bottom: 8.57142857px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cover .hero h3 {
    white-space: nowrap;
  }
}
.cover .hero h1,
.cover .hero h3 {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
.cover .hero .app-store-button {
  display: inline-block;
  overflow: hidden;
  background: url(//linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;
  width: 194px;
  height: 57.48148148px;
  background-size: contain;
  pointer-events: auto;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  margin: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.tv .screen.active {
  opacity: 1;
}
.screen-cover {
  background-color: black;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.screen-cover.active {
  opacity: 0.5;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
  line-height: 90px;
  background-color: #ff2d55;
  color: white;
  font-size: 14pt;
}
.footer .container-footer {
  margin: 0 25px;
}
.footer span {
  margin-right: 20px;
}
.footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  border-bottom: 2px solid white;
}
@media (max-width: 767px) {
  .footer .link {
    display: none;
  }
}
