/* green: #666633 */
/* brown: #9c4e08 */
/* light grey: #f0f0ee */
/* brownish-grey: #ddd8cc */
/* gold: #be923b */

body {
  font-family: "Saira Extra Condensed", sans-serif;
}

.bg-grey {
  background-color: #ddd8cc;
}

.section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.section-full {
  width: 100%;
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .section,
  .section-full {
    padding-bottom: 64px;
  }
}

.main {
  position: relative;
}

.navbar {
  padding-top: 0;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  z-index: 2;
}

.navbar-collapse {
  justify-content: flex-end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  top: 104px;
  text-align: right;
}

.navbar-nav {
  margin-right: 12px;
}

.nav-link {
  text-transform: lowercase;
  color: white;
  font-size: 1.3rem;
}

.navbar-toggler {
  margin-top: -18px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  .navbar-nav {
    margin-right: 0;
  }
  
  .navbar-collapse {
    background-color: unset;
    width: unset;
    top: 54px;
    right: 0;
  }
}

.material-icons {
  font-size: 40px;
}

.enshe-wrapper {
  z-index: 3;
}

.header-content {
  width: 100%;
  height: 160px;
}

.phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 52px;
  padding-right: 8px;
  color: #9c4e08;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;

  @media screen and (min-width: 990px) {
    position: relative;
  }
}

.phone .material-icons {
  font-size: 24px;
  margin-right: 8px;
}


.hero-image-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    to bottom,
    white,
    white 13%,
    #666633 13%
  );
}

.spacer {
  height: 104px;
}

.hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top left;
}

h2 {
  text-transform: lowercase;
  color: #666633;
  font-size: 2.4rem;
}

.section-heading {
  padding: 40px 0 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  h2 {
    font-size: 2.75rem;
  }

  .section-heading {
    padding-top: 64px;
  }
}

.services {
  margin: 60px auto 0;
  max-width: 1200px;
  text-transform: lowercase;
}

.service-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 32px;
}

.service {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 12px 24px 24px
}

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-header {
  margin: 12px 12px 0;
  padding: 8px 0;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.service-item {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
}

@media (min-width: 992px) {
  .service-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .services {
    margin-top: 236px ;
  }
}

.section-full.bridal-img-wrapper {
  padding-bottom: 0;
}

.bridal-img-wrapper img {
  width: 100%;
  object-fit: cover;
}

.visible-sm {
  display: inline;
}

.visible-md,
.visible-lg {
  display: none;
}

@media (min-width: 576px) {
  .visible-sm,
  .visible-lg {
    display: none;
  }

  .visible-md {
    display: inline;
  }
}

@media (min-width: 990px) {
  .visible-sm,
  .visible-md {
    display: none;
  }

  .visible-lg {
    display: inline;
  }
}

.staff-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.staff-member img {
  border-radius: 10px;
}

.staff-member-open {
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.open-chair {
  background-color: white;
  border-radius: 10px;
  height: 100%;
  padding: 32px;
}

.chair-rental-heading {
  font-size: 1.5rem;
  font-weight: bold;
}

.chair-rental-copy {
  font-size: 1.3rem;
  margin-top: 16px;
}

.staff-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 32px;
  align-items: center;
}

.staff-identification {
  margin-top: 16px;
  font-size: 1.3rem;
}

.staff-role {
  text-transform: lowercase;
}

@media (min-width: 992px) {
  .staff-member-open {
    width: calc((100vw - 144px) / 3);
    min-width: calc((100vw - 144px) / 3);
    height: calc((100vw - 144px) / 3);
    min-height: calc((100vw - 144px) / 3);
  }
}

@media (min-width: 992px) {
  .staff-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .chair-rental-copy {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .staff-member-open {
    width: calc((1200px - 80px) / 3);
    min-width: calc((1200px - 80px) / 3);
    height: calc((1200px - 80px) / 3);
    min-height: calc((1200px - 80px) / 3);
  }

  .staff-wrapper {
    padding: 0
  }

  .chair-rental-copy {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}

.section-full.directions {
  padding-bottom: 0;
}

.directions-img {
  width: 100%;
  height: 548px;
  object-fit: cover;
}

.yelp {
  margin-left: 32px;
  margin-right: 32px;
}

.yelp-reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
}

.section-sub-heading {
  display: flex;
  justify-content: center;
  height: 48px;
  width: 100%;
  margin-bottom: 64px;
}

.section-sub-heading img {
  height: 60px;
  width: auto;
}

.section-sub-heading h3 {
  background-color: #be923b;
  height: 100%;
  color: white;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  outline: solid 5px #be923b;
  font-weight: 400;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 0;
}

.weight-400 {
  font-weight: 400;
}

.yelp-review {
  min-width: 350px;
}

.yelp-link {
  display: flex;
  gap: 4px;
  justify-content: center;
  font-size: 1.4rem;
  margin-top: 24px;
}

.yelp-link .material-icons {
  font-size: 16px;
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .yelp-reviews {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-sub-heading h3 {
    font-size: 1.4rem;
  }

  .yelp-link {
    justify-content: flex-end;
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .yelp {
    margin-left: 0;
    margin-right: 0;
  }
}

footer {
  border-top: solid 2px #f0f0ee;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 200;
}

.top-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 1.2rem;
}

.footer-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-phone .material-icons {
  font-size: 20px;
}

.footer-phone-icon {
  display: flex;
  align-items: center;
}

.bottom-footer {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  border-top: solid 1px #f0f0ee;
}

@media (min-width: 576px) {
  .top-footer {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }
}

.celebrating {
  position: absolute;
  top: 180px;
  right: 16px;
}

.celebrating img {
  width: 200px;
  height: auto;
}

@media (min-width: 576px) {
  .celebrating {
    top: 12px;
    left: 30%;
  }
}

@media (min-width: 768px) {
  .celebrating {
    left: 40%;
  }
}

@media (min-width: 992px) {
  .celebrating {
    left: 45%;
  }
}