/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video, input):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

@font-face {
  font-family: "Open-Sans";
  src: url("../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 300 800;
  font-stretch: 75% 100%;
}
@font-face {
  font-family: "Quantico-Bold";
  src: url("../fonts/Quantico/Quantico-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Quantico-Regular";
  src: url("../fonts/Quantico/Quantico-Regular.woff2") format("woff2");
  font-weight: 400;
}
:root {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
}

.coffee-hero-transparent-bg-full,
.googleMap-tab,
.googleMap-desk,
.plunger,
.coffees-b,
.hot-chocolate,
.view-menu {
  display: none;
}

#banner {
  color: #271911;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  display: flex;
  height: 85px;
  padding: 1.5rem 1.25rem;
  justify-content: space-between;
}
#banner .logo {
  width: 75%;
}
#banner .hamburger {
  width: 2.75rem;
}

#top-nav {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 85px;
  left: 0;
  right: 0;
  background-color: #212d31;
  overflow-y: hidden;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  color: white;
  font-size: 1.5rem;
  font-family: "Quantico-Regular", "Quantico", monospace;
  text-transform: uppercase;
  transition: height ease-in 450ms;
}
#top-nav a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: 25ms background-color 150ms;
}
#top-nav :hover {
  background-color: #b17c4e;
  transition: background-color 450ms;
}

.hero-1 {
  background-color: #c8dad9;
  padding: 8.75rem 1.25rem 0;
}
.hero-1 h1 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 1;
  color: #271911;
}
.hero-1 p {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  margin: 2rem 1rem 3.5rem;
  color: #271911;
  line-height: 1.35;
  font-weight: 300;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

button:hover {
  cursor: pointer;
  text-decoration: underline;
}

button.order-online {
  padding: 1rem 2.15rem;
  display: block;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.45rem;
  font-family: "Quantico-Regular", "Quantico", monospace;
  text-transform: uppercase;
  margin: 0 auto 1.25rem;
  background-color: #3c1f11;
}

.hero-2 {
  background: #271911 url("../img/backgrounds/coffee-beans-bg.jpg") center/65rem no-repeat;
  color: white;
}
.hero-2 h2 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  padding: 4.5rem 3rem 3rem;
}
.hero-2 p {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  padding: 0 3.25rem 7rem;
  line-height: 1.5;
  letter-spacing: 0.35px;
  font-weight: 300;
}

.location-hours {
  background-color: #212d31;
  color: white;
  text-align: center;
  padding: 6rem 0 7.5rem;
}
.location-hours h2 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  font-size: 2rem;
}
.location-hours .contact {
  font-weight: 300;
  padding-bottom: 3.5rem;
}
.location-hours .contact .address {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  padding: 2rem;
}
.location-hours .contact .email-phone {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  padding: 1.5rem 0 3.5rem;
}

.store-info {
  background-color: #212d31;
  color: white;
  text-align: center;
  padding-top: 4.5rem;
}
.store-info p {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  padding: 1.5rem 2.5rem 4rem;
  font-weight: 300;
}
.store-info .hours {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-align: left;
  line-height: 2;
  font-weight: 300;
}
.store-info .hours .days {
  padding-left: 4.25rem;
}
.store-info .hours .times {
  padding-left: 3.5rem;
}

.coffees, .teas, .pastries-snacks {
  text-align: center;
}
.coffees h2, .teas h2, .pastries-snacks h2 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 5rem 1.25rem 1.25rem;
  color: #212d31;
}
.coffees p.sub, .teas p.sub, .pastries-snacks p.sub {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  padding: 0 1.75rem 4.5rem;
  color: #271911;
  font-weight: 350;
}

.coffees-a h3, .teas-a h3, .pastries-snacks-a h3,
.pastries-snacks-b h3,
.teas-b h3 {
  display: flex;
  font-family: "Quantico-Bold", "Quantico", monospace;
  font-size: 1.5rem;
  justify-content: space-between;
  text-transform: uppercase;
  color: #271911;
  padding: 0.5rem 1.25rem 0.5rem;
}
.coffees-a p.desc, .teas-a p.desc, .pastries-snacks-a p.desc,
.pastries-snacks-b p.desc,
.teas-b p.desc {
  padding: 0 1.25rem 2.5rem;
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  text-align: left;
  font-size: 1rem;
  font-weight: 350;
}

.teas p.sub, .pastries-snacks p.sub {
  padding-bottom: 8rem;
}
.teas p.desc, .pastries-snacks p.desc {
  padding-bottom: 4rem;
}

.pastries-snacks-a .desc-last,
.pastries-snacks-b .desc-last {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  text-align: left;
  font-size: 1rem;
  font-weight: 350;
  padding: 0 1.25rem 9rem;
}

.cta {
  background-color: #1d443f;
  color: white;
  padding: 0 2rem;
}
.cta h2 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  font-size: 2.5rem;
  text-align: center;
  padding: 4rem 0 3rem;
}
.cta p {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  font-weight: 300;
  font-size: 1.125rem;
  padding-bottom: 4.5rem;
  line-height: 1.5rem;
}
.cta div#divResult {
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem;
  display: flex;
  margin-top: -40px;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  padding: 0 1rem;
}

.email-signup {
  padding-bottom: 5rem;
}
.email-signup .label {
  font-family: "Quantico-Regular", "Quantico", monospace;
  font-weight: 400;
}
.email-signup .name-email {
  text-transform: uppercase;
  width: 100%;
  margin: 0.5rem 0 2.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: "Open-Sans", "Open Sans", sans-serif;
  background-color: white;
  color: #271911;
  border-radius: 6px;
  border: 2.5px solid grey;
}
.email-signup ::-moz-placeholder {
  opacity: 1 !important;
}
.email-signup :-ms-input-placeholder {
  opacity: 1 !important;
}
.email-signup ::placeholder {
  opacity: 1 !important;
}
.email-signup .join-now {
  padding: 1rem 2.15rem;
  display: block;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.45rem;
  font-family: "Quantico-Regular", "Quantico", monospace;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 1rem 3.8rem;
  background-color: #9b5f31;
  border: unset;
  cursor: pointer;
}

footer {
  color: white;
  background-color: #212d31;
}
footer h2 {
  font-family: "Quantico-Bold", "Quantico", monospace;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 2rem 3.5rem 1rem;
}
footer .location {
  padding-top: 8rem;
}
footer .address,
footer .email-phone,
footer .sitemap > ul,
footer .socials > p {
  padding: 0 3.5rem 1.5rem;
  font-family: "Open-Sans", "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.35px;
  font-weight: 300;
  font-size: 1rem;
}
footer .address,
footer .sitemap > ul {
  text-transform: uppercase;
}
footer ul > li:not(:last-child) {
  padding-bottom: 1rem;
}
footer .socials-svg {
  display: flex;
  margin: 1rem 1.25rem 9rem;
  justify-content: space-evenly;
}
footer .socials-svg img {
  width: 3.5rem;
}

.sub-footer {
  background-color: #0b1a1e;
  color: white;
  font-family: "Open-Sans", "Open Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  padding: 2.25rem 0;
}
.sub-footer img {
  width: 10px;
}
.sub-footer p:last-child {
  padding-top: 1rem;
}