:root {
  --white: white;
  --black: black;
  --barberco: #ddc;
  --booksy: #07a2a3;
  --333: #333;
  --icon: #d3d3b1;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.hero {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-1600x1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 5vh;
  display: flex;
  position: relative;
}

.hero.tint {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hero-1600x1200.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body {
  height: 100%;
}

.hero-logo {
  background-color: rgba(0, 0, 0, .35);
  border-radius: 50%;
  width: 40vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.barberco-section {
  background-color: var(--white);
  color: #ced6cb;
  text-align: center;
  border-top: 1px #999;
  padding-top: 110px;
  padding-bottom: 180px;
  position: relative;
}

.hero-book-now-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, .35);
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 10px 18px 10px 20px;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
}

.hero-book-now-button:hover {
  color: #999;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-color: #999;
}

.hero-footer {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.hero-footer-scroll {
  color: #fff;
  background-color: rgba(0, 0, 0, .65);
  border-radius: 20px;
  padding: 6px 10px 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 78px;
  line-height: 78px;
  text-decoration: none;
  display: inline-block;
}

.hero-footer-scroll:hover {
  color: #999;
}

.haircuts-desktop {
  color: #999;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.booking-section {
  text-align: center;
  position: relative;
}

.h2-333 {
  color: #333;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Metrosant, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.h2-333.work {
  margin-top: 0;
  margin-bottom: 50px;
}

.h2-333.btm-0px {
  color: #333;
  margin-bottom: 0;
  display: block;
}

.h2-333.phone {
  color: #333;
  margin-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.h2-333.black {
  color: var(--black);
}

.section-scroll {
  color: var(--white);
  padding: 5px 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 72px;
  line-height: 72px;
  text-decoration: none;
  display: inline-block;
}

.section-scroll.w--current {
  padding-bottom: 5px;
}

.section-scroll.grey {
  color: var(--barberco);
}

.address {
  background-color: var(--white);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}

.address-address {
  color: #333;
  text-align: center;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.book-button-mobile {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #036d69;
  border: 2px solid #fff;
  border-radius: 10px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.booksy-small-text {
  color: #666;
  margin-top: 15px;
  font-size: 18px;
}

.booking-div-desktop {
  border-bottom: 1px solid var(--icon);
  background-color: var(--barberco);
  padding-top: 60px;
  padding-bottom: 60px;
}

.booking-div-desktop.mobile-app {
  border-bottom-color: var(--icon);
  background-color: var(--white);
  padding-bottom: 70px;
}

.book-button-desktop {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 55px;
  padding: 7px 13px 7px 16px;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.book-button-desktop:hover {
  color: var(--booksy);
  background-image: none;
}

.booking-text-desktop {
  color: var(--333);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.booking-text-desktop.white {
  color: #333;
  font-weight: 400;
}

.tel-no {
  color: #333;
  margin-top: 20px;
  font-family: Metrosant, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: block;
}

.section-scroll-div {
  background-color: var(--barberco);
  height: 90px;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-scroll-div.white {
  background-color: var(--white);
}

.icon-link {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 100px;
  line-height: 100px;
  text-decoration: none;
}

.if-div {
  margin-top: 50px;
  display: block;
}

.sm-icon-div {
  margin-left: 60px;
  margin-right: 60px;
  display: inline-block;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-scroll-div {
  margin-bottom: 15px;
  display: inline-block;
}

.booksy-button {
  border: 2px solid var(--booksy);
  background-color: #07a2a3;
  border-radius: 10px;
  width: 142px;
  padding: 13px 16px 13px 13px;
}

.booksy-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.booksy-link-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.map-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}

.mapcode {
  width: 600px;
  height: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.opening-times-section {
  background-color: var(--white);
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.open-text-l {
  color: #999;
  text-align: right;
  width: 160px;
  margin-right: 15px;
  font-family: Metrosant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
}

.open-text-r {
  color: #999;
  text-align: left;
  width: 160px;
  margin-left: 15px;
  font-family: Metrosant, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
}

.address-barberco {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.open-container {
  margin-bottom: 60px;
}

.h1-barberco-text {
  color: var(--black);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 20px;
  font-family: Metrosant, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.haircuts-mobile {
  color: #00a6a0;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.our-work-section {
  border-top: 1px solid var(--icon);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 110px;
  position: relative;
}

.photo-row {
  margin-bottom: 20px;
}

.team-section {
  background-color: var(--barberco);
  text-align: center;
  border-top-width: 1px;
  border-top-color: #999;
  border-bottom: 1px #999;
  padding-top: 60px;
  padding-bottom: 130px;
  position: relative;
}

.team-img {
  border-radius: 50%;
  width: 150px;
}

.team-img-circle {
  border: 3px solid #fff;
  border-radius: 50%;
  display: inline-block;
}

.team-names {
  color: #333;
  margin-top: 20px;
  font-family: Metrosant, sans-serif;
  font-size: 18px;
}

.if {
  background-color: var(--barberco);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.team-row {
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.work-book-now-button {
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 40px;
  padding: 10px 18px 10px 20px;
  font-family: Metrosant, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.work-book-now-button:hover {
  color: #999;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.back-to-top-scroll {
  color: var(--barberco);
  padding: 5px 10px 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 72px;
  line-height: 72px;
  text-decoration: none;
  display: inline-block;
}

.shop-front {
  background-color: var(--white);
  text-align: center;
  padding-bottom: 140px;
  display: block;
  position: relative;
}

.footer-address {
  color: var(--333);
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.back-to-top {
  background-color: var(--white);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.nav-bar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button {
  float: right;
  background-color: rgba(0, 0, 0, .4);
  background-image: url('../images/menu_1menu.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu-button.w--open {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .2);
  background-image: url('../images/close-menu_1close-menu.png');
  background-position: 50%;
  background-size: 50px;
  display: block;
}

.nav-menu {
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12vh 25px 100vh;
  font-family: Metrosant, sans-serif;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  display: block;
}

.nav-link {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  display: block;
}

.nav-link:hover {
  color: #999;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  color: #999;
}

.nav-link.sm-icons {
  letter-spacing: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 36px;
}

.nav-link.sm-icons:hover {
  color: #999;
}

.fa-icons {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
}

.booking-tel {
  background-color: var(--barberco);
  border-bottom: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 155px;
}

.footer {
  background-color: var(--white);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 140px;
}

.team-img-div {
  text-align: center;
  display: inline-block;
}

.privacy-text {
  color: #333;
  text-align: left;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.privacy-container {
  margin-top: 40px;
  padding: 10px 30px 35px;
}

.privacy {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.privacy:hover {
  color: #666;
}

.privacy-bold {
  font-weight: 600;
}

.privacy-close {
  color: #333;
  font-family: "Fa solid 900", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
}

.privacy-close:hover {
  color: #999;
}

._404-text {
  color: #999;
  padding-top: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.privacy-close-link {
  margin-top: 35px;
}

.hero-spacer {
  border-bottom: 1px solid var(--icon);
  background-color: var(--white);
  height: 100px;
}

.booking-div-mobile.booksy, .booking-div-mobile.online {
  display: none;
}

.booksy {
  color: var(--booksy);
  font-weight: 600;
}

.booksy-name-text {
  color: var(--333);
  font-weight: 600;
}

.stars {
  color: var(--333);
  -webkit-text-stroke-color: var(--333);
  margin-top: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.got-the-app-tablet {
  color: #333;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.privacy-image {
  display: block;
}

.bc-logo {
  width: 105px;
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-image: url('../images/hero-800x1200.jpg');
  }

  .hero-logo {
    width: 38vh;
  }

  .barberco-section {
    padding-top: 100px;
  }

  .haircuts-desktop {
    font-size: 32px;
    line-height: 32px;
  }

  .h2-333 {
    font-size: 44px;
    line-height: 44px;
  }

  .h2-333.work {
    margin-bottom: 40px;
  }

  .address-address {
    margin-bottom: 80px;
  }

  .book-button-mobile {
    background-color: #333;
    margin-bottom: 40px;
    padding: 7px 13px 7px 15px;
    font-family: Metrosant, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .book-button-mobile:hover {
    color: var(--booksy);
  }

  .booksy-small-text {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .booksy-small-text.black {
    color: #333;
    font-weight: 400;
  }

  .booksy-small-text.withbooksy {
    color: var(--333);
    font-weight: 600;
  }

  .booking-div-desktop, .booking-div-desktop.mobile-app {
    display: none;
  }

  .tel-no {
    font-size: 44px;
    line-height: 44px;
  }

  .sm-icon-div {
    margin-left: 45px;
    margin-right: 45px;
  }

  .booksy-button {
    width: 125px;
    padding: 11px 15px 12px 12px;
  }

  .mapcode {
    width: 100vw;
  }

  .h1-barberco-text {
    padding-left: 10px;
  }

  .haircuts-mobile {
    font-size: 32px;
    line-height: 43px;
  }

  .our-work-section {
    padding-top: 40px;
  }

  .team-row {
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    display: block;
  }

  .booksy-mobile-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .privacy-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .booking-div-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .booking-div-mobile.booksy {
    background-color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .booking-div-mobile.online {
    background-color: var(--barberco);
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .booksy-name-text {
    color: var(--333);
    font-weight: 700;
  }

  .stars {
    color: var(--333);
  }

  .got-the-app {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 3vh;
  }

  .hero-logo {
    width: 25vh;
  }

  .barberco-section {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .hero-book-now-button {
    padding: 9px 10px 9px 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .hero-footer-scroll {
    padding: 7px 9px 3px;
    font-size: 60px;
    line-height: 60px;
  }

  .haircuts-desktop {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 33px;
  }

  .h2-333 {
    text-align: center;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }

  .h2-333.work {
    margin-bottom: 30px;
  }

  .h2-333.phone {
    font-size: 60px;
    line-height: 60px;
  }

  .h2-333._30px {
    margin-bottom: 30px;
  }

  .section-scroll {
    font-size: 60px;
    line-height: 60px;
  }

  .address-address {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
  }

  .book-button-mobile {
    letter-spacing: 0;
    margin-bottom: 30px;
    font-family: Metrosant, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }

  .book-button-mobile:hover {
    color: #00a6a0;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  }

  .booksy-small-text {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .booksy-small-text.withbooksy {
    margin-top: 0;
  }

  .book-button-desktop {
    letter-spacing: 0;
    border-width: 2px;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .tel-no {
    margin-top: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .section-scroll-div {
    height: 70px;
    padding-top: 0;
  }

  .icon-link {
    margin-left: 35px;
    margin-right: 35px;
    font-size: 72px;
    line-height: 72px;
  }

  .if-div {
    margin-top: 35px;
  }

  .sm-icon-div {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-scroll-div {
    margin-bottom: 5px;
  }

  .booksy-button {
    width: 105px;
    padding: 10px 10px 10px 8px;
  }

  .map-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .mapcode {
    height: 350px;
    margin-top: 40px;
  }

  .opening-times-section {
    padding-top: 50px;
  }

  .open-text-l, .open-text-r {
    font-size: 22px;
    line-height: 44px;
  }

  .address-barberco {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 30px;
  }

  .h1-barberco-text {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .haircuts-mobile {
    color: #999;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .our-work-section {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .photo-row {
    margin-bottom: 10px;
  }

  .col-1 {
    padding-right: 5px;
  }

  .lightbox-link, .image {
    width: 100%;
  }

  .col-2 {
    padding-left: 5px;
  }

  .team-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .team-img {
    width: 125px;
  }

  .team-names {
    margin-top: 15px;
  }

  .if {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .team-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .work-book-now-button {
    padding: 9px 10px 9px 12px;
    font-size: 24px;
    line-height: 24px;
  }

  .team-col {
    margin-bottom: 30px;
  }

  .back-to-top-scroll {
    font-size: 60px;
    line-height: 60px;
  }

  .shop-front {
    padding-bottom: 80px;
  }

  .footer-address {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 16px;
  }

  .back-to-top {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .nav-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button {
    background-size: 45px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .menu-button.w--open {
    background-size: 45px;
  }

  .nav-menu {
    padding-top: 65px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 15px;
    display: block;
  }

  .nav-link.sm-icons {
    font-size: 24px;
  }

  .booking-tel {
    padding-top: 40px;
    padding-bottom: 115px;
  }

  .booksy-mobile-link {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer {
    padding-top: 30px;
  }

  .privacy-text {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
  }

  .privacy-container {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .privacy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .privacy-close {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
    line-height: 16px;
  }

  .hero-spacer {
    height: 90px;
  }

  .booking-div-mobile {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .booking-div-mobile.booksy, .booking-div-mobile.online {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .booksy-name-text {
    font-weight: 700;
  }

  .stars {
    margin-top: 20px;
    font-size: 15px;
  }

  .got-the-app {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .got-the-app-tablet {
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .privacy-image {
    margin-left: 10px;
  }

  .bc-logo {
    width: 95px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/hero-500x750.jpg');
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
  }

  .hero-logo {
    width: 38vh;
    max-width: 85vw;
  }

  .barberco-section {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .hero-book-now-button {
    flex-wrap: nowrap;
    display: block;
  }

  .hero-footer-scroll {
    border-radius: 15px;
  }

  .haircuts-desktop {
    font-size: 22px;
    line-height: 27px;
  }

  .h2-333 {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 30px;
  }

  .address-address {
    letter-spacing: 0;
    line-height: 24px;
  }

  .booksy-small-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .book-button-desktop {
    font-size: 30px;
  }

  .tel-no {
    font-size: 30px;
    line-height: 30px;
  }

  .icon-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-scroll-div {
    margin-bottom: 10px;
    display: inline-block;
  }

  .booksy-button {
    border: 2px solid #fff;
    border-radius: 10px;
  }

  .map-section {
    padding-top: 30px;
  }

  .mapcode {
    height: 300px;
    margin-top: 30px;
  }

  .opening-times-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .open-text-l {
    width: 140px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .open-text-r {
    width: 140px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .address-barberco {
    font-size: 21px;
    line-height: 21px;
  }

  .h1-barberco-text {
    letter-spacing: 1px;
    font-size: 44px;
    line-height: 46px;
  }

  .haircuts-mobile {
    font-size: 22px;
    line-height: 28px;
  }

  .our-work-section {
    padding-bottom: 75px;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .team-img {
    width: 100px;
  }

  .team-names {
    font-size: 16px;
  }

  .team-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .work-book-now-button {
    flex-wrap: nowrap;
    margin-top: 60px;
    display: inline-block;
  }

  .team-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .shop-front {
    padding-bottom: 75px;
  }

  .footer-address {
    letter-spacing: 0;
  }

  .nav-bar {
    line-height: 10px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .nav-link.w--current {
    margin-top: 15px;
  }

  .booking-tel {
    padding-top: 50px;
    padding-bottom: 125px;
  }

  .privacy-text {
    text-align: left;
    margin-top: 21px;
    font-size: 15px;
  }

  .stars {
    margin-top: 20px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 14px;
  }

  .got-the-app, .got-the-app-tablet {
    font-size: 16px;
    line-height: 24px;
  }

  .bc-logo {
    width: 85px;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Metrosant';
  src: url('../fonts/Metrosant-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}