@charset "UTF-8";

/* Body */

html, body {

  font-family: 'Open sans', sans-serif;

  background-color: #FFFFFF;

  margin-top: 0px;

  margin-right: 0px;

  margin-bottom: 0px;

  margin-left: 0px;

  font-style: normal;

  font-size:18px;

  font-weight:300;

}

/* Container */

.container {

  width: 100%;

  margin-left: auto;

  margin-right: auto;

  background-color: #ffffff;

  overflow-x: hidden;

}

/* Navigation */

header {

  height: 141px;

  width: 100%;

}



.top-bar {

  height: 40px;

  text-align:center;

  background-color:#664bac;

}

.top-bar p {

  color:#FFFFFF;

  padding: 10px 0;

  margin:0 auto;

}

.top-page {

  position: relative;

}

.top-page::before {

  content: "";

  background: url("images/ChakraKit.jpg") no-repeat ;

  background-attachment: fixed;

  width:100%;

  height:100%;

  top:0;

  left:0;

  position:absolute;

  background-size: cover;

  background-repeat: no-repeat;

  filter: brightness(74%);

}

.top-page header, .top-page section {

  position: relative;

  text-align: center;

}

.logo {

  font-family: 'Playfair Display', serif;

  color: #fff;

  font-size: 48px;

  font-weight: 300;

  width: 60%;

  text-align: center;

  margin: 0 auto;

}

hr.light-line {

  height:0;

  display: block;

  width: 85%;

  margin: 20px 8%;

  border-bottom: 1px solid;

  border-color: rgba(255,255,255,0.3);

}

.hero_header {

  color: #FFFFFF;

  text-align: center;

  margin-top: 100px;

  margin-right: 0px;

  margin-bottom: 0px;

  letter-spacing: 2px;

  padding: 0px 30px;

}

h2 {

  font-family: 'Playfair Display', serif;

  font-size: 46px;

  font-weight: 200;

  text-align: center;

  margin-bottom: 0px;

}


.tagline {

  width: 85%;

  margin: 15px auto;

  font-weight:400;

  font-size:20px;

  line-height:34px;

  color:#FFFFFF;

  letter-spacing:1px;

}



.shop {

  padding: 30px 20px;

  display: inline-block;

  margin-top: 0;

  margin-bottom: 0;

}

.shop h2 {

  margin: 0;

  padding: 20px;

}

.shop h4 {

  font-size: 14px;

  font-weight: 400;

  padding:10px;

  margin:0;

}

.shop p {

  font-size:22px;

  font-weight:400;

  line-height: 33px;

  padding: 0px 30px;

}



.about.black {

  background: #000000;

  color: #FFFFFF;

  margin: 0;

}

.about.black h2 {

  color: #664bac;

  text-align: left;

  font-size: 34px;

}

.about.black h3 {

  font-size: 22px;

  font-weight: 400;

}

.about.black p {

  color:#e4e4e4;

  line-height: 24px;

  font-size: 16px;

}

.about .column.first {

  padding:30px 45px;

}

.about .column.image {

  background-image:url("images/Sophia office table.png");

  background-image-repeat: none;

  background-size: cover;

  background-position: 65% 50%;

}

.payment h2 {

  margin: 36px auto 10px auto;

}





.light {

  font-weight: bold;

  color: #717070;

}



/* About Section */

.row {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  width: 100%;

}

.column {

  display: flex;

  flex-direction: column;

  flex-basis: 100%;

  flex: 1 1 auto;

  margin: 0px;

  width: 45%;

  align-content: center;

  justify-content: center;

}



.column p {

  margin-top: 0px;

}

.one-col-img {

  margin: 20px auto;

  width: 95%;

  

}



.big-text {

  font-size: 20px;

  line-height: 26px;

}





/* Stats Gallery */

.services {

  clear: both;

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  justify-content: space-around;

  align-items: flex-start;

  align-content: flex-start;

  background-color: #FFFFFF;

  padding-bottom: 35px;

  padding-top: 0px;

  margin-top: 0px;

  margin-bottom: 0px;

}

.services .service {

  width: 29%;

  text-align: center;

  font-weight: 400;

  line-height: 25px;

  float: left;

  padding: 20px;

  color: #333333;

}

.service img {

  width: 80%;

  margin: 20px auto;

  margin-bottom: 0px;

}

.service h3 {

  font-family: "Playfair Display", serif;

  color:#664bac;

  font-size: 30px;

  font-weight: 400;

  line-height: 38px;

  margin-top: 1em;

  margin-bottom: 10px;

}

.service p {

  color: #353535;

  margin: 0;

  font-size: 16px;

  line-height: 24px;

}





.payment {

  color: #333333;

  text-align: left;

  padding: 3px 20px 3px 20px;

}

.payment .row {

  align-content: center;

  text-align: center;

}

.payment .row .column {

  width: 30%;

}

.button {

  background-color: #664bac;

  width: 180px;

  margin: 10px auto;

  padding: 14px 8px;

  text-align: center;

  vertical-align: middle;

  border-radius: 48px;

  border: none;

  transition: all 0.3s linear;

  text-decoration: none;

}

.button a {

  font-size: 14px;

    color: #FFFFFF;

    text-decoration: none;

    text-transform: uppercase;

    font-family: 'Open Sans';

    font-weight: bold;

    letter-spacing: 0.18em;

}

.button:hover {

  background-color: #7d67bf;

  color: #FFFFFF;

  cursor: pointer;

}

.button.white {

  background-color:#FFFFFF;

  color: #000000;

  font-weight:bold;

  margin-bottom: 2em;

}

.button.white a, a .button.white {

  color:#000000;

}

.big-phone-number a {

  color:#ffffff;

  display: block;

  text-decoration: none;

  font-weight:400;

  padding-top:74px;

  padding-bottom: 48px;

  font-size: 38px;

  font-family: 'Open Sans', sans-serif;

}

.social {

  text-align: center;

  margin-bottom: 50px;

}

.purple {

  background-color: #664bac;

  color: #EFEFEF;

}

footer {

  background-color: #664bac;

  padding-bottom: 35px;

}

.footer_column {

  width: 48%;

  text-align: center;

  padding-top: 30px;

  float: left;

}

footer .footer_column h2 {
    color: #EEEEEE;
    font-size: 32px;

}

footer .footer_column h4 {

    font-size: 22px;

  color: #EEEEEE;

  padding: 0;

}



footer .footer_column p {

  color: #dddddd;

  padding-left: 30px;

  padding-right: 30px;

  line-height: 25px;

  font-weight: lighter;

  font-size: 18px;

}

footer .footer_column p.phone { 

    font-size: 28px;

}

footer iframe {

  margin-top: 25px;

}

footer .button {

  margin-top: 15px;

  padding-top: 12px;

  padding-bottom: 12px;

  background-color: #633c83;

  color: #FFFFFF;

}

footer .button a {

  color: #FFFFFF;

  text-decoration: none;

}

footer .button:hover {

  background-color: #8551b2;

}

footer .col-padding {

  padding: 20px 30px;

}

.copyright {

  text-align: center;

  font-size: 14px;

  padding-top: 20px;

  padding-bottom: 20px;

  padding-left: 20px;

  padding-right: 20px;

  background-color: #717070;

  color: #FFFFFF;

  font-weight: lighter;

  letter-spacing: 1px;

  margin-top: -5px;

}

.copyright a {

  color: #FFFFFF;

}



footer {

  display: inline-block;

  width: 100%;

}

.hidden {

  display: none;

}

.center {

  text-align: center;

}

/* Mobile */

@media (max-width: 320px) {

  .logo {

    width: 100%;

    text-align: center;

    margin-top: 13px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;

  }

  header .button {

    display: none;

  }

  .column, .payment .row .column {

    width: 100%;

  }

  .shop {

    padding: 25px 0;

  }

  

  .text_column {

    width: 100%;

    text-align: justify;

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

  }

  .service {

    width: 100%;

  }

  .service img {

    width: 100%;

    border-radius: 0px;

    margin: 20px 0;

    margin-bottom: 0px;

    border: none;

  }

  .services .service p {

    font-size: 20px;

    padding: 15px 10px;

  }

  .service h4 {

    font-size: 22px;

    margin-bottom: 0;

  }

  .shop h2 {

    padding: 20px 30px;

  }

  .column-33 {

    width: 100%;

  }

 

  .footer_column {

    width: 100%;

    margin-top: 0px;

  }

  .parallax {

    text-align: center;

    margin-top: 0px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 0px;

    padding-top: 40%;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    width: 100%;

    font-size: 18px;

  }

  .parallax_description {

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    width: 90%;

    margin-top: 25px;

    margin-right: 0px;

    margin-bottom: 0px;

    margin-left: 12px;

    float: none;

    text-align: center;

  }

  .banner {

    background-color: #664bac;

    background-image: none;

  }

  .banner {

    background-attachment: scroll;

  }

  .shadow-container {

    padding-top: 20%;

  }

  .tagline {

    margin-top: 20px;

    line-height: 22px;

  }

  .hero_header {

    font-size:30px;

    padding-left: 10px;

    padding-right: 10px;

    line-height: 22px;

    text-align: center;

  }

  .about {

    text-align: center;

  }

}

/* Small Tablets */

@media (min-width: 321px)and (max-width: 944px) {

  header {

    position: relative;

    width: 100%;

    display: flex;

    flex: 1 0 auto;

    align-content: center;

    flex-direction: column;

  }

  header .button {

    display: none;

  }

  .top-page::before {

    background-position: -388px 0%;

  }

  .container, .column, .payment .row .column {

    width: 100%;

  }

  .logo {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

    justify-content: center;

    align-content: center;

    font-size: 48px;

    flex-grow: 1;

    text-align: center;

    margin: 0 auto;

    color: #FFFFFF;

    padding: 20px;

  }

  hr.light-line {

    display:flex;

    flext-wrap:wrap;

  }

  .about {

    text-align: center;

  }

  .shop {

    padding: 0;

  }

  

  .one-col-img {

    width: 100%;

    border: none;

    margin: 0;

    border-radius: 0;

    padding: 0;

  }

  .text_column {

    width: 100%;

    text-align: left;

    padding-top: 0px;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

  }

  .services .service {

    width: 100%;

  }

  .services .service p {

    font-size: 18px;

    padding: 4px 20px;

  }

  .service img {

    width: 100%;

    border-radius: 0px;

    margin: 0;

    margin-top: 20px;

    border: none;

  }

  .service h4 {

    font-size: 22px;

    margin-bottom: 0;

  }

  .footer_column {

    width: 100%;

    margin-top: 0px;

  }

  .banner {

    background-attachment: scroll;

  }

  .parallax {

    text-align: center;

    margin: 0;

    padding-top: 40%;

    padding-right: 0px;

    padding-bottom: 0px;

    padding-left: 0px;

    width: 90%;

    font-size: 18px;

  }



  .footer_column {

    width: 100%;

  }

}

/* Small Desktops */

@media (min-width: 768px) and (max-width: 1096px) {

  header {

    position: relative;

    width: 100%;

  }

  .container, .text-column {

    width: 100%;

  }

  .service {

    width: 45%;

  }

  .banner {

    margin-top: 0px;

    padding-top: 0px;

  }

  .hero {

    position: relative;

    background-size: cover;

    background-repeat: no-repeat;

    min-height: 380px;

    margin-top: 0px;

    background-position: right;

  }

}
