:root {
  --firebrick: #cf1919;
  --royal-blue: #0b5c8f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav {
  z-index: 5;
  text-align: center;
  background-color: #eee;
  background-image: radial-gradient(circle, #fff 52%, #919191);
  padding-top: 16px;
  padding-bottom: 0;
  position: relative;
}

.navbar {
  text-align: center;
  position: static;
}

.brand {
  float: none;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.brand.mobile {
  display: none;
}

.container {
  text-align: center;
  position: static;
}

.navbar-2 {
  text-align: center;
  background-color: #0000;
}

.nav-menu {
  float: right;
}

.nav-menu.right {
  float: none;
  background-color: #0000;
  margin-bottom: -33px;
  padding-top: 0;
  padding-bottom: 0;
}

.jtnav {
  letter-spacing: 2px;
  padding-top: 33px;
  font-family: PT Serif, serif;
  font-size: 12px;
  font-weight: 500;
}

.jtnav:hover {
  color: #cf1917;
}

.jtnav.w--current {
  color: var(--firebrick);
}

.slides {
  background-color: #ddd;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-5 {
  z-index: 0;
  text-align: center;
  height: 35vh;
}

.slide-13 {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-layer-cut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13._2 {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-tools.jpg');
  position: relative;
  top: auto;
}

.slide-13.comb {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-working-scissors.jpg');
}

.slide-9 {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-classic-clipper-fade.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-4, .right-arrow-5 {
  display: none;
}

.slide-nav-5 {
  padding-bottom: 54px;
  font-size: 12px;
  display: none;
}

.section {
  background-color: #ebebeb;
  height: auto;
  display: block;
}

.footer {
  background-color: #3d3d3d;
  border-top: 3px solid #cf1919;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-2 {
  text-align: center;
  margin-bottom: 31px;
}

.image {
  opacity: .5;
  margin-bottom: 17px;
}

.footertext {
  color: #fff;
  font-family: PT Serif, serif;
}

.link {
  color: #fff;
  font-family: PT Serif, serif;
  text-decoration: none;
}

.body {
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 26px;
}

.body.white {
  color: #fff;
  text-align: center;
}

.body.left {
  text-align: left;
}

.large-heading {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Baskervville, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 48px;
}

.large-heading.white {
  color: #fff;
}

.container-3 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

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

.grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

.day {
  font-family: Baskervville, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.quote {
  color: var(--royal-blue);
  text-align: center;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.quote-block {
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.quote-block._2 {
  display: none;
}

.customer {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 12px;
}

.quotemark {
  color: var(--firebrick);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-style: normal;
}

.column {
  padding-top: 19px;
}

.text-block {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.container-11 {
  text-align: center;
  padding-bottom: 3px;
}

.slide-heading {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 6px 6px #000;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  inset: 77px 0% 0%;
}

.sched, .columns {
  text-align: center;
}

.section-6 {
  background-color: #c28f2c;
  height: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.contact-top {
  z-index: 100;
  background-color: #cf1917;
  position: static;
}

.container-27 {
  text-align: center;
  height: 30px;
  padding-top: 5px;
}

.text-block-4 {
  color: #fff;
  font-family: PT Serif, serif;
}

.phone {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.phone.big {
  display: none;
}

.image-2 {
  max-width: none;
}

.image-3 {
  text-align: center;
}

.covid {
  background-color: var(--royal-blue);
  padding-top: 0;
}

.container-28 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.body-list {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: PT Serif, serif;
}

.list-item {
  margin-bottom: 12px;
  font-size: 16px;
}

.about {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-ecu.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  max-height: none;
}

.about.press {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-press.jpg');
}

.about.contact {
  background-image: url('../images/john-troncelliti-barber-shop-devon-pa-19333-2contact.jpg');
  background-position: 50% 0;
  display: none;
}

.press-head {
  color: var(--royal-blue);
  font-family: Playfair Display, sans-serif;
}

.press-credit {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
}

.inky {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.bold-text {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Baskervville, sans-serif;
}

.image-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 19% 0% auto -2%;
}

.div-block-2 {
  text-align: center;
  position: relative;
}

.directions {
  margin-bottom: 40px;
}

.location {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: PT Serif, serif;
  font-size: 18px;
}

.link-2 {
  color: #969696;
  text-decoration: none;
}

.div-block-3 {
  font-family: PT Serif, serif;
  font-size: 11px;
}

.div-block-4 {
  text-align: center;
  margin-top: 20px;
}

.div-block-5 {
  z-index: 100;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.image-7 {
  margin-top: -99px;
}

._50 {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
}

.image-8 {
  text-align: center;
}

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

  .brand.mobile {
    width: 30%;
    margin-left: 114px;
    display: inline-block;
  }

  .body {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body.white {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .large-heading.white {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .container-3 {
    padding-bottom: 40px;
  }

  .hours {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .phone {
    text-align: center;
  }

  .container-28 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-list {
    padding-right: 20px;
  }

  .press-head, .press-credit, .inky {
    text-align: center;
  }

  .image-4 {
    width: 50%;
    height: auto;
    margin-top: 6px;
  }

  .location {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .jtnav {
    background-color: #fffc;
    padding-top: 20px;
  }

  .slides {
    margin-top: 0;
  }

  .slider-5 {
    height: 25vh;
  }

  .left-arrow-4 {
    display: none;
  }

  .right-arrow-5 {
    display: none;
    overflow: hidden;
  }

  .slide-nav-5 {
    padding-bottom: 37px;
  }

  .body {
    text-align: center;
  }

  .large-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 34px;
  }

  .large-heading.white {
    font-size: 36px;
    line-height: 36px;
  }

  .container-3 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

  .slide-heading {
    margin-bottom: 34px;
    padding-left: 0;
    font-size: 20px;
  }

  .sched {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-top {
    z-index: 500;
  }

  .text-block-4 {
    display: none;
  }

  .phone {
    text-align: center;
    display: block;
  }

  .phone.big {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
  }

  .image-3 {
    max-width: 60%;
  }

  .container-28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-list {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .press-head {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }

  .press-credit, .inky, .bold-text {
    text-align: center;
  }

  .directions {
    margin-bottom: 20px;
  }

  .image-5 {
    max-width: none;
    margin-left: -37px;
  }

  .image-6 {
    max-width: 60%;
  }

  .div-block-5 {
    margin-bottom: 20px;
  }

  .image-7 {
    width: 40%;
    margin-top: -58px;
  }
}


