:root {
  --color-7C7268: rgb(124, 114, 104);
  --color-white: rgb(255,255,255);
  --btn-primary: rgb(124, 114, 104);
  --font-Montserrat: "Montserrat", sans-serif;
  --font-cormorant: "Cormorant", serif;
  --font-Open-Sans: 'Open Sans', sans-serif;
}

:root {
  --font-cormorant: "Cormorant", serif;
  --main-font: "Montserrat", serif;
  --main-paragraph-font: "Open Sans", serif;
  --btn-primary: rgb(124, 114, 104);
  --color-white: rgb(255,255,255);
  --main-primary-color: rgb(124, 114, 104);
  --white-color: rgb(255, 255, 255);
  --main-bg-color-2: rgb(242, 242, 242);
  --main-paragraph-color-3: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-Montserrat);
  font-weight: 400;
}

figure, img {
  margin: 0;
  padding: 0;
}

/* Feature About 508 */

.page_header_title {
  text-align: center;
  padding-bottom: 3.8125rem;
}

.page_header_title h2 {
  color: var(--color-7C7268);
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}

.page_header_title p {
  color: #57595B;
  font-size: 1.125rem;
}

/* Testimony Banner Section */

.testimony {
  background-color: var(--color-7C7268);
  margin-top: 9.68rem;
  margin-bottom: 9.68rem;
}

figure.testimony-message blockquote {
  padding-bottom: 114px;
  padding-top: 114px;
}

figure.testimony-message p em {
  color: var(--color-white);
  font-size: 2.5rem;
  font-family: var(--font-cormorant);
  line-height: 49px;
}

/* Homepage Service Price List */

.price-list {
  margin-bottom: 50px;
}

.price-list h4 {
  color: var(--color-7C7268);
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: var(--font-Montserrat);
  margin: 0;
  padding: 0;
}

.price-list strong {
  margin: 0;
  padding-top: 0;
  font-weight: 600;
}

.price-list p {
  font-family: var(--font-Open-Sans);
}

/* frontpage */

.price_list {
  margin-bottom: 1.5rem;
}

.price_list h4 {
  color: var(--main-primary-color);
  font-size: 1.3rem;
  /*font-weight: 600;*/
  margin: 0;
  padding: 0;
}

.price_list p {
  margin: 0;
  padding: 0;
}

.price_list h4 span {
  font-weight: bold;
}

.price_list h4 span::before {
  content: "$";
}

img, figure, p, blockquote, .figure-img {
  margin: 0;
  padding: 0;
  margin-top: 17px;
  /*padding-top: -4px;*/
}

.img-hero-background-home {
  background: url("../../assets/img/img_header_hero_homepage.jpg") center / cover no-repeat;
}

.img-hero-background-about {
  background: url("../../assets/img/img_hero_about.jpg") center / cover no-repeat;
}

.img-hero-background-services {
  background: url("../../assets/img/img-background-services.jpg") center / cover no-repeat;
}

.img-hero-background-showcase {
  background: url("../../assets/img/showcase_hero.webp") center / cover no-repeat;
}

.img-hero-background-contact {
  background: url("../../assets/img/img_hero_contact.webp") center / cover no-repeat;
}

#header-hero {
  font-size: 53px;
  line-height: 69px;
  font-weight: 800;
  color: rgb(255,255,255);
  text-align: center;
  padding-top: 110px;
  font-family: var(--font-Montserrat);
  text-transform: uppercase;
  padding-bottom: 130px;
}

.lb-titil {
  font-size: 53px;
  line-height: 69px;
  font-weight: 800;
  color: rgb(255,255,255);
  text-align: center;
  padding-top: 110px;
  font-family: var(--font-Montserrat);
  text-transform: uppercase;
  padding-bottom: 288px;
}

#pad {
  padding-top: 167px;
  /*padding-bottom: 326px;*/
}

.sub_title {
  font-size: 24px;
  color: rgb(255,255,255);
  font-family: var(--font-Open-Sans);
  max-width: 475px;
  text-align: center;
}

#about_508 .sub_title {
  max-width: 475px;
}

.main_page_title {
  font-size: 62px;
  font-family: var(--font-Open-Sans);
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255,255,255);
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

#main-section {
}

.main-section {
  margin-top: 9.625rem;
}

/* Navigation */

.navbar-brand img {
  height: auto;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}

@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}

/* Book Now */

/* book now form */

.section_book_now {
  background-color: #7C7268;
  color: var(--color-white);
}

#contact .book_now_header {
  color: var(--white-color);
  text-align: center;
  font-size: 40px;
  margin-bottom: 49px;
}

#contact .book_now_header h2 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

#contact .book_now_header p {
  font-size: 1rem;
}

#contact .book_now_form {
  margin-top: 32px;
}

.section_book_now {
  padding: 89px 0;
}

textarea.messageBox {
  height: 206px;
}

/* footer_layout */

footer#footer_layout {
  background-color: var(--main-primary-color);
  border-top: 1px solid rgb(104, 96, 88);
}

footer#footer_layout div.copyright {
  padding: 2.5rem 0;
  text-align: center;
}

footer#footer_layout div.copyright p {
  color: var(--white-color);
  font-size: 1.7rem;
  font-family: var(--main-font);
  margin: 0;
  padding: 0;
}

.bus-hours h3 {
  text-transform: capitalize;
  font-weight: 800;
}

.bus-hours {
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.bus-hours-list {
  margin-bottom: 17px;
  list-style-position: inside;
  /*margin-left: 0;*/
  padding-left: 0;
}

.price-body {
  /*border-style: dotted;*/
  border-bottom-style: dotted;
}

.price-body {
  /*border-style: dotted;*/
  border-bottom-style: dotted;
}

.bus-hours-list {
  margin-bottom: 17px;
  list-style-position: inside;
  /*margin-left: 0;*/
  padding-left: 0;
}

#hero-banner-section {
  /*padding: 1rem 0;*/
  padding-top: 100px;
  padding-bottom: 100px;
}

.fw-semibold {
  font-weight: 600!important;
}

.btn-more {
  background-color: #7C7268;
  padding: 0.50rem;
  border: #7C7268;
  text-transform: uppercase;
}

.btn-more:hover {
  background-color: #7C7268;
}

.manscaping-service-list {
  list-style-type: none;
  list-style-position: inside;
  max-width: 400px;
  margin-top: 2rem;
}

.manscaping-service-list li {
  color: white;
  font-size: 1rem;
  line-height: 1.4rem;
  display: inline-block;
  background-color: #7C7268;
  padding: 9px 12px;
  border-radius: 50px;
  margin: 8px 9px;
}

.footer-link {
  color: #ffffff;
  text-transform: uppercase;
}

.barber-logo {
  width: 160px;
  height: 140px;
}

.barber-logo {
  width: 160px;
}

