.wrap-block-xs {
  padding: 20px 0;
}
.wrap-block-sm {
  padding: 40px 0;
}
.wrap-block-md {
  padding: 80px 0;
}
.wrap-block-lg {
  padding: 220px 0;
}
#extra-info-header {
  background: #000000;
}
#extra-info-header .extra-info-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #ffffff;
}
#extra-info-header .extra-info-container .extra-info-contact a {
  color: #ffffff;
}
#extra-info-header a {
  color: #ffffff;
}
#header {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
    top: 0;
    background: #000000;
  }
}
#header nav {
  transition: background 0.5s;
}
#header nav a,
#header nav a:hover,
#header nav a:visited,
#header nav a:active {
  color: #ffffff;
}
#header nav li:not(:last-child):hover {
  border-bottom: 1px solid #ffffff;
}
#header nav li:last-child {
  background-color: #000000;
  border-radius: 0.4rem;
}
#header nav .navbar-brand {
  color: #ffffff;
  font-family: 'Alex Brush', cursive;
  font-size: 4rem;
  transition: font-size 0.5s;
}
@media screen and (max-width: 767px) {
  #header nav .navbar-brand {
    font-size: 2.5rem;
  }
}
#footer {
  background: #000000;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
}
#footer .powered {
  text-align: right;
}
.hair {
  position: relative;
  background: url('/img/brunette-female-girl.jpg') center center no-repeat #000000;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
}
.about-summary {
  text-align: center;
}
.appointment {
  position: relative;
  background: url('/img/salon-bg.jpg') center center no-repeat #000000;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #ffffff;
}
.intro {
  text-align: center;
  color: #ffffff;
  font-family: 'Rajdhani', sans-serif;
}
.intro h1 {
  font-size: 3.5rem;
}
.coverage-opening-times {
  background: #222222;
  color: #ffffff;
  text-align: center;
}
.coverage-opening-times ul {
  list-style-type: none;
}
.area-coverage ul,
.opening-times ul {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .area-coverage {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .opening-times {
    padding-top: 80px;
  }
}
@media screen and (min-width: 991px) {
  .navbar-hover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: #000000;
  }
  .navbar-hover .navbar-brand {
    font-size: 2rem !important;
  }
}
.find-us {
  text-align: center;
  color: #ffffff;
  background: #000000;
}
#contact-form {
  font-family: Arial, sans-serif;
}
#map {
  width: 100%;
  height: 350px;
}
.btn-outline {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: background 0.5s, color 0.5s;
}
.btn-outline:hover {
  background: #000000;
  color: #ffffff;
}
.btn-solid {
  background: #000000;
  color: #ffffff;
}
