@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&display=swap");

body {
  background-color: #f5f5f2;
}

a {
  text-decoration: none;
}

.active {
  border-bottom: 3px #55624e solid;
  color: inherit;
}

.navbar-toggler {
  background-color: #f8f9fa !important;
  margin-right: 20px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
li.nav-item {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
li:not(.nav-item) {
  font-size: 1.2rem;
}
p {
  line-height: 1.7;
  font-family: verdana;
}

h1 {
  font-size: 4em;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 1.5em;
}

video {
  width: 768px;
  height: 432px;
}
.nav-item {
  font-size: 1.1em;
  font-weight: 400;
  margin-right: 10px;
}

.hover:hover {
  color: white !important;
}

.book-now {
  border: none;
}

.nav-link .button:focus {
  background-color: white;
  color: black;
}
.book-now .nav-item {
  margin-right: 0px !important;
}

.book .uppercase {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.tan {
  color: #e4d4b9;
}

.dark-tan {
  color: #978974;
}

.green {
  color: #55624e;
}

.gray {
  color: #333;
}

.header-box {
  background-color: #55624e;
  padding: 3rem;
  margin: 0;
}

/* Home Page */

#homepage-background {
  background-image: url("../images/background-overlay.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.learn-more,
.btn-primary {
  background-color: #e4d4b9 !important;
  --bs-btn-border-color: #e4d4b9 !important;
  --bs-btn-hover-border-color: #e4d4b9 !important;
}

/* Newsletter / Footer Section */

.footer-section {
  background-color: #e4d4b9;
  border-top: 2.5px solid #55624e;
}

/* Table */

.table-bordered {
  border: 2px solid #55624e;
}

.accordion-button:not(.collapsed) {
  background-color: #55624e;
  /* background-color: #fff; */
  color: white;
}

.accordion-button-coaching:not(.collapsed) {
  /* background-color: #55624e; */
  background-color: #fff;
  color: black;
}

.accordion-button:is(.collapsed) {
  /* background-color:  #55624e; */
  background-color: #fff;
  color: black;
}

/* FAQ */
.home-info h1 {
  color: tan;
}

.home-info p {
  color: white;
}

/* Reviews */

#review-section {
  background-color: #eee;
}

#review-section .review-title {
  padding: 15px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#review-section .progress-label-left {
  float: left;
  width: 85%;
  font-size: 1.8rem;
}

#review-section .progress-label-right {
  float: right;
  width: 15%;
  font-size: 1.8rem;
}
.modal-dialog .modal-header {
  margin: 0px !important;
  padding: 15px 20px !important;
}
.modal-dialog .modal-header .title-heading {
  /* font-size: 2rem; */
  display: inline-block;
}
.modal-dialog .modal-header .close {
  /* font-size: 2.5rem!important; */
  display: inline-block;
}
.modal-dialog .modal-body {
  padding: 30px !important;
  padding-top: 10px !important;
}
.modal-dialog .modal-body h3 {
  color: #55624e;
  /* font-size: 2rem; */
  padding: 0px !important;
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}
.modal-dialog .modal-body i {
  cursor: pointer;
  display: inline-block;
}

.modal-dialog .modal-body input {
  padding: 15px !important;

  border: 1px solid #bbb !important;
}
.modal-dialog .modal-body textarea {
  padding: 15px !important;
  height: 150px !important;
  border: 1px solid #bbb !important;
}
.modal-dialog .modal-body button {
  background-color: #222;
  color: #fff !important;
}
.modal-dialog .modal-body small {
  display: block;
  color: #222;
}

#review-section .rating-section .card-body {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 20px 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.text-warning {
  color: #e4d4b9 !important;
}
.bg-warning {
  background-color: #598462 !important;
}

.rounded-circle {
  border-radius: 0;
}
.rating-body .card {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
}
.rating-body .card-header {
  padding: 10px 30px;
  color: #222;
  text-transform: uppercase;
}
.rating-body .card-body {
  padding: 10px 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.rating-body .card-body i {
  margin: 0px 3px;
}
.rating-body .card-body p {
  color: #222;
  margin-top: 10px;
}
.rating-body .card-footer {
  padding: 10px 30px;
  color: #222;
}
.rating-body .card-footer small {
  color: #444;
  font-style: italic;
}
.rating-body .card-footer small b {
  color: #222;
}
.rating-body .rounded-circle {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #598462;
}
.rating-body .rounded-circle h3 {
  color: #fff !important;
  margin: 0px !important;
  padding: 40px !important;
  font-size: 3rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

.service-card {
  background-color: rgba(85, 98, 78, 0.8);
  z-index: 999;
}

.photo-cred {
  font-size: 10px;
  visibility: hidden;
}

@media screen and (max-width: 500px) {
  video {
    width: 320px;
    height: 100%;
  }
  .accordion {
    padding-bottom: 1rem;
  }

  h1 {
    font-size: 3rem;
  }
  iframe {
    width: auto;
    height: 100%;
  }

  /* #homepage-background {
    height: initial !important;
  } */

  .navbar-collapse {
    margin: 2%;
  }

  .header-box {
    padding: 0rem;
    padding-bottom: 1rem;
  }

  .main {
    padding: 1.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-section-homePage {
    position: static;
  }

  #review-section {
    padding: 20px !important;
  }
  #review-section .review-title {
    padding: 15px 20px !important;
  }
  #review-section .review-title h3 {
    padding-bottom: 10px !important;
  }
  .dropdown-content {
    width: 100% !important;
    min-width: 100% !important;
    position: relative !important;
  }
}

.light-green-section {
  background-color: rgba(85, 98, 78, 0.3);
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.accordion-button-coaching:after {
  height: 0 !important;
}

.row {
  margin-right: 0;
}

.card {
  height: 340px;
  background-color: #978974;
}

.border-bottom {
  border-width: 7px !important;
  border-left: 7px !important;
  border-color: #55624e !important;
  color: #e4d4b9 !important;
}
