/* GLOBAL SETTINGS
===========================*/

* {
  margin: 0;
  padding: 0;
}

article {
  padding: 20px 10%;
}

a {
  color: #a37acc;
  text-decoration: none;
}

a:hover {
  color: #7a5b99;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
  }

h2, p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
}

button.purple-btn {
  background-color: rgba( 122, 91, 153, 1 );
  color: white;
  font-family:'Roboto';
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 25px;
  border: none;
  align-self: flex-start;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
}

button.purple-btn:hover {
  background-color: #513d66;
}

button.outline-btn {
  background-color: white;
  border: 1px solid #513d66;
  color: #513d66;
  font-family:'Roboto';
  font-size: 13px;
  letter-spacing: 1px;
  padding: 12px 25px;
  align-self: flex-start;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  cursor: pointer;
}

button.outline-btn:hover {
  background-color: #513d66;
  color: white;
}

/* Image zoom on hover small
--------------------------*/
.img-hover-zoom {
  height: 100%;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.1);
}

/* Image zoom on hover large
--------------------------*/
.img-hover-zoom-large img {
  transition: transform .5s ease;
}

.img-hover-zoom-large:hover img {
  transform: scale(1.6);
}

/* Image zoom on hover hidden
-----------------------------*/
.img-hover-zoom-hidden {
  overflow: hidden;
}

.img-hover-zoom-hidden img {
  transition: transform .5s ease;
}

.img-hover-zoom-hidden:hover img {
  transform: scale(1.2);
}

/* HEADER
===========================*/

header {
  background-color: #333333;
  padding: 20px 10% 30px 10%;
  min-height: 100%!important;
  margin: 0;
}

header a {
  color: white;
  text-decoration: none;
}

header a:hover {
  color:#cc99ff;
  text-decoration: none;
}

header h1 {
  font-family: 'Montserrat';
   font-style: normal;
   font-size: 26px;
   font-weight: 700;
}

header ul {
    list-style: none;
}

header ul li {
  font-family: 'Montserrat';
   font-style: normal;
   font-size: 15px;
   letter-spacing: 1px;
   font-weight: 700;
   display: inline!important;
   padding-right: 20px;
}

header h1, header ul li {
  text-transform: uppercase;
}

header h1 a, header ul li a {
  text-decoration: none;
}


hr.head-divider {
  border: .5px solid gray;
  margin-left: -12.5%;
  margin-right: -12.5%;
}


.header-top {
  padding-bottom: 20px;
}
.header-top-left p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 14px;
}

.header-top-left p a {
  text-decoration: none!important;
}

.email ul li a {
    text-transform: lowercase!important;
}

header .header-top .header-top-left ul li a {
  text-transform: none!important;
  text-decoration: none;
}
.header-top, .header-bottom {
  clear: both;
  display: flex;
}

.header-bottom {
  padding-top: 25px;
}

.header-top-left {
width: 50%;
float: left;
display: inline-flex;
}

.header-top-right {
width: 50%;
float: right;
display: inline-flex;
justify-content: flex-end;
}

.header-bottom-left {
  width: 30%;
  float: left;
  clear: both;
  display: inline-flex;
}

.header-bottom-right {
  width: 70%;
  float: right;
  display: inline-flex;
  justify-content: flex-end;
}

.button {
    border: none;
    background-color: #7a5b99;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 14px 20px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.button:hover {
  background-color: #702963;
  cursor: pointer;
}

/* Mobile menu
--------------------------*/
.mobile-header {
  background-color: #333333;
  padding: 20px;
  margin-top: 0;
}

.mobile-header h1 {
  color: white;
  text-transform: uppercase;
  font-size: 26px;
}

.mobile-header h1 a {
  color: white;
}

.menuItem {
  display: block;
  margin: 2rem 4rem;
  font-size: 1.8rem;
  font-family: 'Montserrat';
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.menuItem:hover {
  text-decoration: underline;
}

.hamburger {
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  padding: 4px;
  border: black solid 1px;
  background: white;
  cursor: pointer;
}

.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #333333;
  color: white;
  list-style: none;
  padding-top: 4rem;
}

.showMenu {
  transform: translateY(0);
}

/* HOMEPAGE
===========================*/

/* Top Hero Section
---------------------------*/
.frontpage {
  background-image: url("images/michele.jpg");
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  color: white;
}

.frontpage-left {
  margin-top: 10%;
  display: flex;
  width: 40%;
  flex-direction: column;
}

.frontpage-left h1 {
  font-size: 48px;
}

.frontpage-left h2 {
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 0px 40px 0px;
}

/* Showcase section
---------------------------*/
.showcase article {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.showcase {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}

.showcase-left, .showcase-middle, .showcase-right {
  width: 33.33%;
  text-align: center;
  margin-top: -20px;
}

.showcase-left img, .showcase-middle img, .showcase-right img {
  margin-top: -60px;

}

.showcase-left p, .showcase-middle p, .showcase-right p {
  padding: 32px 0px 20px 0px;
}
.showcase h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.showcase h2 a {
  color: black!important;
}

.showcase h2 a:hover {
  color: #7a5b99!important;
}


.showcase-left {
  border-top: 7px solid #cc99ff;
}

.showcase-middle {
  border-top: 7px solid rgba( 122, 91, 153, 1 );;
}

.showcase-right {
  border-top: 7px solid #513d66;
}

hr.showcase-hr {
  flex: 0 0 100%;
  margin: 30px 0px 20px 0px;
}

/* About frontpage section
---------------------------*/
.about-front article {
  display: flex;
  flex-direction: row;
  margin: 30px 0px;
}

.about-front-left {
  width: 45%;
}

.about-front-right {
  width: 55%;
}

.about-front-left h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 15px;
}

.about-front-left p {
  line-height: 2;
}

.about-front-right {
  padding-left: 40px;
}

.about-front-right img {
  width: 100%;
}

/* Stats section
---------------------------*/

.stats {
  background-image: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,.6)), url("images/flowers.jpg");
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  color: white;
  margin-top: 70px;
}

.stats article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.stats-1, .stats-2, .stats-3, .stats-4 {
  width: 25%;
}

.stats h1 {
  font-size: 70px!important;
  text-align: center;
  padding: 30px 20px 20px 20px;
}

.stats p {
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.stats-clarification p {
  font-size: 12px;
  font-style: italic;
}

.stats-clarification p a {
  color: white;
}

.stats-clarification p a:hover {
  color: #cc99ff;
}

/* 'Before you leave him' Section
----------------------------------*/

.leave-front {
  padding: 30px 0px;
}
.leave-front article {
  display: flex;
  /*flex-direction: row;*/
}

.leave-front-left {
  width: 50%;
}

.leave-front-right {
  width: 50%;
}

.leave-front-right h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 15px;
}

.leave-front-right p {
  line-height: 2;
}

.about-front-left img {
  width: 100%;
}

/* FOOTER
===========================*/
footer {
  background-color: #333333!important;
  padding: 20px 10% 30px 10%;
  min-height: 100%!important;
  margin: 0;
}

.footer-top {
  display: flex;
  padding: 35px 0px;
}

.footer-top a {
  color: white;
}

.footer-top a:hover {
  color: #a37acc;
}

.footer-bottom {
  display: flex;
  padding: 35px 0px 15px 0px;
}

.footer-top-left {
  display: flex;
  float: left;
  width: 33%;
}

.footer-top-middle {
  display: flex;
  float: left;
  width: 33%;
}

.footer-top-middle {
  display: flex;
  float: right;
  width: 33%;
}

.footer-top-middle-left {
  display: flex;
  float: left;
  width: 50%;
}

.footer-top-middle-left ul li {
  padding: 0px 0px 30px 0px;
}

.footer-top-middle-right {
  display: flex;
  float: right;
  width: 50%;
}

.footer-top-middle-right ul li {
  padding: 0px 0px 30px 60px;
}



footer ul {
  list-style: none;
  color: white;
}
footer ul li {
  font-size: 14px;
  font-family: 'Roboto';
}
footer ul li.title {
  font-family: 'Montserrat';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;

}
ul.footer-social li {
  display: inline;
  padding-right: 20px;
}

hr.title-seperator {
  border: 2px solid #cc99ff;
  width: 60px;
  margin-bottom: 30px;
}

.footer-bottom {
  font-size: 12px;
  display: flex;
  color: white;
}

.footer-bottom-left {
  display: flex;
  width: 50%;
  float: left;
}

.footer-bottom-right {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}


/* FAQs PAGE
==========================*/

.hero-faq {
  background-image: linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,.2)), url("images/faq-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-transform: uppercase;
}

.hero-faq article h1 {
  padding: 10% 0px;
  font-size: 30px;
}

.faq article h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
}

.faq article h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
}

.faq article p {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 20px;
      padding-bottom: 30px;
  }

.c2a-faq {
  background-image: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.8)), url("images/flowers.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.c2a-faq article h2 {
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  padding: 50px 0px 20px 0px;
}

.c2a-faq article button {
  margin-top: 20px;
  margin-bottom: 50px;
}

/* TERMS OF SERVICE PAGE
==========================*/
.hero-terms {
  background-image: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.5)), url("images/terms-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-transform: uppercase;
}

.hero-terms article h1 {
  padding: 10% 0px;
  font-size: 30px;
}

.terms article h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
}

.terms article h2 {
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  padding-top: 10px;
}


.terms article p {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 20px;
      padding-bottom: 10px;
  }




/* IGNITE PROGRAM PAGE
===============================*/
.hero-program {
  background-image: linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("images/program-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-transform: uppercase;
}

.hero-program article h1 {
  padding: 10% 0px;
  font-size: 30px;
}



.program article h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
}

.program article h2 {
  font-family: 'Montserrat';
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  padding-top: 10px;
}

.program article p {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 20px;
      padding-bottom: 10px;
      line-height: 1.5;
  }

.fa-check {
  color: #cc99ff;
  float: left;
  padding-right: 10px;
}

.fa-close {
  color: red;
  float: left;
  padding-right: 10px;
}

.program-announce {
  padding: 40px 0px;
  text-align: center;
}

.program-problem-box {
  display: flex;
  margin-left: 5%;
  margin-right: 5%;
}

.program-problem-box p {
  font-style: italic;
  padding-bottom: 20px!important;
}

.program-problem-box-left {
  width: 50%;
  float: left;
}

.program-problem-box-right {
  width: 50%;
  float: right;
}

.program-next {
  background-color: #ececec;
  padding: 5% 0;

}

.program-next-box {
  display: flex;
}

.program-next-box h1 {
  padding-bottom: 30px!important;
}
.program-next-box p, .program-next-box h2 {
  padding-bottom: 20px!important;
}

.program-next-box-left h2, .program-next-box-right h2 {
  text-align: center;
  letter-spacing: 0!important;
}

.program-next-box-left, .program-next-box-right {
  background-color: #f8f8f8;
  box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%);
  padding: 20px 30px;
}

.program-next-box-left {
  width: 40%;
}

.program-next-box-middle {
  width: 20%;
  text-align: center;
  margin-top: 10%;
}

.program-next-box-right {
  width: 40%;
}


.program-quote {
  display: flex;
  margin: 5% 0;
}

.program-quote-left {
  width: 50%;
  float: left;
  padding: 20px;
  background-color: #f8f8f8;
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 10%);
}

.program-quote-left p {
  font-style: italic;
  font-size: 16px!important;
}

.program-quote-left h3 {
  font-family: 'Montserrat';
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 18px;
  font-style:italic;
}

.program-quote-right {
  width: 50%;
  float: right;
}

.program-quote-right img {
  border: 3px solid #cc99ff;
  border-radius: 50%;
  box-shadow: 0 10px 40px -5px rgb(0 0 0 / 10%);
  max-width: 100%;
}


.program-quote-button {
  text-align: center;
}


/* Program Messages
--------------------------*/
.program-messages {
  background-color: #ececec;
  padding: 5% 0;
}

.program-messages-top, .program-messages-bottom {
  display: flex;
  min-height: 100%;
  flex-direction: row;
}

/*.program-messages-top-left, .program-messages-top-right, .program-messages-bottom-left, .program-messages-bottom-right {
  width: 50%;
}*/

.program-messages-top-left, .program-messages-top-right, .program-messages-bottom-left, .program-messages-bottom-right {
  background-color: #f8f8f8;
  padding: 20px;
  width: 50%;
  box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%);
}

.program-messages-top-left {
  margin: 20px 10px 10px 0px;
}

.program-messages-top-right {
  margin: 20px 0px 10px 10px;
}

.program-messages-bottom-left {
  margin: 10px 10px 20px 0px;
}

.program-messages-bottom-right {
  margin: 10px 0px 20px 10px;
}


.program-messages-top h2, .program-messages-bottom h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.program-messages-top p, .program-messages-bottom p {
  font-size: 15px!important;
  line-height: 2;
}

.program-messages-final {
  text-align: center;
}

.program-fasttrack {
  padding: 5% 0;
}

.program-fasttrack-package-top, .program-fasttrack-package-bottom {
  display: flex;
}

.program-fasttrack-package-top-left, .program-fasttrack-package-top-middle, .program-fasttrack-package-top-right,
.program-fasttrack-package-bottom-left, .program-fasttrack-package-bottom-middle, .program-fasttrack-package-bottom-right {
  background-color: #f5f5f5;
  margin: 10px;
  padding: 20px;
  width: 33%;
  box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%);
}

.program-fasttrack-last {
  text-align: center;
}

.program-fasttrack-package-top h2, .program-fasttrack-package-bottom h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.program-fasttrack-package-top p, .program-fasttrack-package-bottom p {
  font-size: 15px!important;
  line-height: 1.5;
}

/* --- Program Call Section --- */
.program-call {
  background-color: #2b1a40;
  padding: 5% 0;
  text-align: center;
}

.program-call h1 {
  font-size: 50px;
  padding-bottom: 30px!important;
  color: white;
}


.program-more {
  padding: 5% 0;
}

.program-more-decision-intro {
  padding: 5% 0px;
  text-align: center;
  font-size: 25px;
}

.program-more-decision-chart {
  display: flex;
}

.program-more-decision-chart h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2!important;
  padding-bottom: 20px;
  text-align: center;
}

.program-more-decision-chart-left, .program-more-decision-chart-right {
  padding: 20px 35px;
  /*background-color: #f5f5f5;*/
  width: 50%;
  margin: 0 10px 0 10px;
  box-shadow: 0 10px 25px -5px rgb(0 0 0 / 10%);
}

.program-more-decision-chart-left p, .program-more-decision-chart-right p {
  font-size: 17px!important;
}

.program-more-terms, .program-more-button {
  text-align: center;
}

.program-more-intro {
  padding-top: 5%;
}

.program {
  margin: 5% 0 0 0;
}

.program-next, .program-love {
  margin: 5% 0;
}

.program-love-callout {
  text-align: center;
  padding: 30px 0;
}

.program-love-callout h2 {
  letter-spacing: 0!important;
}

.program-love-twoMonths {
  padding: 30px 0;
}



/* ABOUT PAGE
=============================*/

.hero-about {
  background-image: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,.4)), url("images/about-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-transform: uppercase;
}

.about {
  padding: 5% 0 0 0;
}

.about-intro {
  display: flex;
}

.about-intro-left, .about-intro-right {
  width: 50%;
}
.about-intro-left {
  padding: 0px 10px 0px 0px;
}

.about-intro-right {
  padding: 0px 0px 0px 10px;
}

.about-intro-right img {
  max-width: 100%;
}

.hero-about article h1 {
  padding: 10% 0px;
  font-size: 30px;
}

.about article h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 15px;
}

.about article h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
}

.about article p {
      font-family: 'Roboto';
      font-weight: 400;
      font-size: 20px;
      padding-bottom: 30px;
  }


.about-today {
  background-color: #f8f8f8;
  padding: 5% 0;
}

.about-today-title {
  text-align: center!important;
  content-align: center;
}

.about-today-checklist h2 {
  padding: 20px 0px 20px 0px;
  font-weight: 500!important;
  line-height: 1.5!important;
}

.about-help ul li {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 30px;
  margin-left: 5%;
  font-style: italic;
}

/* ABOUT PAGE
=============================*/

.hero-packages {
    background-image: linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,.2)), url("images/packages-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-transform: uppercase;
  }

  .hero-packages article h1 {
    padding: 10% 0px;
    font-size: 30px;
  }

  .packages {
    margin: 5% 0;
  }

  .packages article h1 {
      font-family: 'Montserrat';
      font-weight: 700;
      padding-top: 20px;
      padding-bottom: 15px;
      text-align: center;
      font-size: 48px!important;
  }

  .packages article h2 {
      font-family: 'Montserrat';
      font-weight: 700;
      padding-top: 20px;
      padding-bottom: 15px;
  }

  .packages article h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
  }

  .packages article p {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 20px;
        padding-bottom: 30px;
    }
}


.packages article {
  display: flex;
}

.packages-grid-bottom {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.packages-grid-bottom-left, .packages-grid-bottom-middle, .packages-grid-bottom-right  {
  display: flex;
  width: 30%;
  padding: 20px 35px;
  margin: 0 15px;
}

.packages-grid-bottom-left h1, .packages-grid-bottom-middle h1, .packages-grid-bottom-right h1 {
  margin-top:30px;
}
/*
.packages-grid-top-middle, .packages-grid-top-right {
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 15%);
}


.packages-grid-top-middle {
  background-color: rgba( 122, 91, 153, 1 );
}

.packages-grid-top-right {
  background-color: #ececec;
}

.packages-grid-top-middle, .packages-grid-top-right {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  justify-content: center;
}

.packages-grid-top-middle {
  color: white;
}

*/

.packages-grid-bottom-left, .packages-grid-bottom-middle, .packages-grid-bottom-right {
    box-shadow: 0 10px 30px -5px rgb(0 0 0 / 15%);
}

.packages-grid-bottom-left button, .packages-grid-bottom-left hr {
  margin-bottom: 40px;
}

.packages-grid-bottom-middle ul, .packages-grid-bottom-right ul {
  padding-left: 12px;
}

.packages-grid-bottom-left, .packages-grid-bottom-right {
  background-color: #f8f8f8;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.packages-grid-bottom-middle {
  background-color: #2b1a40;
  color: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.packages-grid-bottom-left .packages-grid-content {
  text-align: center;
}

.packages-grid-bottom-left button, .packages-grid-bottom-middle button, .packages-grid-bottom-right button {
  justify-content: center;
}

span.savings p {
  font-size: 15px;
  color: red;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 30px;
}


.packages-grid-bottom-left h3.header {
  margin: -20px -35px;
  padding: 20px 0px;
  background-color: #f8f8f8;
  text-align: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #f8f8f8;
}


.packages-grid-bottom-middle h3.header {
  margin: -20px -35px;
  padding: 20px 0px;
  background-color: rgba( 122, 91, 153, 1 );
  text-align: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.packages-grid-bottom-right h3.header {
  margin: -20px -35px;
  padding: 20px 0px;
  background-color: #ececec;
  text-align: center;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}





/* MOBILE CODING
==========================*/

/* ------Max Width 1130px -------- */
@media (max-width: 1130px) {
  header, footer, article {
    padding-left: 5%;
    padding-right: 5%;
  }

  footer {
    padding-top: 0px;
    /*padding-left: 5%;
    padding-right: 5%;*/
  }

  .packages-grid-bottom {
    flex-direction: column;
    width: 100%;
  }

  .packages-grid-bottom-left, .packages-grid-bottom-middle, .packages-grid-bottom-right {
    width: 90%;
    margin-bottom: 7%;
  }

}
/* ------ Max Width 1000px -------- */
@media (max-width: 1000px) {
  .footer-top {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
  }

  .footer-top-middle {
    padding-top: 20px;
  }

  footer ul li.title {
    padding-top: 50px;
  }

  .footer-bottom {
    flex-direction: column;
    width: 100%;
    justify-content: center
  }

  .footer-bottom-left {
    width: 100%;
    justify-content:flex-start;
  }

  .footer-bottom-right {
    width: 100%;
    padding-top: 20px;
    justify-content:flex-start;
  }

  header {
    display: none;
  }

.program-problem-box {
  flex-direction: column;
}
  .program-problem-box-left, .program-problem-box-right {
    width: 100%;
  }
}

/* ------ Min Width 1000px -------- */

@media (min-width: 1000px) {

  .mobile-header {
    display: none;
  }
}

/* ------ Max Width 900px ------ */
@media (max-width: 900px) {
  .about-front article {
    flex-direction: column-reverse;
  }

  .leave-front article {
    flex-direction: column;
    margin: 0;
  }

  .about-front-left, .about-front-right, .leave-front-left, .leave-front-right {
    width: 100%;
    padding: 0;
  }

  .about-front-right {
    margin-top:-30px;
  }

  .about-front-right img {
    max-width: 90%;
    padding-bottom: 30px;
  }

}

/* ------ Max Width 750px ------ */
@media (max-width: 750px) {
  .stats article {
    flex-direction: column;
  }

  .stats-1, .stats-2, .stats-3, .stats-4, .stats-clarification {
    width: 100%;
  }

  .stats-1 h1, .stats-2 h1, .stats-3 h1, .stats-4 h1 {
    padding: 50px 0px 0px 0px;
  }

  .stats-1 p, .stats-2 p, .stats-3 p, .stats-4 p {
    padding: 0px;
  }

}

/* ------ Max Width 700px ------ */
@media (max-width: 700px) {
  .frontpage article {
    flex-direction: column;
  }

  .frontpage-left {
    width: 100%;
  }

  .about-intro {
    flex-direction: column-reverse;
  }

  .about-intro-left, .about-intro-right {
    width: 100%;
    padding: 0;
  }

  .about-intro-right {
    padding-bottom: 20px!important;
  }

  .about-intro-right img {
    max-width: 100%;
  }

.packages-grid-bottom {
  width: 100%;
}
  .packages-grid-bottom-left, .packages-grid-bottom-middle, .packages-grid-bottom-right {
    width: 85%;
  }

}

/* ------ Max Width 500px ------ */
@media (max-width: 505px) {
  html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }


  .showcase article {
      flex-direction: column;
    }

    .showcase-left, .showcase-middle, .showcase-right {
      width: 100%;
    }

    .showcase-middle, .showcase-right {
      margin-top: 120px;
    }

    .program-next-box {
      flex-direction: column;
    }

    .program-next-box-left, .program-next-box-middle, .program-next-box-right {
      width: 80%;
      margin:10px!important;
    }

    .program-quote {
      flex-direction: column-reverse;
      background-color: #f8f8f8;
      box-shadow: 0 10px 30px -5px rgb(0 0 0 / 30%);
    }

    .program-quote-left, .program-quote-right {
      width: 85%;
    }

    .program-quote-right {
      padding: 20px;
    }

    .program-quote-right img, .program-quote-left {
      box-shadow: none;
    }

    .program-messages-top, .program-messages-bottom {
      flex-direction: column;
      margin: 0!important;
    }

    .program-messages-top-left, .program-messages-top-right, .program-messages-bottom-left, .program-messages-bottom-right {
      width: 85%;
      margin:10px!important;
    }

    .program-fasttrack-package-top, .program-fasttrack-package-bottom {
      flex-direction: column;
      margin: 0!important;
    }

    .program-fasttrack-package-top-left, .program-fasttrack-package-top-middle, .program-fasttrack-package-top-right,
    .program-fasttrack-package-bottom-left, .program-fasttrack-package-bottom-middle, .program-fasttrack-package-bottom-right {
      width: 85%;
      margin:10px!important;
    }

    .program-more-decision-chart {
      flex-direction: column;
    }

    .program-more-decision-chart-left, .program-more-decision-chart-right {
      width: 75%;
      margin:10px!important;
    }

    .packages-grid-bottom-left, .packages-grid-bottom-middle, .packages-grid-bottom-right {
      width: 75%;
    }
}
