body {
  color: #546670;
}

/* HEADER */

.header-background {
  /*height: 609px;*/
  padding: 20px;
  position: relative;
}

@media (min-width: 768px) {
  .header-background {
    height: 675px;
    padding: 20px;
    position: relative;
  }
}

.header-hero-text {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .header-hero-text {
    margin-top: 175px;
  }
}

/* NAVIGATION */

.logo-nav {
  max-width: 180px;
  padding: 10px 0px 15px 0px;
  width: 400px;
}

@media (min-width: 768px) {
  .logo-nav {
    max-width: 200px;
    padding: 10px 0px 15px 15px;
    width: 400px;
  }
}

.social-nav {
  width: 400px;
  text-align: right;
  padding: 10px 0px 15px 15px;
  display: none;
}

@media (min-width: 768px) {
  .social-nav {
    width: 400px;
    text-align: right;
    padding: 10px 0px 15px 15px;
    display: initial;
  }
}

.nav-link {
  color: #ffffff !important;
}

.navbar {
  border-bottom: 0px solid #ffffff;
  padding: 20px 0px 0px 0px;
  text-align: right;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar {
    border-bottom: 1px solid #ffffff;
    padding: 20px 0px 8px 0px;
  }
}

.nav-item {
  /*border-bottom: 3px solid transparent;*/
  /*margin-bottom: -10px;*/
  padding: 0px 10px;
  font-family: 'Baloo Chettan 2';
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 768px) {
  .nav-item {
    border-bottom: 3px solid transparent;
    margin-bottom: -10px;
    padding: 0px 10px;
    font-family: 'Baloo Chettan 2';
    text-transform: uppercase;
    font-weight: 700;
  }
}

.nav-item:hover {
  border-bottom: none;
  margin-bottom: 0px;
}


@media (min-width: 768px) {
  .active {
    border-bottom: 3px solid red;
    margin-bottom: -10px;
  }
}

.navbar-toggler {
  border: none;
  padding: 0px;
  color: #ffffff;
}

.fa.fa-navicon {
  font-size: 30px;
  color: #ffffff;
}

#navcol-1 {
  background-color: rgba(242, 200, 96, 0.9);
  padding: 15px 15px 15px 0px;
  border-radius: 10px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  #navcol-1 {
    background-color: transparent;
    padding: 0px;
    border-radius: 10px;
    margin-top: -5px;
    width: initial;
  }
}

/* TYPEOGRAPHY */

.display-1 {
  font-size: 480%;
  font-family: 'Baloo Chettan 2';
  font-weight: 700;
  line-height: 71px;
}

@media (min-width: 576px) {
  .display-1 {
    font-size: 87px;
    line-height: 89px;
  }
}

@media (min-width: 768px) {
  .display-1 {
    font-size: 123px;
    line-height: 123px;
  }
}

@media (min-width: 992px) {
  .display-1 {
    font-size: 150px;
    line-height: 160px;
  }
}

.d1-wrapper {
  margin-top: -20px;
}

.display-2 {
  font-family: 'Baloo Chettan 2';
  font-size: 39px;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .display-2 {
    font-family: 'Baloo Chettan 2';
    font-size: 42px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .display-2 {
    font-family: 'Baloo Chettan 2';
    font-size: 55px;
    font-weight: 500;
  }
}

h1 {
  font-family: 'Baloo Chettan 2';
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
}

h2 {
  font-family: 'Baloo Chettan 2';
  font-weight: 700;
  font-size: 37px;
  line-height: 39px;
}

h3 {
  font-family: 'Baloo Chettan 2';
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
  font-size: 25px;
  line-height: 34px;
}

h5 {
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

h6 {
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
  font-size: 17px;
  line-height: 32px;
}

p {
  font-weight: 300;
  line-height: 25px;
  font-size: 16px;
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
}

.card-bullets {
  list-style: none;
}

.card-bullets li::before {
  content: "\2022";
  color: #f6ad1b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.card-bullets li {
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 0px;
}

.card-bullets-recovery {
  list-style: none;
}

.card-bullets-recovery li::before {
  content: "–";
  color: #234578;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.card-bullets-recovery li {
  font-family: 'Baloo Chettan 2';
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #234578;
}

/* BUTTONS */

.btn-primary {
  border-radius: 50px;
  padding: 12px 35px;
  color: #f25921;
  font-family: 'Baloo Chettan 2';
  border: 0px solid;
  font-size: 23px;
  background-color: rgba(242, 200, 96, 0.9);
  font-weight: 700;
}

.btn-primary:hover {
  border-radius: 50px;
  padding: 12px 35px;
  color: #f25921;
  font-family: 'Baloo Chettan 2';
  border: 0px solid;
  font-size: 23px;
  background-color: #ffffff;
  font-weight: 700;
}

.btn-secondary {
  border-radius: 50px;
  padding: 3px 25px;
  color: #ffffff;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #ffffff;
  font-size: 19px;
  background-color: transparent;
  font-weight: 400;
}

.btn-secondary:hover {
  border-radius: 50px;
  padding: 3px 25px;
  color: #234578;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #ffffff;
  font-size: 19px;
  background-color: #ffffff;
  font-weight: 400;
}

.btn-secondary-v2 {
  border-radius: 50px;
  padding: 3px 25px;
  color: #f6ad1b;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #f6ad1b;
  font-size: 19px;
  background-color: transparent;
  font-weight: 400;
  letter-spacing: 4px;
}

.btn-secondary-v2:hover {
  border-radius: 50px;
  padding: 3px 25px;
  color: #ffffff;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #ffffff;
  font-size: 19px;
  background-color: #f6ad1b;
  font-weight: 400;
  letter-spacing: 4px;
}

.btn-secondary-v3 {
  border-radius: 50px;
  padding: 3px 25px;
  color: #234578;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #234578;
  font-size: 19px;
  background-color: transparent;
  font-weight: 400;
  letter-spacing: 4px;
}

.btn-secondary-v3:hover {
  border-radius: 50px;
  padding: 3px 25px;
  color: #ffffff;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #ffffff;
  font-size: 19px;
  background-color: #234578;
  font-weight: 400;
  letter-spacing: 4px;
}

.btn-secondary-v4 {
  border-radius: 50px;
  padding: 3px 25px;
  color: #f6ad1b;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #234578;
  font-size: 19px;
  background-color: #234578;
  font-weight: 400;
  letter-spacing: 4px;
}

.btn-secondary-v4:hover {
  border-radius: 50px;
  padding: 3px 25px;
  color: #ffffff;
  font-family: 'Baloo Chettan 2';
  border: 1px solid #ffffff;
  font-size: 19px;
  background-color: #234578;
  font-weight: 400;
  letter-spacing: 4px;
}

/* COLOR */

.bg-primary {
  background-color: #f5ad1b !important;
}

.bg-secondary {
  background-color: #505d86 !important;
}

.bg-background-1 {
  background-color: #edf0f2;
}

.bg-background-2 {
  background-color: #e7e6ec;
}

.text-primary {
  color: #f6ad1b !important;
}

.text-secondary {
  color: #234578 !important;
}

.text-secondary-v2 {
  color: #989bb5 !important;
}

.text-secondary-v3 {
  color: #505d86 !important;
}

.text-secondary-v4 {
  color: #505d86 !important;
}

.text-light {
  color: #c5c5d4 !important;
}

/* FORM */

.form-control {
  margin: 15px 0px;
  border: none;
  border-radius: 10px;
}

.dropdown-toggle {
  background-color: #ffffff;
  color: #cbd3d8 !important;
  border-radius: 10px;
  width: 100%;
  text-align: left;
}

textarea {
  padding: 0px;
}

::-webkit-input-placeholder {
  color: #cbd3d8 !important;
  font-family: 'Baloo Chettan 2';
}

:-ms-input-placeholder {
  color: #cbd3d8 !important;
  font-family: 'Baloo Chettan 2';
}

::placeholder {
  color: #cbd3d8 !important;
  font-family: 'Baloo Chettan 2';
}

/* GENERAL */

.class-card-1 {
  background-image: url(../../assets/img/image-groupclasses-home.png);
  background-color: #e68862;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
}

.class-card-1-fitness {
  background-image: url(../../assets/img/image-groupclasses-fitness.png);
  background-color: #e68862;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
  height: 300px;
}

@media (min-width: 992px) {
  .class-card-1-fitness {
    background-image: url(../../assets/img/image-groupclasses-fitness.png);
    background-color: #e68862;
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 55px;
    height: 500px;
  }
}

.class-card-2 {
  background-image: url(../../assets/img/image-physicaltherapy-home.png);
  background-color: #efba5c;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
}

.class-card-2-fitness {
  background-image: url(../../assets/img/image-physicaltherapy-fitness.png);
  background-color: #efba5c;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
  height: 300px;
}

@media (min-width: 992px) {
  .class-card-2-fitness {
    background-image: url(../../assets/img/image-physicaltherapy-fitness.png);
    background-color: #efba5c;
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 55px;
    height: 500px;
  }
}

.class-card-3 {
  background-image: url(../../assets/img/image-personaltraining-home.png);
  background-color: #89ccdf;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
}

.class-card-3-fitness {
  background-image: url(../../assets/img/image-personaltraining-fitness.png);
  background-color: #89ccdf;
  background-position: top;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 55px;
  height: 300px;
}

@media (min-width: 992px) {
  .class-card-3-fitness {
    background-image: url(../../assets/img/image-personaltraining-fitness.png);
    background-color: #89ccdf;
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 55px;
    height: 500px;
  }
}

.highlight-wrapper-1 {
  background-image: url(../../assets/img/image-split-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px;
  mix-blend-mode: multiply;
}

.highlight-wrapper-1 {
  background-image: url(../../assets/img/image-split-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px;
  mix-blend-mode: multiply;
}

.highlight-wrapper-2 {
  background-image: url(../../assets/img/image-split-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px;
  mix-blend-mode: multiply;
}

.highlight-wrapper-3 {
  background-image: url(../../assets/img/image-split-3.png);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px;
  mix-blend-mode: multiply;
}

.heart-icon {
  max-width: 70px;
  margin-bottom: 30px;
  margin-left: 10px;
  display: none;
}

@media (min-width: 992px) {
  .heart-icon {
    max-width: 70px;
    margin-bottom: 60px;
    margin-left: 10px;
    display: initial;
  }
}

.icon-wrapper {
  padding: 20px;
}

.icon-wrapper img {
  max-width: 200px;
}

.recovery-card-top {
  height: 270px;
  padding: 15px;
}

