*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1.2rem;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

header {
  background: #502c1e;
  width: 100%;
}

.mobile-logo, .mobile-nav-toggle {
  display: none;
}

.primary-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1rem 2vw;
  font-family: "Christmas Morning", Open Sans, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: 2px;
}

.primary-navigation > li {
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.primary-navigation > li:hover {
  opacity: .7;
}

.primary-navigation > li > a {
  color: white;
  text-decoration: none;
  background-image: url("/images/chef-hat.png");
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 4.5vw;
  background-size: auto 65%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.divider {
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

@media (max-width: 35rem) {
  .mobile-logo-container {
    height: 5rem;
  }
  .mobile-logo {
    display: block;
    height: 100%;
    padding: 1rem;
  }
  .divider {
    display: none;
  }
  .primary-navigation {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    top: 0;
    right: 0;
    padding: 7rem 4rem 2.5rem 3.5rem;
    z-index: 1000;
    list-style: none;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  }
  .primary-navigation > li > a {
    padding-left: 8vw;
  }
  .primary-navigation[data-visible="true"] {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    z-index: 2000;
    right: 1.5rem;
    top: 1.5rem;
    background: transparent;
    background-image: url(/images/icon-hamburger.svg);
    background-repeat: no-repeat;
    height: 2rem;
    aspect-ratio: 1;
    border: 0;
  }
  .mobile-nav-toggle[aria-expanded="true"] {
    background-image: url(/images/icon-close.svg);
  }
}

@font-face {
  font-family: 'Christmas Morning';
  src: url("/fonts/Christmas-Morning.eot");
  src: url("/fonts/Christmas-Morning.eot?#iefix") format("embedded-opentype"), url("/fonts/Christmas-Morning.woff2") format("woff2"), url("/fonts/Christmas-Morning.woff") format("woff"), url("/fonts/Christmas-Morning.ttf") format("truetype"), url("/fonts/Christmas-Morning.svg#Christmas Morning") format("svg");
}

html {
  scroll-behavior: smooth;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

section, header, footer {
  max-width: 100%;
}

@media (min-width: 35rem) {
  section, header, footer {
    max-width: 1280px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.hero-grid {
  background-image: url(/images/swoosh.png), url(/images/hero-bkgd.png);
  background-repeat: no-repeat;
  background-size: 100%, cover;
  background-position: bottom left, -50vw 0;
}

.logo {
  padding: 2rem 2rem 0 2rem;
}

.hats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4vw 5vw 2vw 5vw;
}

.hats img {
  width: 100%;
}

.hats > * {
  padding: 1vw;
}

.swiper {
  --swiper-theme-color: #ffffff;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-width: min(3vw, 18px);
  --swiper-pagination-bullet-height: min(3vw, 18px);
  --swiper-pagination-bullet-horizontal-gap: min(1vw, 18px);
  max-width: 100%;
}

.swiper-pagination {
  bottom: 0 !important;
}

.burst {
  position: absolute;
  padding: 8px 8px 0 0;
  top: 8px;
  right: 8px;
  z-index: 999;
  width: 25%;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.subsection {
  position: relative;
  color: #7b7b7b;
  padding: 2rem 2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #ffffff), to(#d9d9d9));
  background: linear-gradient(#ffffff 65%, #d9d9d9 100%);
}

.subsection h2 {
  padding-left: 3vw;
  padding-bottom: .5rem;
}

.subsection.blue {
  border-top: 20px solid #2e97ff;
}

.subsection.blue .swiper-pagination-bullet {
  background: #2e97ff;
}

.subsection.pink {
  border-top: 20px solid #ed7b8e;
}

.subsection.pink .swiper-pagination-bullet {
  background: #ed7b8e;
}

.subsection.purple {
  border-top: 20px solid #9f73af;
}

.subsection.purple .swiper-pagination-bullet {
  background: #9f73af;
}

.subsection.red {
  border-top: 20px solid #e61d38;
}

.subsection.red .swiper-pagination-bullet {
  background: #e61d38;
}

.subsection.ltblue {
  border-top: 20px solid #31ace3;
}

.subsection.ltblue .swiper-pagination-bullet {
  background: #31ace3;
}

.subsection p {
  padding-left: 3vw;
  padding-bottom: 2rem;
}

@media (min-width: 35rem) {
  .hero-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(2rem, 0.05fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(2rem, 0.05fr);
        grid-template-columns: minmax(2rem, 0.05fr) minmax(0, 1fr) minmax(0, 1.15fr) minmax(2rem, 0.05fr);
    padding-top: 1rem;
    margin-bottom: -8vw;
    background-size: 100%;
    background-position: bottom left, top left;
  }
  .hero-grid > *:first-child {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .hero-grid > *:last-child {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .logo {
    padding: 1.5rem 0;
  }
  .hats {
    padding-right: 0;
    margin: 2vw 0 1vw 2vw;
  }
  .hats > * {
    padding: .75vw;
    overflow: visible;
  }
  .hats img {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  }
  .hats img:nth-child(odd):hover {
    -webkit-transform: scale(1.3) rotate(5deg);
            transform: scale(1.3) rotate(5deg);
  }
  .hats img:nth-child(even):hover {
    -webkit-transform: scale(1.3) rotate(-5deg);
            transform: scale(1.3) rotate(-5deg);
  }
  .subsection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 6fr;
        grid-template-columns: 4fr 6fr;
  }
  .subsection h2 {
    padding: 2rem 0 .5rem 3vw;
    margin-right: 20%;
  }
  .subsection p {
    padding-bottom: 0;
  }
  .subsection > *:first-child {
    padding-top: 4rem;
    padding-bottom: 2rem;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .subsection > *:last-child {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .subsection.blue {
    border: 0;
  }
  .subsection.blue h2 {
    -webkit-box-shadow: 0 -18px 0 0 #2e97ff;
            box-shadow: 0 -18px 0 0 #2e97ff;
  }
  .subsection.pink {
    border: 0;
  }
  .subsection.pink h2 {
    -webkit-box-shadow: 0 -18px 0 0 #ed7b8e;
            box-shadow: 0 -18px 0 0 #ed7b8e;
  }
  .subsection.purple {
    border: 0;
  }
  .subsection.purple h2 {
    -webkit-box-shadow: 0 -18px 0 0 #9f73af;
            box-shadow: 0 -18px 0 0 #9f73af;
  }
  .subsection.red {
    border: 0;
  }
  .subsection.red h2 {
    -webkit-box-shadow: 0 -18px 0 0 #e61d38;
            box-shadow: 0 -18px 0 0 #e61d38;
  }
  .subsection.ltblue {
    border: 0;
  }
  .subsection.ltblue h2 {
    -webkit-box-shadow: 0 -18px 0 0 #31ace3;
            box-shadow: 0 -18px 0 0 #31ace3;
  }
}

.intro {
  background: #2e97ff;
  color: white;
  padding: 5vw 0;
}

.intro > *:first-child {
  margin: 0 5vw;
}

@media (min-width: 35rem) {
  .intro {
    padding-top: 2vw;
  }
  .intro > *:first-child {
    margin-right: 45%;
  }
}

#contact {
  min-width: 100%;
}

.contact {
  margin: 1rem 0 4rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 52rem) {
  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1em;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
}

#contact input[type="submit"] {
  cursor: pointer;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #e61d38;
  border: 1px solid #cccccc;
  padding: .5em 1em;
  border-radius: 5px;
  color: #ffffff;
  float: right;
}

#contact input[type="submit"]:hover {
  background-color: #bb152b;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.formContainer {
  padding: 1rem 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.formContainer img {
  width: 80%;
  min-width: 250px;
  margin: auto;
  margin-bottom: 1em;
}

@media (min-width: 52rem) {
  .formContainer {
    width: 60%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.heroImage img {
  max-height: 85vh;
  margin: auto;
}

.instagram {
  width: 100%;
}

.social-icons::before {
  content: '';
  position: absolute;
  height: 18px;
  width: 50%;
  max-width: 550px;
  background: #febf26;
}

.social-icons {
  margin-left: 2vw;
  margin-bottom: 2rem;
}

.social-icons > * {
  position: relative;
  display: inline-block;
  height: 11vw;
  max-height: 110px;
  margin-left: 2vw;
  margin-top: 2rem;
}

.social-intro {
  margin-left: 4vw;
}

.embedsocial-hashtag {
  margin: 0 6vw;
}

footer {
  padding-bottom: 4vw;
}

footer img {
  padding: 4vw 4vw 1rem 4vw;
  width: 100%;
}

footer p {
  font-family: "Christmas Morning", Open Sans, sans-serif;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
}

footer.blue {
  background-color: #2e97ff;
}

footer.yellow {
  background-color: #febf26;
}
/*# sourceMappingURL=style.css.map */