@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('https://fonts.googleapis.com/css?family=Inconsolata');

@font-face {
  font-family: PN;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: PN;
  font-weight: bold;
  src: url("../fonts/ProximaNova-Semibold.otf");
}
@font-face {
  font-family: PN;
  font-weight: lighter;
  src: url("../fonts/ProximaNova-Light.otf");
}
body {
  color: #2C2D39;
  font-family: PN, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}
a {
  color: #3E98F9;
}
.title-font {
  font-size: 28px;
  font-weight: bold;
}
.description-font {
  font-size: 20px;
  font-weight: normal;
}
.description-font-small {
  font-size: 16px;
  font-weight: normal;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.div-clickable a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* HERO  min width: 445px
-------------------------------------------------- */
.hero {
  height: 450px;
  background: url("../img/hero-background.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.hero-gradient {
  height: inherit;
  background: url("../img/header_image_overlay.png") no-repeat center right;
  background-size: cover;
}
.hero-content {
  height: inherit;
  color: #fff;
  text-align: center;
}
.hero-logo {
  height: 21.67%;
  margin: 12% 10% 0 10%;
  background: url("../img/keelo_logo.png") no-repeat center center;
  background-size: contain;
}
.hero-title {
  font-size: 38px;
  font-weight: normal;
  margin-top: 3%;
}
.hero-app-download {
  margin-top: 7%;
}
.img-app-link-left {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.img-app-link-right {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* FEATURES
-------------------------------------------------- */
.features-section {
  padding-bottom: 15%;
}
.feature-row {
  padding-top: 18%;
}
.feature-image {
  padding-left: 21.4%;
  padding-right: 21.4%;
  margin-bottom: 20px;
}
.feature-block {
  margin-top: 12%;
  margin-left: 2%;
}
.feature-indent {
  margin-left: 2%;
}
.feature-list {
  margin-top: 20px;
  padding-left: 2px;
}
.feature-read-more {
  margin-top: 30px;
}
.play-button {
  width: 16%;
  position: absolute;
  top: 35%;
  left: 42%;
}

/* WATCH
-------------------------------------------------- */
.watch-section {
  padding-top: 12%;
  padding-bottom: 16%;
  background-color: #f5f5f5;
}
.watch-image {
  padding-top: 12%;
  padding-bottom: 0%;
  width: 190px;
}

/* SAMPLE WORKOUT
-------------------------------------------------- */
.sample-workout-section {
  background-color: #3E98F9;
  padding-top: 11%;
  padding-bottom: 11%;
  color: #fff;
}
.sample-workout-logo {
  width: 8%;
}
.sample-workout-font {
  font-family: "Inconsolata", monospace;
  font-size: 22px;
  font-weight: normal;
}
.sample-workout-display {
  width: 300px;
  text-align: left;
  padding-top: 35px;
}

/* TRAINING TIPS
-------------------------------------------------- */
.training-tips-section {
  padding-top: 12%;
  padding-bottom: 20%;
}
.training-library {
  margin-top: 10%;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.2%;
}
.training-library-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* FOOTER
-------------------------------------------------- */
.footer-section {
  height: 870px;
  background: url("../img/footer_background.jpg") no-repeat center center;
  background-size: cover;
}
.footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer-description {
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
}
.footer-description a {
  color: #fff;
}
.footer-app-store {
  float: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 445px) {

}

@media (min-width: 768px) {
  .hero {
    height: 550px;
  }
  .feature-row {
    padding-top: 13%;
  }
  .feature-image {
    margin-bottom: 0px;
  }
  .feature-block {
    margin-top: 25%;
    margin-left: 0%;
  }
  .feature-indent {
    margin-left: 20%;
  }
  .watch-section {
    padding-top: 8%;
    padding-bottom: 12%;
  }
  .watch-image {
    padding-top: 30%;
  }
  .sample-workout-section{
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .sample-workout-logo {
    width: 5%;
  }
  .sample-workout-font {
    font-size: 24px;
  }
  .sample-workout-display {
    width: 320px;
  }
  .training-tips-section {
    padding-top: 8%;
    padding-bottom: 15%;
  }
  .footer-section {
    height: 600px;
  }
  .img-app-link-left {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .img-app-link-right {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .hero {
    height: 650px;
  }
  .hero-title {
    font-size: 36px;
  }
  .features-section {
    padding-bottom: 13%;
  }
  .training-library {
    margin-top: 8%;
    width: 860px;
    padding-bottom: 485px;
  }
  .footer-app-store {
    float: right;
  }
  .img-app-link-left {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 100px;
  }
  .img-app-link-right {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 100px;
  }
}

@media (min-width: 1400px) {
  .hero {
    height: 750px;
  }
  .hero-title {
    font-size: 38px;
  }
  .features-section {
    padding-bottom: 10%;
  }
  .feature-row {
    padding-top: 10%;
  }
  .feature-block {
    margin-top: 35%;
  }
  .feature-indent {
    margin-left: 25%;
  }
  .watch-section {
    padding-top: 7%;
    padding-bottom: 9%;
  }
  .sample-workout-section{
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .sample-workout-logo {
    width: 3.5%;
  }
  .training-tips-section {
    padding-top: 7%;
    padding-bottom: 11%;
  }
  .img-app-link-left {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 150px;
  }
  .img-app-link-right {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 150px;
  }
}
