
/*


Highlight colour: #fba903
Primary color: #2b3284



/* Basic Elements */

html {
  font-family: 'usual', sans-serif;
}
body {
    font-family: 'usual', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
}

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4 {
    font-family: le-monde-livre-classic-byol, serif;
    font-style: normal;
    font-weight: 700;
    color: #2b3284;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 33px;
}

h4 {
  font-size: 25px;
}

p {
  font-size: 16px;
  line-height: 23px;
}

a {
  font-size: 19px;
  font-weight: 700;
  color: #fba903;
}

hr {
  border-top: 1px solid #fba903;

}

.active {
  display: inherit !important;
}



  /* Content Styles */

  .row-nav {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  .row-padded {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    float: none;
  }

  .boxed {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    float: none;
  }

  .content-wrapper {
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }

  .content-wrapper-left {
    max-width: 600px;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-wrapper-wide {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-center {
    text-align: center;
  }

  .bio {
  /*  max-width: 800px !important; */
  }

  .bio .content-wrapper-left {
    /* width: 66%; */
    max-width: unset !important;
    height: auto;
  }

  button {
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    border: solid 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .button-dark {
    background-color: #2b3284;
    padding: 10px 35px;
  }

  .button-dark:hover {
    background-color: #fba903;
    color: #fff;
    text-decoration: none;
  }

  .button-light {
    background-color: #fba903;
    padding: 10px 20px;
      border-radius: 3px;
      color: #fff;
      border: solid 0;
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 16px;
      display: inline-block;
    font-weight: 400;
    }

  .button-light:hover {
    background-color: #2b3284;
    color: #fff;
    text-decoration: none;
  }




/* Sections */

#about {
  padding: 50px 0;
}

#about h3 {
  line-height: 1.4em;
}

#about img {
  border-radius: 5px;
  max-width: 300px;
}

#about p {
  color: #3b3b3b;
}

.section-divider {
  max-width: 250px;
margin: 50px auto;
}

#product .content-wrapper {
  max-width: 750px;
}

#product h2 {
  margin-bottom: 30px;
}

#product img {
  max-width: 550px;
    margin: 15px auto;
}

#product .purchase-links img {
  max-width: 35px !important;
}

#product .bestseller-logo  {
  max-width: 200px;
}

#product .purchase-links p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  font-style: normal;
}

#product p {
  margin-bottom: 25px;
  font-style: italic;
  line-height: 24px;
}

#product .quote-highlight {
  padding: 50px;
  margin: 50px auto;
  background-color: #2c3384;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px;
}

#product .quote-highlight .attribution {
color: #fba903;
font-size: 22px;
}

#product .signup-form {
  padding: 15px 50px 50px 50px;
    margin: 50px auto;
    background-color: #5d68e3;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#product .signup-form h4 {
  color: #fff;
  margin-bottom: 15px;
}

#product .attribution {
  color: #2b3284;
  font-family: le-monde-livre-classic-byol, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

#product hr, #contact-details hr, #media hr {
  margin: 50px auto;
  max-width: 100px;
}

#product h4 {
  font-size: 22px;
  line-height: 34px;
  margin: 50px auto;
}


#media .icon {
  max-width: 50px;
  max-height: 50px;
  height: auto;
  display: block;
  margin: 50px auto 15px auto;
}

#media .media-wrapper {
  display: flex;
display: -ms-flexbox;
display: -webkit-flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 15px auto;
justify-content: center;
}


#media .media-wrapper .col-md-4 {
  max-width: 32%;
}

#media h4 {
  margin-bottom: 30px;
}


#media .tile {
  margin: 30px auto 0 auto;
}

#media p {
  text-align: center;
  margin: 15px auto;
}

#media .center {
  margin: auto;
  float: none;
}

#contact-details {
  background-color: #fcfcfc;
  padding: 50px 0;
  margin-top: 50px;
}

#contact-details h4 {
  margin: 30px 0;
}

#contact-details p {
  font-size: 19px;
  line-height: 34px;
}

#contact-details a {
  color: #f7a708;
}

#contact-details a:hover {
  color: #fba903;
  text-decoration: none;
}


#contact-details .social-media a {
  display: inline-block;
}

#contact-details .social-media img {
  max-width: 50px;
max-height: 45px;
height: auto;
padding: 10px;
}


#footer {
      padding: 25px 0 50px 0;
}

#footer a {
  font-size: 10px;
    font-weight: 400;
    color: #626262;
}





#footer {
  background-color: #f5f7f8;
  margin: 0 -15px;

}

#footer .content-wrapper-left {
  padding-bottom: 0px;
}


.signup-form input {
    padding: 15px;
    font-size: 18px;
    border: none;
}

.signup-form input, .signup-form .button-light {
  display: inline-block;
    border-radius: 5px;
}


/* Responsive Styles */

@media only screen and (min-width: 1180px) {

}


@media only screen and (max-width: 1179px) {

}



@media only screen and (max-width: 991px) {
 #product img {
   max-width: 100%;
 }
 .come-in {
   animation: come-in-mobile 2s ease forwards;
 }
 #media .media-wrapper .col-md-4 {
   max-width: 48%;
 }
}

@media only screen and (min-width: 769px) {

#about h1 {
  margin-top: 0;
}

}

@media only screen and (max-width: 768px) {
  #media .media-wrapper .col-md-4 {
    max-width: 100%;
  }
}



@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 380px) {


}

/* Animations */

.come-in {
  /* transform: translateY(300px); */
  animation: come-in 2s ease forwards;
}


@keyframes come-in {
  0% {
     transform: translateY(100px);
    opacity: 0;
  }

100% {
  transform: translateY(0px);
  opacity: 1;
}
}

@keyframes come-in-mobile {
  0% {
     transform: translateY(50px);
    opacity: 0;
  }

100% {
  transform: translateY(0px);
  opacity: 1;
}
}


.pulse {
   transform: translateY(300px);
  animation: pulse 3s ease;
  animation-iteration-count: infinite;
  -webkit-backface-visibility: hidden;
}




@keyframes pulse {
  0% {
    transform: scale(0.92);
  }

50% {
  transform: scale(1.0);
}

100% {
  transform: scale(0.92);
}


}

.appear {
  animation: appear 2s ease forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

100% {
  opacity: 1;
}
}
