@font-face {
  font-family: 'Rams';
  font-weight: 100;
  src: local('Rams'), url('../../img/landing_page/fonts/rams/RamsLt.otf') format('opentype');
}

@font-face {
  font-family: 'Rams';
  font-style: normal;
  font-weight: 400;
  src: local('Rams'), url('../../img/landing_page/fonts/rams/Rams.otf') format('opentype');
}

@font-face {
  font-family: 'Rams';
  font-weight: 600;
  src: local('Rams'), url('../../img/landing_page/fonts/rams/Rams-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Rams';
  font-weight: 700;
  src: local('Rams'), url('../../img/landing_page/fonts/rams/RamsBlack.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6, p, div, a, .h1, .h2, .btn {
  font-family: 'Rams', Sans-Serif;
}

.updateBanner {
  height: 30px;
  background-color: #ffa92c;
  color: black;
  text-align: center;
  padding-top: 5px;
}

.bottomCurve::after {
  background-image: url("data:image/svg+xml,%3Csvg version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 viewBox=%220 0 1800 26%22 preserveAspectRatio=%22none%22%3E%3Cpath fill=%22%23f6fafe%22 d=%22M900,19.8C594.4,19.8,293.9,13.1,0,0v26h1800V0C1506.1,13.1,1205.6,19.8,900,19.8z%22/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: ' ';
  display: block;
  height: 29px;
  margin-top: 58px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

nav {
  height: 100px;
  background-color: #4A2D62;
}

nav .logo {
  /*padding-top: 13px;
  padding-left: 55px;*/
  padding-top: 20px;
  padding-left: 55px;
  height: 72px;
}

nav .links {
  font-family: 'Rams';
  padding-top: 38px;
  padding-right: 50px;
  float: right;
  font-size: 15px;
  color: white;
}

nav a, nav a:hover, nav a:active, nav a:visited {
  color: white;
  padding-right: 28px;
}

nav a.slacksignup {
  background-color: white;
  color: #4a2d62;
  border-radius: 6px;
  padding-right: 0;
  opacity: .81;
  padding: 17px;
}

.jumbotron {
  padding: 30px 0;
}

.jumbotron p.h1 {
  font-family: 'Rams';
  font-weight: 700;
  font-size: 53px;
  text-align: center;
  color: white;
  margin: 0 auto;
  padding-bottom: 20px;
}

.jumbotron p.h2 {
  font-family: 'Rams';
  font-size: 28px;
  text-align: center;
  color: white;
  margin: 0 auto;
  font-weight: 400;
  padding-bottom: 60px;
}

.jumbotron .container {
  padding-top: 20px;
}

.jumbotron {
  background-color: #4A2D62;
  /*background-image: linear-gradient(0deg, #850DEF 0%, #4C98CE 62%);*/
  height: 400px;
}

.jumbotron input {
  display: inline;
  width: 315px;
  height: 49px;
  margin-right: 10px;
  color: black;
  border: none;
  font-size: 17px;
}

.jumbotronImg {
  position: absolute;
  top: 201px;
  width: 95%;
  z-index: 2;
}

.videoContainer {
  text-align: center;
  margin-top: 20px;
  visibility: hidden;
}

.videoLink {
  color: white;
  margin-right: 10px;
}

.videoBtn {
  height: 25px;
}

/*.jumbotron p {
  display: inline;
}*/

.btn-primary {
  font-family: 'Rams';
  background-color: #FFA92C;
  color: white;
  border: none;
  background-image: none;
  /*box-shadow: 1px 1px 5px #6f6f6f;*/
  width: 176px;
  height: 49px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  bottom: 1px;
  text-shadow: none;
  padding-top: 15px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #eb961a;
}

.btn-primary:active {
  box-shadow: none;
}

.email {
  margin: 0 auto;
  width: 508px;
  position: relative;
  z-index: 5;
}

.section {
  text-align: center;
  margin-bottom: 30px;
}

.invitePageM, .embedWidgetM, .activityFeedM {
  display: none;
}

.sectionGraphicLarge {
  width: 85%;
}

.influencerImg {
  height: 154px;
}

.cardContainer {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
}

.pricingContainer {
  margin: 0;
  width: 100%;
  left: 0;
}

.pricingContainer .card:nth-child(2) {
  margin: 0 2%;
}

.card {
  padding: 0;
  width: 31.9%;
  text-align: left;
  min-height: 450px;
  display: flex;
  flex-direction: column;
}

.cardTitle {
  font-weight: 700;
  font-size: 43px;
  margin-left: 30px;
  margin-top: 30px;
}

.cardBadge {
  background-color: #F17E7E;
  width: 150px;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  color: white;
  margin-left: 30px;
}

.cardPrice {
  font-weight: 100;
  font-size: 70px;
  text-align: center;
  margin-bottom: 0;
}

.priceContainer span:nth-child(1) {
  font-size: 30px;
  vertical-align: text-top;
}

.priceContainer span:nth-child(2) {
  font-size: 20px;
}

.pricingContainer input {
  display: inline;
  width: 315px;
  height: 49px;
  margin-right: 10px;
  color: black;
  border: none;
  font-size: 17px;
  margin-bottom: 60px;
}

.cardPriceDetails {
  text-align: center;
  position: relative;
  top: -15px;
}

.featuresContainer {
  margin: 0 35px;
  min-height: 280px;
}

.cardText {
  font-size: 16px;
}

.cardText:nth-child(1) {
  margin-top: 30px;
}

/*FONTS*/

.txtWhite {
  color: white;
}

.imageDescription {
  text-align: center;
  width: 48%;
  margin: 20px auto;
  font-size: 19px;
  line-height: 24px;
}

.sectionHeader {
  margin: 60px 0;
  font-size: 30px;
  font-weight: 600;
}

.sectionSubHeader {
  margin-top: 20px;
  font-weight: 600;
  line-height: 28px;
}

.testimonialContainer {
  margin-bottom: 80px;
}

.testimonialContainer h3 {
  margin-top: 30px;
}

.testimonialContainer .testimonialImg:nth-child(2){
  margin-right: 70px;
}

.FAQ {
  width: 80%;
  margin: 0 auto;
}

.questionFAQ {
  text-align: left;
  font-size: 23px;
}

.faqSection:nth-child(3n+0) .questionFAQ:before {
  content:"\2022\00A0";
  font-size: 34px;
  vertical-align: middle;
  color: #6ECADC;
}

.faqSection:nth-child(3n+1) .questionFAQ:before {
  content:"\2022\00A0";
  font-size: 34px;
  vertical-align: middle;
  color: #FFA92C;
}

.faqSection:nth-child(3n+2) .questionFAQ:before {
  content:"\2022\00A0";
  font-size: 34px;
  vertical-align: middle;
  color: #E01563;
}

.copyright:before {
  content:"\00A9\00A0";
}

.answerFAQ {
  text-align: left;
  font-size: 16px;
  margin-bottom: 30px;
}

footer {
  text-align: center;
  color: white;
  margin: 30px 0 0 0;
  padding-top: 1px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}

.footerEmail {
  max-width: 800px;
  border-radius: 6px;
  margin: 40px auto;
  min-height: 195px;
  background-color: #381556;
  padding-top: 10px;
}

.footerEmail .email {
  margin-top: 15px;
}

.footerHeader {
  font-size: 39px;
  margin-top: 20px;
}

.footerSubHeader {
  font-weight: 100;
  font-size: 19px;
}

.footerInput {
  height: 38px;
  padding-left: 10px;
  width: 60%;
  display: inline-block;
  margin-right: 10px;
}

.footerBtn {
  width: 30%;
  height: 39px;
  bottom: 0;
  padding-top: 11px;
}

.copyright {
  font-weight: 100;
}

/*BACKGROUND COLORS*/

.bgGray {
  background-color: #F6FAFE;
}

.bgWhite {
  background-color: white;
}

.bgBlue {
  background-color: #4CADF1;
}

.bgYellow {
  background-color: #FFF602;
}

.bgPurple {
  background-color: #4A2D62;
}

.topBorder-orange {
  border-top: 10px solid #F6A623;
}

.topBorder-purple {
  border-top: 10px solid #850DEF;
}

.topBorder-blue {
  border-top: 10px solid #2A7DB8;
}

/*NON-GENERIC STYLES*/

.roundBanner {
  width: 110vw;
  position: relative;
  top: -64px;
  right: 5vw;
}

.embedWidget {
  width: 65%;
  margin-left: 30px;
  margin-top: 30px;
}

.activityFeed {
  margin-top: 30px;
}

@media screen and (max-width: 1040px) {
  .jumbotron {
    height: 370px;
  }
  .jumbotronImg {
    height: 270px;
    top: 180px;
  }
  .jumbotron p.h1 {
    font-size: 42px;
  }
  .bottomCurve::after {
    margin-top: 40px;
  }
  .sectionGraphicLarge {
    width: 100%;
  }
  .embedWidget {
    width: 80%;
  }
  .testimonialImg {
    width: 44%;
  }
  .testimonialImg:first-child {
    margin-right: 40px;
  }
  .card {
    width: 80%;
    margin: 0 auto 20px auto;
    min-height: 0;
    max-height: 400px;
  }
  .pricingContainer .card:nth-child(2) {
    margin: 0 auto 20px auto;
  }
  .pricingContainer .card:nth-child(2) .priceContainer {
    position: relative;
    bottom: 0px;
  }
  .cardPrice, .cardPriceDetails {
    text-align: right;
    margin-right: 20px;
  }
  .featuresContainer {
    min-height: 0;
    width: 50%;
    display: inline-block;
  }
}

@media screen
  and (max-width: 750px) {
  nav {
    height: 40px;
  }
  .updateBanner {
    display: none;
  }
  nav .logo {
    padding: 0;
    margin: 9px 0 0 10px;
    height: 42px;
  }
  .updateBanner {
    display: none;
  }
  nav .links {
    padding-top: 20px;
    padding-right: 0;
  }
  nav .links a:nth-child(1), a:nth-child(2) {
    display: none;
  }
  nav .links a:nth-child(3) {
    margin: 10px 10px 0 0;
  }
  .email {
    text-align: center;
  }
  .email a {
    display: initial;
    display: block;
    margin: 20px auto 0 auto;
  }
  .jumbotron {
    height: 370px;
  }
  .jumbotronImg {
    bottom: 380px;
    right: 30px;
  }
  .jumbotron .container .h1 {
    font-weight: 100;
  }
  .jumbotron .container .h2 {
    padding-bottom: 40px;
    font-size: 25px;
  }
  .bottomCurve::after {
    margin-top: 2px;
  }
  .roundBanner {
    top: -44px;
    width: 100vw;
  }
  .sectionGraphicLarge {
    margin-bottom: 40px;
    margin-bottom: 0px;
  }
  .invitePage, .embedWidget, .activityFeed {
    display: none;
  }
  .invitePageM, .embedWidgetM, .activityFeedM {
    display: initial;
    width: 80%;
    max-height: 580px;
  }
  .imageDescription {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-size: 19px;
    margin-top: 20px;
    line-height: 28px;
    margin-bottom: 60px;
  }
  .testimonialImg{
    width: 74%;
    margin: 0;
  }
  .testimonialContainer .testimonialImg:nth-child(2){
    margin-bottom: 60px;
    margin-right: 0px;
  }
  .cardContainer {
    padding-bottom: 25px;
  }
  .card {
    width: 90%;
    text-align: center;
    max-height: none;
  }
  .cardTitle {
    margin-left: 0;
  }
  .cardBadge {
    margin: 0 auto;
  }
  .featuresContainer {
    width: 90%;
    margin-left: 5%;
  }
  .pricingContainer input {
    margin-bottom: 10px;
  }
  .pricingContainer .email a {
    margin-top: 10px;
  }
  .priceContainer {
    position: initial;
  }
  .cardPrice, .cardPriceDetails {
    text-align: center;
    margin-right: 0;
  }
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px) {
    .jumbotron {
      height: 490px;
    }
    .email input {
      width: inherit;
      margin: 0;
    }
    .jumbotronImg {
      display: none;
    }
    .videoContainer {
      margin-top: -5px;
    }
    .email {
      width: 90%;
      margin: 0 5%;
      padding-bottom: 25px;
    }
    .sectionSubHeader {
      font-size: 21px;
    }
    .invitePageM, .embedWidgetM, .activityFeedM {
      width: 87%;
    }
    .testimonialContainer .testimonialImg {
      width: 84%;
      margin: 0;
    }
    .testimonialContainer .testimonialImg:nth-child(2){
      margin-bottom: 60px;
      margin-right: 0px;
    }
    .footerHeader {
      font-size: 28px;
    }
    .footerSubHeader {
      font-size: 17px;
      width: 60%;
      margin: 0 auto;
    }
    .footerBtn {
      width: 70%;
    }
    .footerEmail .email {
      padding-bottom: 25px;
    }
    .footerEmail {
      background-color: #4a2d62;
    }
}

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px) {
    .jumbotron {
      height: 449px;
    }
    .jumbotronImg {
        bottom: 191px;
    }
    .sectionSubHeader {
      font-size: 21px;
    }
    .footerEmail {
      background-color: #4a2d62;
    }
    .testimonialContainer .testimonialImg:nth-child(2){
      margin-bottom: 60px;
      margin-right: 0px;
    }
    .testimonialContainer .testimonialImg {
      width: 84%;
      margin: 0;
    }
}

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (orientation: landscape) {
    .jumbotron {
      height: 371px;
    }
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    .jumbotronImg {
      bottom: 539px;
    }
}

@media only screen
  and (max-width: 710px) {
  .bottomCurve:after {
    display: none;
  }
}
