html {
  font-size: 112.5%;
  color: #371722;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Sans-Serif;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 26px;
}

p a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2.8em;
  font-family: Copperplate, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 641px) {
  h1 {
    font-size: 1.95em;
  }
}

@font-face {
  font-family: "Copperplate";
  font-style: bold;
  font-weight: 500;
  src: url("../font/Copperplate-Bol.woff2") format("woff2"), url("../font/Copperplate-Bol.woff") format("woff");
}
#corona {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8D191D;
}

#header-logo {
  position: relative;
  top: 33px;
  width: 193px;
  height: 18px;
}
@media (min-width: 1200px) {
  #header-logo {
    top: 33px;
    width: 338px;
    height: 31px;
  }
}

#navbar {
  position: relative;
  height: 85px;
  z-index: 99;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1200px) {
  #navbar {
    height: 100px;
  }
}

#burger, #burger-checkbox {
  position: absolute;
  display: none;
  right: 12px;
  top: 15px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#burger .line {
  position: absolute;
  display: block;
  left: 10px;
  height: 4px;
  width: 30px;
  background: #fff;
  transition: 0.2s ease-out;
  transform-origin: center;
}
#burger .line:nth-child(1) {
  top: 12px;
}
#burger .line:nth-child(2) {
  top: 24px;
}
#burger .line:nth-child(3) {
  top: 36px;
}

#burger-checkbox:checked ~ #burger .line:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
#burger-checkbox:checked ~ #burger .line:nth-child(2) {
  opacity: 0;
}
#burger-checkbox:checked ~ #burger .line:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
#burger-checkbox:checked ~ nav {
  display: block;
}

nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
nav a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 70px;
  width: 100%;
  height: 2px;
  opacity: 0;
  background-color: #8D191D;
  transition: all 0.3s ease-out;
}
nav a:hover::after {
  top: 60px;
  opacity: 1;
}
nav ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 1201px) {
  #burger {
    display: block;
    text-transform: uppercase;
  }
  nav {
    display: none;
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
    height: 375px;
    background-color: rgba(55, 23, 34, 0.8);
  }
  nav ul {
    padding: 0;
  }
  nav li {
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
  }
  nav li a::after {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  nav {
    position: absolute;
    top: 0px;
    line-height: 100px;
    right: 60px;
  }
  nav li {
    display: inline;
    margin-left: 30px;
  }
}
#header-image {
  position: relative;
  width: 100%;
  height: 40vw;
  max-height: 584px;
  min-height: 187px;
  background-image: url(../img/headerImage.jpg);
  background-size: cover;
  background-position: center;
}

.header-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.header-carousel div {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.opener {
  position: relative;
  width: 100%;
  height: 165px;
  text-align: center;
}
.opener h1 {
  left: 50%;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: 0;
}

.OSX .opener h1 {
  margin-top: 10px;
}

main .content .image {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
main .content .image img {
  vertical-align: middle;
}
main .content .text {
  box-sizing: border-box;
  padding: 0 60px;
}
@media (max-width: 641px) {
  main .content .text {
    padding: 0 20px;
  }
}
main .content .text .text-inner {
  display: inline-block;
  margin-bottom: 75px;
  max-width: 590px;
}
@media (min-width: 1200px) {
  main .content .text .text-inner {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  main .content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
  .image, .text {
    position: relative;
  }
  .image.line2 {
    order: 4;
  }
  .text.line2 .text-inner {
    float: right;
  }
  .image img {
    display: none;
  }
}
@media (max-width: 1201px) {
  .image img {
    max-width: 100%;
  }
}
#stores-container {
  margin: 75px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 117px 17px;
}
#stores-container .store:nth-child(n+9) {
  display: none;
}
@media (max-width: 890px) {
  #stores-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #stores-container .store:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 720px) {
  #stores-container {
    grid-template-columns: 1fr 1fr;
  }
  #stores-container .store:nth-child(n+5) {
    display: none;
  }
}

.store table {
  height: 100%;
}
.store table, .store tbody, .store tr, .store td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
.store .open-hours {
  min-height: 6em;
}

.store .open-hours table td:nth-child(1) {
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}

#load-stores {
  margin: 75px auto;
  text-align: center;
  font-size: 24px;
  color: #8D191D;
  font-weight: bold;
  cursor: pointer;
}

#stores-container.show-all ~ #load-stores {
  display: none;
}
#stores-container.show-all .store {
  display: block;
}

.store p, .store .open-hours {
  line-height: 28px;
}
.store h3 {
  font-size: 1.4em;
  color: #8D191D;
  font-weight: 500;
}
@media (max-width: 440px) {
  .store {
    font-size: 0.9em;
  }
  .store h3 {
    font-size: 1.2em;
  }
}

.store .directions {
  position: relative;
  max-width: 183px;
  margin-top: 45px;
  padding: 15px 10px;
  background-color: #371722;
  transition: background-color 0.2s;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.store .directions:hover {
  background-color: #8D191D;
}

#closings {
  margin: 75px auto;
  text-align: center;
  font-size: 24px;
  color: #371722;
  font-weight: bold;
}

.contact-inner {
  display: flex;
  flex-wrap: wrap;
}
.contact-inner h1 {
  flex-shrink: 0;
}
@media (max-width: 1150px) {
  .contact-inner h1 {
    min-width: 100%;
    text-align: center;
  }
}

.contact-block {
  position: relative;
  text-align: center;
  margin: 40px 0;
  flex-grow: 1;
}
.contact-block .left, .contact-block .right {
  display: inline-block;
  padding: 10px 30px;
}
.contact-block img {
  position: relative;
  margin: 0px auto;
  width: 200px;
  border-radius: 50%;
}

#bottom {
  padding: 50px 0;
}

#bottom .contact-inner {
  margin: 0px auto !important;
}
#bottom .contact-inner #call-us, #bottom .contact-inner #find-us {
  width: 100%;
  text-align: center;
}
#bottom .contact-inner #call-us h3, #bottom .contact-inner #find-us h3 {
  margin-bottom: 13px;
}
#bottom .contact-inner #call-us p, #bottom .contact-inner #find-us p {
  margin-top: 0;
}
#bottom .contact-inner #call-us {
  margin-bottom: 5px;
}

.footer-inner {
  display: flex;
  margin: 40px auto !important;
}
.footer-inner .left, .footer-inner .right {
  display: inline-block;
  margin-bottom: 10px;
  width: 50%;
}
@media (max-width: 800px) {
  .footer-inner {
    display: block;
  }
  .footer-inner .left, .footer-inner .right {
    display: inline-block;
    width: 100%;
  }
}

.hover-underline:hover {
  text-decoration: underline;
}

.gray {
  background-color: #EDEDED;
  color: #371722;
}

.red {
  background-color: #8D191D;
  color: #fff;
}

.content-width {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 641px) {
  .content-width {
    padding: 0 20px;
  }
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}/*# sourceMappingURL=style.css.map */