@import url("https://fonts.googleapis.com/css?family=Jost:300,500,700");
@font-face {
  font-family: "Nautica";
  src: url(/assets/nautica-ab67236eb21c3028ae96d0339371d76215b40213c3f909af68bbf1d28785587c.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
body {
  color: #444;
  font: 300 62.5% "Jost", Arial, Helvetica, sans-serif;
  font-variant-ligatures: none;
}

.grey {
  color: #666;
}

.teal {
  color: #21C9D4;
}

p {
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0 0 1.2em;
  text-align: justify;
}
p.inline {
  display: inline-block;
  margin-left: 10px;
}

a {
  color: #21C9D4;
  text-decoration: none;
  text-shadow: none;
}
a:hover {
  color: rgb(47.7591836735, 211.987755102, 222.7408163265);
}

span.gc-cs-link {
  color: #21C9D4;
  text-decoration: none;
  text-shadow: none;
}
span.gc-cs-link:hover {
  color: rgb(47.7591836735, 211.987755102, 222.7408163265);
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
  color: #03296d;
}

.no-margin {
  margin: 0;
}

.lowercase {
  text-transform: none;
}

hr {
  display: block;
  clear: both;
  width: 100vw;
  border: none;
  height: 40px;
  margin: 20px 0;
  background: transparent url(/assets/hr-58f974f2eb3b0400ab0ef31eba32cd221f8236ca85b4a5f1991a2abf019bd083.svg) no-repeat 50% 50%;
  background-size: contain;
}

.clear {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

h1 {
  color: #fff;
  font-size: 3.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 3px;
  text-shadow: #000 0 2px 10px;
}

h2 {
  color: #fff;
  font-size: 3.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 3px;
  text-shadow: #000 0 2px 10px;
}

h3 {
  color: #C0C0C0;
  text-transform: uppercase;
  font: 500 1.8em "Jost", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
  text-shadow: #000 0 1px 6px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.4em;
  }
}

h4 {
  font-size: 2.1em;
  color: #03296d;
  margin-bottom: 18px;
}

h5 {
  font-size: 2.1em;
  margin-bottom: 6px;
}

h6 {
  color: #03296d;
  font-size: 1.6em;
}

img, table, video {
  max-width: 100%;
}
img[align=left], table[align=left], video[align=left] {
  margin-right: 20px;
  margin-bottom: 20px;
}
img[align=right], table[align=right], video[align=right] {
  margin-left: 20px;
  margin-bottom: 20px;
}
img[align=center], table[align=center], video[align=center] {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

main img {
  padding: 6px;
  background: #fff;
  box-shadow: #afafaf 0 1px 4px;
}

header {
  background: #101010;
  z-index: 999;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 10px;
  }
}
header p {
  text-transform: uppercase;
  font: 300 1.8em "Jost", Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  header p {
    font-size: 1.4em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header p {
    font-size: 1.3em;
    text-align: center;
    padding: 0;
  }
}
header:after {
  content: "";
  background: transparent url(/assets/flourish-0696b9ae79ecc617ba24ea01d991fdfd350367f3966f94ca07a1f930ba63f8e3.svg) no-repeat 50% 50%;
  background-size: contain;
  height: 30px;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  header:after {
    background-size: 250%;
  }
}

h1.logo {
  text-transform: none;
  font-family: "Nautica", script;
  font-weight: 400;
  font-size: 12em;
  letter-spacing: 0px;
}
@media screen and (max-width: 1023px) {
  h1.logo {
    font-size: 10em;
  }
}
@media screen and (max-width: 767px) {
  h1.logo {
    font-size: 5.6em;
  }
}
h1.logo a {
  color: #fff;
}
h1.logo b {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  h1.logo b {
    font-size: 1.6em;
  }
}

.location {
  color: #fff;
}
.location:hover {
  color: #fff;
}

.highlight {
  border-bottom: 3px double #21C9D4;
  padding: 0 5px;
}

.book-now {
  display: inline-block;
  border-radius: 2px;
  background: #21C9D4;
  color: #1a1a1a;
  padding: 0 12px;
  line-height: 40px;
  font-weight: 500;
}
.book-now:hover {
  color: #000;
  font-weight: 900;
}

h3 .book-now {
  margin-top: 8px;
  margin-left: 0;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 -20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  nav {
    margin: 10px 0 -10px;
    flex-wrap: wrap;
  }
}
nav a {
  display: inline-block;
  font: 500 1.8em "Jost", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  flex: 0 0 200px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  nav a {
    font-size: 1.6em;
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 1023px) {
  nav a {
    font-size: 1.5em;
    flex: 0 0 160px;
  }
}
nav a:hover {
  font-weight: 900;
}
nav a.book-now {
  flex: 0 0 240px;
}
@media screen and (max-width: 1024px) {
  nav a.book-now {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 1023px) {
  nav a.book-now {
    flex: 0 0 160px;
  }
}
@media screen and (max-width: 767px) {
  nav a.book-now {
    display: block;
    flex: 0 0 95vw;
    margin-top: 5px;
  }
}
nav a:nth-of-type(1) {
  order: 1;
}
@media screen and (max-width: 767px) {
  nav a:nth-of-type(1) {
    order: 1;
    flex: 0 0 100%;
  }
}
nav a:nth-of-type(2) {
  order: 2;
}
@media screen and (max-width: 767px) {
  nav a:nth-of-type(2) {
    order: 2;
    flex: 0 0 100%;
  }
}
nav a:nth-of-type(3) {
  order: 3;
}
@media screen and (max-width: 767px) {
  nav a:nth-of-type(3) {
    order: 5;
  }
}
nav a:nth-of-type(4) {
  order: 4;
}
@media screen and (max-width: 767px) {
  nav a:nth-of-type(4) {
    order: 3;
    flex: 0 0 100%;
  }
}
nav a:nth-of-type(5) {
  order: 5;
}
@media screen and (max-width: 767px) {
  nav a:nth-of-type(5) {
    order: 4;
    flex: 0 0 100%;
  }
}

.moved {
  background: #e5c105;
  display: inline-block;
  padding: 0 9px;
  border-radius: 3px;
  transform: skew(-24deg);
}
.moved span, .moved i, .moved b {
  display: inline-block;
  color: #000;
  transform: skew(24deg);
}

.masthead {
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .masthead {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .masthead {
    height: 200px;
    margin: 0;
  }
}

.masthead-images {
  display: flex;
  height: 100%;
  justify-content: center;
}
.masthead-images img {
  display: block;
  margin: 0 10px;
  opacity: 0.5;
  filter: grayscale(1);
}
.masthead-images img:nth-of-type(2) {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .masthead-images img {
    margin: 0 3px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  background: #101010;
}

main:before, main:after {
  content: "";
  background: transparent url(/assets/flourish-0696b9ae79ecc617ba24ea01d991fdfd350367f3966f94ca07a1f930ba63f8e3.svg) no-repeat 50% 50%;
  background-size: contain;
  height: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  main:before, main:after {
    background-size: 250%;
  }
}
main:before {
  top: -15px;
}
main:after {
  bottom: -15px;
}

article, aside {
  padding: 40px 0px 60px;
  display: inline-block;
  vertical-align: top;
}

article {
  padding-right: 40px;
  flex: 1 0;
  position: static;
}
article:last-child {
  flex-basis: 100%;
  min-width: 100%;
}

aside {
  padding-left: 20px;
  flex: 0 0 30%;
  border-left: 1px solid #efefef;
  background: #fcfcfc;
}
aside:empty {
  flex: 0 1 0;
  min-width: 0px;
  padding: 0;
  border: none;
}

section {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 20px 0;
  }
}
section.global-section, section.footer-section {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  section.global-section, section.footer-section {
    padding: 0px 0;
  }
}

.services-section:before, .about-section:before, .barbers-section:before {
  content: "";
  background: transparent url(/assets/hr-58f974f2eb3b0400ab0ef31eba32cd221f8236ca85b4a5f1991a2abf019bd083.svg) no-repeat 50% 50%;
  background-size: contain;
  height: 30px;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100vw;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .services-section:before, .about-section:before, .barbers-section:before {
    background-size: 250%;
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.4em;
  margin: 30px 0 0;
  padding: 0 60px;
}
@media screen and (max-width: 1024px) {
  .services {
    font-size: 2.1em;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.services dfn {
  padding: 20px;
  flex: 1 0 calc(25% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .services dfn {
    flex-basis: calc(33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .services dfn {
    margin: 5px;
    padding: 10px;
    flex-basis: calc(50% - 10px);
  }
}
.services dfn:nth-last-of-type(1):after {
  display: none;
}
.services dt, .services dd {
  font-style: normal;
  display: block;
  color: #fff;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.services dt {
  font-weight: 200;
}
.services dd {
  font-weight: 500;
}

.about-section {
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 20px;
  }
}
.about-section p {
  color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about-section p {
    font-size: 1.8em;
  }
}

.barbers-section {
  padding-left: 20px;
  padding-right: 20px;
}

.barbers {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1360px) {
  .barbers {
    max-width: 900px;
    margin: 50px auto 0;
  }
}
.barbers > * {
  display: block;
  margin: 0 20px 20px;
  flex: 0 0 330px;
  border: none;
}
.barbers > *:after {
  content: "";
  background: transparent url(/assets/barber-hover-8c89a4e648dedd29b4c19acece61663e47f18e657d17d69a342018dcc29532b2.svg) no-repeat 50% 0%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 330px;
  height: calc(100% - 48px);
  background-size: contain;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .barbers > *:after {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .barbers > *:after {
    height: calc(100% - 37px);
  }
}
.barbers > *:hover h2 {
  color: #21C9D4;
}
.barbers > *:hover:after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .barbers > * {
    flex-basis: 300px;
    margin: 0 0 20px;
  }
}
.barbers img {
  display: block;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
.barbers h2 {
  margin-top: 10px;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.barbers p {
  color: #fff;
  text-align: center;
}

.instagram-container {
  overflow: hidden;
  margin: 20px 0;
}

.instagram-media {
  width: calc(100vw - 60px) !important;
  max-width: calc(100vw - 60px) !important;
  margin-top: -136px !important;
  margin-bottom: -62px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 767px) {
  .instagram-media {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-top: -106px !important;
    margin-bottom: -46px !important;
  }
}

footer {
  padding: 50px 0 25px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 0;
  }
}
footer p {
  text-align: center;
  color: #A0A0A0;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.2em;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
}

.instagram, .facebook {
  display: inline-block;
  margin: 0 10px;
  color: #21C9D4;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.instagram:hover, .facebook:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .instagram, .facebook {
    width: 30px;
    height: 30px;
  }
}

.instagram {
  background: transparent url(/assets/instag-cda3e0117728a1e76ef9eac14c9917dbdfa03d63e725ee61ab03d2c6a5a789d7.svg) no-repeat 0 0;
  background-size: contain;
}

.facebook {
  background: transparent url(/assets/fb-540fc5f297d7e04ea0815004b151e82f9f3a172715915f92a5280a1377e15048.svg) no-repeat 0 0;
  background-size: contain;
}
