html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Playfair Display', Times, serif;
  color: #000000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1, h1 {
  font-size: 30px;
}

.h2, h2 {
  font-size: 24px;
}

a {
  color: #5094fe;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  text-decoration: none;
  color: #0064ff;
  transition: color .3s;
}

p {
  font-size: 17px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 992px) {
  p {
    font-size: 19px;
  }
}

.featuring {
  font-size: 16px;
  line-height: 1.4;
}

.featuring li {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .featuring {
    font-size: 18px;
  }
}

.heading {
  color: black;
  text-shadow: none;
  background-image: url(../../assets/img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .heading {
    color: white;
    text-shadow: 1px 1px 2px rgb(0,0,0);
    background-color: transparent;
    background-image: url(../../assets/img/body-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    background-size: cover;
    height: 39vw;
  }
}

.heading-text {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .heading-text {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .heading h1 {
    font-size: 3.7vw;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .heading h2 {
    font-size: 3.0vw;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .heading h3 {
    font-size: 2.5vw;
    line-height: 1.3;
  }
}

.content {
  margin-top: 20px;
  max-width: 1400px;
}

@media (min-width: 992px) {
  .content {
    margin-top: 70px;
  }
}

.content-copy {
  font-size: 17px;
  padding: 20px 10px;
  background: rgba(255,255,255,0.7);
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .content-copy {
    width: 130%;
    padding: 20px 20px;
  }
}

@media (min-width: 992px) {
  .content-copy p {
    font-size: 19px;
  }
}

.content-copy-2 {
  padding: 20px 10px;
  background: rgba(255,255,255,0.7);
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (min-width: 992px) {
  .content-copy-2 {
    padding: 20px 20px;
    width: 130%;
    margin-left: -210px;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .content-copy-2 p {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .content-copy {
    font-size: 20px;
    width: 140%;
  }
}

.content-copy h2 {
  font-size: 24px;
}

.content-copy-2 h2 {
  font-size: 24px;
}

@media (min-width: 992px) {
  .content-copy h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .content-copy h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .content-copy-2 h2 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .content-copy-2 h2 {
    font-size: 32px;
  }
}

.services {
  font-size: 28px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .services {
    font-size: 36px;
  }
}

.hours {
  list-style: none;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hours {
    font-size: 18px;
    line-height: 1.0;
  }
}

.bg-brown {
  background-color: rgb(119,77,0);
}

.bg-light {
  background-color: #eeeeee!important;
}

.sm {
  scroll-margin: 100px;
}

@media (min-width: 768px) {
  .sm {
    scroll-margin: 190px;
  }
}

