html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #d6adff !important;
  text-align: left;
  background-color: #000;
  background-image: url(../../assets/img/background-v2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  text-shadow: 1px 1px 2px #000;
}

p {
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 576px) {
  p {
    text-align: justify;
  }
}

a {
  color: #a26ffb;
}

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.content {
  background: #190028;
  margin: 0 auto;
  box-shadow: 0px 0px 30px #000;
}

@media (min-width: 576px) {
  .content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content {
    max-width: 855px;
  }
}

@media (min-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}

@media (min-width: 992px) {
  .header-image-container {
    margin-top: -10px;
  }
}

/* to add padding around the content area */

.page-content {
  padding: 0 10px;
  background: #190028;
}

/* Text Styling */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-family: 'Amarante';
  color: #cf8b47;
  font-weight: 300;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

h1, .h1 {
  font-size: calc(24px + 1.25vw);
  font-family: 'Julee';
}

@media screen and (min-width:1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, h2 {
  font-size: 22px;
}

@media (min-width: 576px) {
  h2, .h2 {
    line-height: 1.4;
    font-size: calc(18px + 1vw);
  }
}

@media screen and (min-width:1200px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, h3 {
  font-size: 20px;
}

@media (min-width: 576px) {
  h3, .h3 {
    line-height: 1.4;
    font-size: calc(15px + .9vw);
  }
}

@media screen and (min-width:1200px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 19px;
}

@media (min-width: 576px) {
  h4, .h4 {
    font-size: calc(15px + .9vw);
  }
}

@media screen and (min-width:1600px) {
  h4, .h4 {
    font-size: 28px;
  }
}

h5, .h5 {
  font-size: calc(12px + .8vw);
}

@media screen and (min-width:1600px) {
  h5, .h5 {
    font-size: 24px;
  }
}

.att-text {
  font-family: inherit;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000;
}

@media (min-width: 576px) {
  .att-text {
    font-size: 34px;
  }
}

@media (min-width: 768px) {
  .att-text {
    font-size: 46px;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .att-text {
    font-size: 48px;
    line-height: 1.0;
  }
}

@media (min-width: 1200px) {
  .att-text {
    font-size: 56px;
    line-height: 1.0;
  }
}

.att-text-sub {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
  text-shadow: 1px 1px 2px #000;
}

@media (min-width: 576px) {
  .att-text-sub {
    font-size: calc(19px + 1vw);
  }
}

@media (min-width: 1200px) {
  .att-text-sub {
    font-size: 31px;
  }
}

.att-text-sm {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  text-shadow: 1px 1px 2px #000;
}

@media (min-width: 576px) {
  .att-text-sm {
    font-size: calc(17.2px + 0.5vw);
  }
}

@media (min-width: 1200px) {
  .att-text-sm {
    font-size: 24px;
  }
}

/* Heijoshin Button Styling */

.btn-get-started {
  font-size: calc(13px + 3vw) !important;
}

@media (min-width: 576px) {
  .btn-get-started {
    font-size: 30px !important;
  }
}

.free-trial-mobile-wrapper {
  box-shadow: 0px 0px 20px #000;
}

.free-trial-mobile-wrapper .btn {
  padding: 5px 20px;
  font-size: 28px;
  border-radius: 0;
  width: 100%;
}

.btn {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}

@media (min-width: 768px) {
  .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
  }
}

.btn-primary {
  color: #fff;
  background-color: #7526ff;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5e00a7;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #5e00a7;
  box-shadow: none;
}

.btn-primary.active, .btn-primary:active {
  color: #fff;
  background-color: #5e00a7;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5e00a7;
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  border: none;
}

/* List Styling */

.promise-list .fa-li {
  position: absolute;
  font-size: 28px;
  left: -36px;
  width: 30px;
  top: -3px;
  color: #7526ff;
  text-shadow: 1px 1px 2px #000;
}

.promise-list li {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 18px;
  left: -10px;
  margin-bottom: 10px;
}

/* Mindful Modal Styling */

#mindfull .modal-content {
  background: #28043e;
  border: solid 1px #000000;
  box-shadow: 2px 2px 10px #000;
}

#mindfull .modal-header {
  border-bottom: 1px solid rgba(21,0,31,0.75);
}

#mindfull .close {
  color: white;
  font-size: 32px;
  text-shadow: 1px 1px 1px #000;
}

#mindfull .close:hover {
  color: white;
  font-size: 32px;
}

/* Misc Styling */

.svg-shad {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}

.drop-shad {
  box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

.modal-backdrop.show {
  opacity: .6;
}

#trainingphilosophy {
  scroll-margin: 70px;
}

@media (min-width: 992px) {
  #trainingphilosophy {
    scroll-margin: 160px;
  }
}

/* Contact Form Styling */

#cfh {
  font-size: 18px;
  line-height: 1.5;
  scroll-margin: 190px;
}

#cfh .get-started-text {
  font-size: 28px;
  max-width: 360px;
  margin: 0 auto;
}

#cfh .embed-responsive-cp {
  height: 625px;
  background: #28043e;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

#cfh .nospam {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

#cfh-1 {
  font-size: 18px;
  line-height: 1.5;
  scroll-margin: 100px;
}

#cfh-1 .get-started-text {
  font-size: 28px;
  max-width: 360px;
  margin: 0 auto;
}

#cfh-1 .embed-responsive-cp {
  height: 630px;
  background: #28043e;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

#cfh-1 .nospam {
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

