/********* Fonts *********/
@font-face {
  font-family: 'Avenir Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Heavy';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir Black';
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url('../fonts/TradeGothicLTStd-Bold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
/********* Variables *********/
/* Colors */
/* Fonts */
/* Heights */
/* Changed from 30px to show more section differentiation */
/* Paddings */
/* Padding for Panels, Alerts on mobile - introduced after the increase of @height-space-between-sections-mobile */
/* Breakpoints */
/* Extra extra small devices (phones, less than 576px) */
/* Extra small devices (phones, less than 768px) */
/* Small devices (tablets, greater than 768px and less than 992px ) */
/* Mixins */
/********* Home Hero Section *********/
#home-hero-section {
  overflow: hidden;
  position: relative;
}
#home-hero-section .container {
  height: 620px;
  position: relative;
}
#home-hero-section .section-header {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  width: 464px;
}
#home-hero-section .section-header p {
  font-size: 22px;
  line-height: 25px;
}
#home-hero-section .phone-image {
  background: url(../images/home/hero-phone-cut.png) no-repeat center;
  background-size: contain;
  bottom: 0;
  height: 598px;
  position: absolute;
  right: 2%;
  width: 433px;
}
#home-hero-section .lip-smear {
  background: url(../images/home/Lipstick-Smears.png) no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: 0;
  height: 318px;
  position: absolute;
  right: 9%;
  width: 639px;
  z-index: -1;
}
#home-hero-section .wave-container {
  height: 670px;
}
#home-hero-section .wave-container .wave {
  padding-bottom: 780px;
}
#home-hero-section .wave-container .wave svg {
  fill: rgba(245, 170, 66, 0.2);
  left: -150px;
  width: calc(100% + 150px);
}
@media all and (max-width: 991px) {
  #home-hero-section .section-header p {
    text-align: left;
  }
}
@media all and (max-width: 890px) {
  #home-hero-section .container {
    height: 460px;
  }
  #home-hero-section .container .phone-image {
    height: 415px;
    width: 300px;
  }
  #home-hero-section .container .lip-smear {
    width: 435px;
  }
  #home-hero-section .wave-container {
    height: 510px;
  }
  #home-hero-section .wave-container .wave {
    padding-bottom: 590px;
  }
  #home-hero-section .pre-register-link p {
    width: 42%;
  }
}
@media all and (min-width: 700px) and (max-width: 800px) {
  #home-hero-section .section-header {
    width: 400px;
  }
  #home-hero-section .section-header p {
    width: 80%;
  }
}
@media all and (max-width: 700px) {
  #home-hero-section {
    padding-bottom: 0;
  }
  #home-hero-section .container {
    height: auto;
    position: static;
  }
  #home-hero-section .container .phone-image {
    background-image: url(../images/home/hero-phone-full.png);
    display: block;
    height: 750px;
    margin: 0 auto;
    position: static;
    width: 100%;
  }
  #home-hero-section .container .lip-smear {
    bottom: 0;
    right: 0%;
    width: 100%;
  }
  #home-hero-section .wave-container {
    height: 1200px;
  }
  #home-hero-section .wave-container .wave {
    padding-bottom: 1200px;
  }
  #home-hero-section .section-header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #home-hero-section .section-header h1,
  #home-hero-section .section-header p {
    text-align: center;
  }
  #home-hero-section .pre-register-link p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
  }
  #home-hero-section .btn {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 560px) {
  #home-hero-section .container .lip-smear {
    bottom: 0;
    right: -250%;
    width: 600%;
  }
}
/********* Target Audience Section *********/
#target-audience-section .personas {
  margin: 0 auto;
  max-width: 850px;
}
#target-audience-section .personas .persona {
  box-shadow: 0px 4px 8px 4px rgba(197, 197, 197, 0.5), 0 6px 20px 0 rgba(197, 197, 197, 0.5);
  max-width: 265px;
  padding-bottom: 28px;
}
#target-audience-section .personas .persona img {
  width: 100%;
}
#target-audience-section .personas .persona div {
  height: 45px;
  margin: 25px auto;
}
#target-audience-section .personas .persona div img {
  margin-left: 15px;
  margin-right: 15px;
  width: 42px;
}
#target-audience-section .personas .persona div span {
  display: inline-block;
  vertical-align: middle;
  width: 143px;
}
#target-audience-section .personas .persona p {
  margin: 0 auto;
  width: 80%;
}
#target-audience-section .personas .persona p a {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  #target-audience-section .personas .persona div {
    height: auto;
    margin: 15px auto;
    text-align: center;
  }
  #target-audience-section .personas .persona div img {
    display: block;
    margin: 0 auto 10px auto;
  }
  #target-audience-section .personas .persona div span {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
@media all and (max-width: 767px) {
  #target-audience-section .personas .col-xs-12,
  #target-audience-section .personas .col-xs-4 {
    float: none;
    width: 100%;
  }
  #target-audience-section .personas .col-xs-12:last-child .persona,
  #target-audience-section .personas .col-xs-4:last-child .persona {
    margin-bottom: 0;
  }
  #target-audience-section .personas .col-xs-12 img,
  #target-audience-section .personas .col-xs-4 img {
    margin: 0 auto;
  }
  #target-audience-section .personas .persona {
    margin: 0 auto 25px auto;
  }
}
/********* Features Section *********/
#features-section {
  padding-bottom: 0;
}
#features-section .content {
  margin: 65px auto 0 auto;
  max-width: 850px;
}
#features-section .phone-image img {
  max-width: 350px;
  width: 100%;
}
#features-section .features {
  margin-top: 30px;
}
#features-section .features .feature-title {
  margin-bottom: 10px;
  margin-top: 25px;
}
#features-section .features p {
  margin-bottom: 45px;
}
@media all and (max-width: 767px) {
  #features-section .phone-image,
  #features-section .features {
    margin: 0 auto;
    width: 100%;
  }
  #features-section .phone-image img {
    display: block;
    margin: 0 auto;
  }
  #features-section .phone-image img:last-child {
    display: block;
  }
  #features-section .features {
    margin-top: 30px;
  }
  #features-section .features img {
    display: block;
    margin: 0 auto;
  }
  #features-section .features div {
    text-align: center;
  }
}
/********* Testimonial Section *********/
#testimonials-section {
  background: rgba(254, 63, 127, 0.08);
  position: relative;
}
#testimonials-section .background-container {
  background-image: url('../images/wave-graphic.svg');
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  width: 100%;
}
#testimonials-section .carousel,
#testimonials-section .carousel-inner,
#testimonials-section .carousel-inner .item {
  height: 180px;
}
#testimonials-section .testimonial {
  left: 0;
  margin: 0 auto;
  right: 0;
  max-width: 500px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#testimonials-section .testimonial p {
  color: #000;
  font-family: "Avenir Black", 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
#testimonials-section .btn {
  margin-top: 90px;
}
#testimonials-section .wave-container {
  height: 559px;
}
#testimonials-section .wave-container .wave {
  padding-bottom: 620px;
}
#testimonials-section .wave-container .wave svg {
  fill: rgba(254, 63, 127, 0.1);
  left: -90px;
  transform: scaleX(-1) rotateY(360deg);
  width: calc(100% + 90px);
}
@media all and (max-width: 767px) {
  #testimonials-section .carousel,
  #testimonials-section .carousel-inner,
  #testimonials-section .carousel-inner .item {
    height: 245px;
  }
  #testimonials-section .carousel a {
    display: none;
  }
  #testimonials-section .wave-container {
    bottom: 0;
    height: 650px;
    top: auto;
  }
  #testimonials-section .wave-container .wave {
    padding-bottom: 650px;
  }
  #testimonials-section .wave-container .wave svg {
    bottom: 0;
    top: auto;
    transform: scaleX(-1) rotateY(360deg);
  }
}
/********* Stats Section *********/
#stats-section {
  background: #000;
  color: #fff;
  height: 240px;
}
#stats-section .content {
  margin: 0 auto;
  max-width: 740px;
}
#stats-section .stat {
  text-align: center;
}
#stats-section .stat span {
  font-family: "Abril Fatface", 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 54px;
}
@media all and (max-width: 767px) {
  #stats-section {
    height: auto;
  }
  #stats-section .col-xs-4 {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  #stats-section .col-xs-4:last-child {
    margin-bottom: 0;
  }
}
