/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

/* 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 */
html,
body {
  height: 100%;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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,
svg {
  max-width: 100%;
  display: block;
}

/* 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 {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

body {
  background-color: #fef6f6;
  background-image: url("../img/bkg_tex.png");
  background-repeat: repeat;
}

.bg-teal {
  background-color: #40b9d0;
  background-image: url("../img/bkg_tex.png");
  background-repeat: repeat;
}

.bg-teal-clean {
  background-color: #40b9d0;
}

.bg-navy {
  background-color: #204a5e;
}

.bg-beige {
  background-color: #F0E6E6;
}

.cream {
  color: #fef6f6;
}

.teal {
  color: #40b9d0;
}

.gray-teal {
  color: #598c9f;
}
@media only screen and (min-width: 768px) {
  .gray-teal {
    color: #40b9d0;
  }
}

.gray {
  color: #598c9f;
}

.navy {
  color: #204a5e;
}

.specnavy {
  color: #125a71;
}

.red {
  color: #ef4440;
}

.orange {
  color: #f04f46;
}

.spring {
  color: #0eaa4e;
}

.summer {
  color: #ef4440;
}

.fall {
  color: #e18326;
}

.winter {
  color: #598c9f;
}

/* Font Imports */
@font-face {
  font-family: "kisnaregular";
  src: url("../webfonts/kisna-regular-webfont.woff2") format("woff2"), url("../webfonts/kisna-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tay_sweetheartregular";
  src: url("../webfonts/taysweetheart-webfont.woff2") format("woff2"), url("../webfonts/taysweetheart-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Font Families */
.ff-title {
  font-family: "kisnaregular";
}

.ff-accent {
  font-family: "tay_sweetheartregular";
}

.ff-body {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
}

p {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
  font-size: 1.5em;
  letter-spacing: 0.02em;
}

/* Font Sizes */
/* 76/20/77 */
.fs-900 {
  font-size: 4.75rem;
  letter-spacing: 0.095rem;
  line-height: 4.8125rem;
}
@media screen and (max-width: 600px) {
  .fs-900 {
    font-size: 4.0625rem;
    letter-spacing: 0.095rem;
    line-height: 3.9375rem;
  }
}

/* 65/20/63 */
.fs-800 {
  font-size: 4.0625rem;
  letter-spacing: 0.095rem;
  line-height: 3.9375rem;
}

/* 53/20/63 */
.fs-725 {
  font-size: 3.3125rem;
  letter-spacing: 0.066rem;
  line-height: 3.9375rem;
}

/* 45/30/60 */
.fs-715 {
  font-size: 2.813rem;
  letter-spacing: 0.084rem;
  line-height: 3.75rem;
}

/* 37/20/45 */
.fs-700 {
  font-size: 2.3125rem;
  letter-spacing: 0.095rem;
  line-height: 2.8125rem;
}

/* 33/20/40 */
.fs-600 {
  font-size: 2.25rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
}

/* 33/20/55 */
.fs-575 {
  font-size: 2.0625rem;
  letter-spacing: 0.041rem;
  line-height: 3.438rem;
}

/* 30/30/40 */
.fs-550 {
  font-size: 1.875rem;
  letter-spacing: 0.034rem;
  line-height: 2.5rem;
}

/* 26/100/29 */
.fs-500 {
  font-size: 1.625rem;
  letter-spacing: 0.1625rem;
  line-height: 1.8125rem;
}

/* 22/20/61 */
.fs-485 {
  font-size: 1.375rem;
  letter-spacing: 0.0275rem;
  line-height: 2rem;
}

/* 21/30/21 */
.fs-475 {
  font-size: 1.3125rem;
  letter-spacing: 0.04rem;
  line-height: 1.3125rem;
}

/* 20/50/26 */
.fs-450 {
  font-size: 1.25rem;
  letter-spacing: 0.07rem;
  line-height: 1.625rem;
}

/* 20/0/26 */
.fs-425 {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.625rem;
}

/* 18/30/21 */
.fs-400 {
  font-size: 1.125rem;
  letter-spacing: 0.034rem;
  line-height: 1.3125rem;
}

/* 17/50/22 */
.fs-350 {
  font-size: 1.0625rem;
  letter-spacing: 0.07rem;
  line-height: 1.375rem;
}

/* 16/0/22 */
.fs-325 {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375rem;
}

/* 14/30/24 */
.fs-300 {
  font-size: 0.875rem;
  letter-spacing: 0.034rem;
  line-height: 1.5rem;
}

/* 12/30/16 */
.fs-275 {
  font-size: 0.75rem;
  letter-spacing: 0.034rem;
  line-height: 1rem;
}

a.text-link {
  display: block;
  font-family: "kisnaregular";
  font-size: 1.5625rem;
  letter-spacing: 0.047rem;
  line-height: 2.06rem;
  text-decoration: none;
}
a.text-link span {
  vertical-align: 0.15rem;
}

/* Icon Set */
@font-face {
  font-family: "icons";
  src: url("../webfonts/icons.eot?44vx6l");
  src: url("../webfonts/icons.eot?44vx6l#iefix") format("embedded-opentype"), url("../webfonts/icons.ttf?44vx6l") format("truetype"), url("../webfonts/icons.woff?44vx6l") format("woff"), url("../webfonts/icons.svg?44vx6l#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Cup:before {
  content: "\e900";
}

.icon-E_Arrow:before {
  content: "\e901";
  margin-left: 0.5rem;
}

.icon-Feature-Dot:before {
  content: "\e902";
}

.icon-Hamburger:before {
  content: "\e903";
}

.icon-NE_Arrow:before {
  content: "\e904";
}

.icon-S_Arrow:before {
  content: "\e905";
}

.icon-W_Arrow:before {
  content: "\e906";
}

.icon-X:before {
  content: "\e907";
}

.icon-Insta:before {
  content: url("../img/insta-icon.svg");
  position: relative;
  top: 0.3rem;
}

.btn-primary {
  background-color: #fef6f6;
  border: none;
  font-family: "kisnaregular";
  color: #40b9d0;
  font-size: 1.375rem;
  letter-spacing: 0.041rem;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background-color: #204a5e;
  color: #fef6f6;
}

.btn-alt {
  background-color: #ffffff;
  border: none;
  font-family: "kisnaregular";
  color: #40b9d0;
  font-size: 1.125rem;
  letter-spacing: 0.034rem;
  line-height: 2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-alt:hover {
  background-color: #ef4440;
  color: #fef6f6;
}

.btn-alt-inverse {
  background-color: #fef6f6;
  border-width: 2px;
  border-color: #40b9d0;
  font-family: "kisnaregular";
  color: #40b9d0;
  font-size: 1.125rem;
  letter-spacing: 0.034rem;
  line-height: 2rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-alt-inverse:hover {
  border-color: #ef4440;
  color: #ef4440;
  background-color: #fef6f6;
}

.btn-secondary {
  background-color: #40b9d0;
  border: none;
  font-family: "kisnaregular";
  color: #fef6f6;
  font-size: 1.375rem;
  letter-spacing: 0.041rem;
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-secondary:hover {
  background-color: #fef6f6;
  color: #40b9d0;
}

.btn-loaded {
  background-color: #D63C17;
  border: solid;
  border-width: 2px;
  border-color: #D63C17;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.375rem;
  letter-spacing: 0.08rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-saucy {
  background-color: #fe8497;
  border: solid;
  border-width: 2px;
  border-color: #fe8497;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.375rem;
  letter-spacing: 0.08rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-napolibros {
  background-color: #A3826C;
  border: solid;
  border-width: 2px;
  border-color: #A3826C;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.375rem;
  letter-spacing: 0.08rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-hipointe {
  background-color: #e63c2f;
  border: solid;
  border-width: 2px;
  border-color: #e63c2f;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  text-transform: uppercase;
  color: #ffd26c;
  font-size: 1.375rem;
  letter-spacing: 0.08rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

.btn-steves {
  background-color: #f32735;
  border: solid;
  border-width: 2px;
  border-color: #f32735;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 800;
  text-transform: uppercase;
  color: #f2e133;
  font-size: 1.375rem;
  letter-spacing: 0.08rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 415px) {
  .btn-deactivated {
    font-size: 1rem;
  }
}
.btn-loaded:hover {
  border: solid;
  border-width: 2px;
  border-color: #D63C17;
  color: #D63C17;
  background-color: #fef6f6;
}

.btn-saucy:hover {
  border: solid;
  border-width: 2px;
  border-color: #fe8497;
  color: #fe8497;
  background-color: #fef6f6;
}

.btn-napolibros:hover {
  border: solid;
  border-width: 2px;
  border-color: #A3826C;
  color: #A3826C;
  background-color: #fef6f6;
}

.btn-hipointe:hover {
  border: solid;
  border-width: 2px;
  border-color: #ffd26c;
  color: #e63c2f;
  background-color: #fef6f6;
}

.btn-steves:hover {
  border: solid;
  border-width: 2px;
  border-color: #f2e133;
  color: #f32735;
  background-color: #fef6f6;
}

.btn-tertiary {
  background-color: #598c9f;
  border: none;
  font-family: "kisnaregular";
  color: #fef6f6;
  font-size: 1rem;
  letter-spacing: 0.015rem;
  padding: 0.6rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 991px) {
  .btn-tertiary {
    font-size: 0.7rem;
  }
}

.btn-tertiary:hover {
  background-color: #ef4440;
  color: #fef6f6;
}

.btn-deactivated {
  opacity: 50%;
  pointer-events: none;
}

.btn-tertiary-inverse {
  background-color: #fff;
  border-width: 2px;
  border-color: #598c9f;
  font-family: "kisnaregular";
  color: #598c9f;
  font-size: 1rem;
  letter-spacing: 0.015rem;
  padding: 0.6rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 991px) {
  .btn-tertiary-inverse {
    font-size: 0.7rem;
  }
}

.btn-tertiary-inverse:hover {
  border-color: #ef4440;
  color: #ef4440;
}

.btn-shrink {
  padding: 0.75rem 1.25rem;
}

.btn-order {
  color: #40b9d0;
  font-family: "kisnaregular";
  font-size: 1.25rem;
  letter-spacing: 0.034rem;
}
.btn-order .icon-Cup {
  vertical-align: sub;
  margin-left: 0.5rem;
  font-size: 2.5rem;
  letter-spacing: 0.095rem;
  line-height: 2.8125rem;
}

.btn {
  transition: none;
}

/* General Styles */
.container {
  max-width: 991px;
}

a {
  color: #40b9d0;
  text-decoration: none;
}

a.text-link-invert {
  color: #204a5e;
}

a:hover {
  color: #ef4440;
  text-decoration: none;
}

/* Navbar */
.navbar-brand {
  cursor: pointer;
}

.navbar-brand:hover svg .tl0 {
  fill: #ef4440;
}
.navbar-brand:hover svg .tlm0 {
  fill: #fef6f6;
}
.navbar-brand:hover svg .tls0 {
  fill: #40b9d0;
}

.navbar-toggler {
  margin-left: 3rem;
  border: none;
  background-color: transparent;
  padding: 0.3rem 0 0 0;
  width: 4.125rem;
  height: 4.125rem;
}
@media screen and (min-width: 768px) {
  .navbar-toggler .navbtn0 {
    fill: #204a5e;
  }
}

.mobile-toggler {
  padding: 1rem 0 0 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover svg .navbtn0 {
  fill: #ef4440;
}
.navbar-toggler:hover svg .navclose0, .navbar-toggler:hover svg .navclosex {
  fill: #fef6f6;
}

.navbar-toggler-Close-icon {
  width: 4.125rem;
  height: 4.125rem;
}

.offcanvas.offcanvas-top {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.offcanvas-top .btn-close {
  margin-left: 3rem;
  border: none;
  background-color: transparent;
  padding: 0.8rem 0 0 0;
  background-image: none;
}

.mobile-nav-box, .mobile-menu-btn {
  max-width: 600px;
}

.mobile-menu-btn {
  width: 100%;
  text-align: start;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0.5rem 1.5rem;
}
.mobile-menu-btn .icon-Cup {
  font-size: 2.625rem;
}

.mobile-main-nav {
  margin: 2.25rem 0;
}
.mobile-main-nav ul {
  list-style: none;
  font-family: "kisnaregular";
  font-size: 2.25rem;
}
.mobile-main-nav a {
  color: #fef6f6;
}
.mobile-main-nav a:hover {
  color: #204a5e;
}
.mobile-main-nav li:not(:last-child) {
  margin-bottom: 1rem;
}

.mobile-secondary-nav ul {
  list-style: none;
  font-family: "kisnaregular";
  font-size: 1rem;
  letter-spacing: 0.034rem;
  padding-left: 0;
}
.mobile-secondary-nav a {
  color: #fef6f6;
}
.mobile-secondary-nav a:hover {
  color: #204a5e;
}
.mobile-secondary-nav li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.mobile-menu-footer .info-row {
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
}
.mobile-menu-footer .list-inline-item:not(:last-child) {
  margin-right: 2.25rem;
}
.mobile-menu-footer svg {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
}

.screen-nav {
  overscroll-behavior-y: none;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.screen-nav .screen-nav-left {
  max-width: 34.375rem;
}
.screen-nav .screen-nav-right .btn-order {
  padding: 0.1rem 1.2rem 0.5rem 1.2rem;
  color: #fef6f6;
  border: 3px solid #269db5;
  border-radius: 5px 5px 5px 5px;
}
.screen-nav .screen-nav-right .btn-order:hover {
  border: none;
  color: #ef4440;
  background-color: #fef6f6;
  border-color: #fef6f6;
  border: 3px solid #fef6f6;
  border-radius: 5px 5px 5px 5px;
}
.screen-nav .screen-nav-right .navbar-toggler {
  padding: 0;
}
.screen-nav .screen-nav-right .screen-main-nav {
  margin-top: 3.5rem;
}
.screen-nav .screen-nav-right .screen-main-nav ul {
  list-style: none;
  font-family: "kisnaregular";
  font-size: 2.625rem;
  letter-spacing: 0.034rem;
  padding-left: 0;
}
.screen-nav .screen-nav-right .screen-main-nav span {
  vertical-align: 0.5rem;
}
.screen-nav .screen-nav-right .screen-main-nav a {
  color: #fef6f6;
}
.screen-nav .screen-nav-right .screen-main-nav a:hover {
  color: #204a5e;
}
.screen-nav .screen-nav-right .screen-main-nav a:hover span {
  color: #fef6f6;
}
.screen-nav .screen-nav-right .screen-main-nav li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.screen-nav .screen-nav-right .screen-secondary-nav {
  margin: 4.5rem 0 2rem 0;
}
.screen-nav .screen-nav-right .screen-secondary-nav ul {
  list-style: none;
  font-family: "kisnaregular";
  font-size: 1rem;
  letter-spacing: 0.034rem;
  padding-left: 0;
}
.screen-nav .screen-nav-right .screen-secondary-nav a {
  color: #fef6f6;
}
.screen-nav .screen-nav-right .screen-secondary-nav a:hover {
  color: #204a5e;
}
.screen-nav .screen-nav-right .screen-secondary-nav li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.screen-nav .full-height {
  min-height: 100%;
}
.screen-nav .list-inline-item:not(:last-child) {
  margin-right: 1.7rem;
}
.screen-nav svg {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
}
.screen-nav h1 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #598c9f;
  color: #204a5e;
  line-height: 4.125rem;
}
.screen-nav h1 .ff-accent {
  -webkit-text-stroke-width: 0;
  color: #598c9f;
}
.screen-nav .strapline-height span {
  line-height: 3.8125rem;
}

#igm-icon:hover .igm-a {
  fill: #40b9d0;
}

#igm-icon:hover .igm-b {
  fill: #fef6f6;
}

#fbm-icon:hover .fbm-a {
  fill: #40b9d0;
}

#fbm-icon:hover .fbm-c {
  fill: #fef6f6;
}

#ddm-icon:hover .ddm-a {
  fill: #40b9d0;
}

#ddm-icon:hover .ddm-b {
  fill: #fef6f6;
}

/* Sticky Mobile Order Button */
.mobile-order-btn {
  text-align: center;
  position: sticky;
  bottom: 3rem;
  z-index: 100;
  margin-bottom: 4.5rem;
}
.mobile-order-btn .btn-primary {
  padding: 1.2rem 3rem;
}
.mobile-order-btn .btn-primary:hover {
  background-color: #ef4440;
}

/* Footer */
footer .wave {
  position: relative;
}
footer .wave-breakout {
  position: absolute;
  top: -10px;
  z-index: 1;
}
footer .seal {
  position: relative;
  max-width: 15.5rem;
  margin: 0 auto;
  z-index: 2;
}
footer p.sub-text {
  max-width: 24rem;
}
footer .socials ul {
  list-style: none;
  margin-top: -1.5rem;
}
footer .socials .list-inline-item:not(:last-child) {
  margin-right: 3.5rem;
}
@media (min-width: 768px) {
  footer .socials .list-inline-item:not(:last-child) {
    margin-right: 1.75rem;
  }
}
footer .socials svg {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
}
footer .socials #ig-icon:hover .ig-a {
  fill: #40b9d0;
}
footer .socials #ig-icon:hover .ig-b {
  fill: #fef6f6;
}
footer .socials #fb-icon:hover .fb-a {
  fill: #40b9d0;
}
footer .socials #fb-icon:hover .fb-c {
  fill: #fef6f6;
}
footer .socials #dd-icon:hover .dd-a {
  fill: #40b9d0;
}
footer .socials #dd-icon:hover .dd-b {
  fill: #fef6f6;
}
footer .socials #igmf-icon:hover .ig-a {
  fill: #40b9d0;
}
footer .socials #igmf-icon:hover .ig-b {
  fill: #fef6f6;
}
footer .socials #fbmf-icon:hover .fb-a {
  fill: #40b9d0;
}
footer .socials #fbmf-icon:hover .fb-c {
  fill: #fef6f6;
}
footer .socials #ddmf-icon:hover .dd-a {
  fill: #40b9d0;
}
footer .socials #ddmf-icon:hover .dd-b {
  fill: #fef6f6;
}
footer .footer-nav ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-nav ul a {
  color: #fef6f6;
}
footer .footer-nav ul a:hover {
  color: #40b9d0;
}
footer .footer-nav ul a:hover span {
  color: #fef6f6;
}
footer .footer-nav .footer-main-nav {
  line-height: 1.75rem;
}
footer .footer-nav .footer-main-nav li {
  margin-bottom: 2rem;
}
footer .footer-nav .footer-secondary-nav li {
  margin-bottom: 1.5rem;
}
footer .footer-nav .footer-secondary-nav {
  line-height: 0.85rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  footer .footer-nav {
    padding-left: 4.5rem;
  }
}

/* Homepage */
/* Homepage Hero Section */
.hero-main {
  overflow: hidden;
}

.left-wave {
  background-image: url("../img/left-wave.svg");
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 600px) {
  .left-wave {
    background-position: -0.5rem 0;
  }
}

.pe-35 {
  padding-right: 2.25rem;
}
@media screen and (max-width: 768px) {
  .pe-35 {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .pe-35 {
    padding-right: 1rem;
  }
}

.hero-main .skin-bkg::before {
  content: url("../img/bkg-skin.svg");
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 222px;
  height: 518px;
  top: 210px;
  left: 100%;
  margin-left: -111px;
}
@media screen and (min-width: 768px) {
  .hero-main .skin-bkg::before {
    top: 30px;
    left: 100%;
    margin-left: -45px;
  }
}
.hero-main .skin-bkg::after {
  content: url("../img/hero-feat-bkg.svg");
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 480px;
  height: 480px;
  top: 450px;
  left: 50%;
  margin-left: -160px;
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .hero-main .skin-bkg::after {
    top: 525px;
  }
}
@media screen and (min-width: 768px) {
  .hero-main .skin-bkg::after {
    content: url("../img/hero-feat-bkg-screen.svg");
    top: 60px;
    left: 50%;
    margin-left: 65px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .hero-main .skin-bkg::after {
    margin-left: calc(10% - 30px);
  }
}
.hero-main .carousel-inner {
  overflow: visible;
  padding-bottom: 360px;
}
.hero-main .carousel-inner h2 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.hero-main .carousel-inner img {
  position: absolute;
  left: 50%;
  margin-left: -337px;
  margin-top: -140px;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 768px) {
  .hero-main .carousel-inner {
    padding-bottom: 0;
  }
  .hero-main .carousel-inner img {
    left: -205px;
    top: -120px;
    margin-left: 0;
    margin-top: 0;
  }
}
.hero-main .carousel-item {
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}
.hero-main .rotate {
  animation: rotation 60s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.hero-main .carousel-fade .active.carousel-item-start,
.hero-main .carousel-fade .active.carousel-item-end {
  transition: opacity 2s ease-in-out 0s;
}
.hero-main .carousel-caption {
  font-family: "kisnaregular";
  color: #204a5e;
  letter-spacing: 0.18rem;
  text-align: center;
  font-size: 1.0625rem;
  bottom: -26rem;
  color: #598c9f;
}
@media screen and (min-width: 768px) and (max-width: 970px) {
  .hero-main .carousel-caption {
    display: none !important;
  }
}
@media screen and (min-width: 970px) {
  .hero-main .carousel-caption {
    bottom: -13rem;
    left: 17rem;
    text-align: start;
    color: #204a5e;
  }
}
@media screen and (min-width: 970px) and (max-width: 1064px) {
  .hero-main .carousel-caption h2 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1065px) {
  .hero-main .carousel-caption {
    left: 18rem;
  }
}
.hero-main .w-200 {
  width: 675px !important;
  max-width: 675px !important;
}

.wave-break {
  background: url("../img/bkg_tex.png") left top repeat, url("../img/wave_section_break.svg") center top no-repeat;
  height: 3.68rem;
  background-size: auto;
}
@media screen and (min-width: 1400px) {
  .wave-break {
    scale: 1.5 1;
    overflow: hidden;
  }
}

.wave-break-clean {
  background: url("../img/wave_section_break.svg") center top no-repeat;
}

.wave-break-navy {
  background: url("../img/wave_section_break-navy.svg") center top no-repeat;
}

.wave-break-invert {
  transform: scaleY(-1);
  margin-bottom: -1px;
}

.hero-copy-box {
  max-width: 40rem;
}

.secondary-copy-box {
  max-width: 50rem;
}
@media screen and (min-width: 991px) {
  .secondary-copy-box p {
    font-size: 2.0625rem;
    letter-spacing: 0.041rem;
    line-height: 3.438rem;
  }
}

/* Marquee Section */
.ribbon ul {
  list-style: none;
  padding-left: 0;
}
.ribbon ul li {
  font-family: "kisnaregular";
}
.ribbon .marquee-1 {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.ribbon .marquee-1__content {
  animation: scroll 90s linear infinite;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
.ribbon .marquee-1 ul li {
  font-size: 1rem;
  color: #fef6f6;
  letter-spacing: 0.15rem;
}
.ribbon .marquee-2 {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.ribbon .marquee-2__content {
  animation: scroll 70s linear infinite;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
.ribbon .marquee-2 ul li {
  font-size: 4.1875rem;
  color: #204a5e;
  letter-spacing: 0.125rem;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Drag Carousel */
.drag-icon::before {
  content: url("../img/drag-overlay-shadow.svg");
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 90%;
  left: 50%;
  margin-left: -94px;
  margin-top: -42px;
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .drag-icon::before {
    top: 85%;
  }
}

.drag-icon-invert::before {
  content: url("../img/drag-overlay-invert.svg");
}

:root {
  --swiper-image-ratio: 125%;
  --swiper-width: 50%;
  --swiper-inactive-scale: .85;
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: .95;
}

.swiper {
  width: 100%;
  max-width: 1088px;
  max-height: 600px;
  overflow-y: visible;
}
.swiper .swiper-slide {
  max-height: 600px;
  position: relative;
  width: var(--swiper-width);
  transform: scale(0.84);
  transition: all 0.3s ease;
}
.swiper img {
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
  max-height: 595px;
}
.swiper .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}
.swiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.swiper .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.swiper .swiper-image {
  position: relative;
  width: 100%;
  padding-top: var(--swiper-image-ratio);
}
.swiper .swiper-image .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Catering Callout Section */
.cta-pad {
  padding-top: 8rem;
}

.catering-cta p {
  margin: 0;
}
.catering-cta .line-break {
  display: block;
}
@media (min-width: 992px) {
  .catering-cta .line-break {
    display: none;
  }
}
.catering-cta .catering-cta-pos {
  margin: 0 auto;
  border-radius: 0.25rem;
  position: relative;
}
.catering-cta .ff-title {
  z-index: 2;
  position: relative;
}
.catering-cta .wave-breakout {
  position: absolute;
  top: -10px;
  z-index: 1;
}
.catering-cta .btn-primary {
  padding: 0.88rem 1.5rem;
  box-shadow: none;
  background: #598c9f;
  color: #fef6f6;
}
.catering-cta .btn-primary:hover {
  background: #ef4440;
  color: #fef6f6;
}

/* Insta Feature Section */
.insta-highlight {
  padding-top: 4rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 520px;
}
@media screen and (min-width: 390px) and (max-width: 410px) {
  .insta-highlight {
    height: 550px;
  }
}
@media screen and (min-width: 411px) and (max-width: 450px) {
  .insta-highlight {
    height: 620px;
  }
}
@media screen and (min-width: 451px) and (max-width: 520px) {
  .insta-highlight {
    height: 650px;
  }
}
@media screen and (min-width: 521px) and (max-width: 767px) {
  .insta-highlight {
    height: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .insta-highlight {
    height: 550px;
  }
}
@media screen and (min-width: 851px) and (max-width: 942px) {
  .insta-highlight {
    height: 600px;
  }
}
@media screen and (min-width: 943px) {
  .insta-highlight {
    height: 680px;
  }
}
.insta-highlight .insta-feat {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
  border-radius: 6px;
  position: relative;
}
.insta-highlight .igf1 {
  margin: 0 auto;
  left: -20%;
  width: 70%;
  max-width: 320px;
  z-index: 3;
}
.insta-highlight .igf2 {
  margin: 0 auto;
  top: -14rem;
  left: 20%;
  width: 75%;
  max-width: 320px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .insta-highlight .igf2 {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .insta-highlight .igf1 {
    margin: 0;
    left: 1rem;
    width: 66%;
    max-width: none;
    z-index: 3;
  }
  .insta-highlight .igf2 {
    margin: 0;
    top: -12rem;
    left: 1rem;
    width: 70%;
    max-width: none;
    z-index: 2;
  }
}
.insta-highlight .igf3 {
  margin-left: 0rem;
  margin-top: 10rem;
  width: 55%;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .insta-highlight .igf3 {
    margin-top: 8rem;
  }
}
.insta-highlight .igf4 {
  margin-top: -25rem;
  margin-right: -0.5rem;
  width: 65%;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .insta-highlight .igf4 {
    margin-top: -21rem;
  }
}
.insta-highlight .btn {
  position: relative;
  margin-top: -27rem;
  z-index: 4;
}

/* Narbucks Section */
.narbucks .fs-400-adjust {
  line-height: 1.8125rem;
}
@media screen and (min-width: 768px) and (max-width: 788px) {
  .narbucks .text-link {
    font-size: 1.45rem;
  }
}
.narbucks .narbucks-flight::before {
  content: "";
  position: absolute;
  margin: -12rem auto 0;
  z-index: 1;
  inset: 0;
  height: auto;
  width: 60%;
  background-size: 100% 100%;
  background-image: url("../img/narbucks.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .narbucks .narbucks-flight::before {
    margin: auto 7rem;
    width: 70%;
  }
}
.narbucks .franchise-flight::before {
  content: "";
  position: absolute;
  margin: -12rem auto 0;
  z-index: 1;
  inset: 0;
  height: auto;
  width: 60%;
  top: -15%;
  background-size: 100% 100%;
  background-image: url("../img/be_narly.svg");
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .narbucks .franchise-flight::before {
    margin: auto 7rem;
    width: 70%;
    top: 50px;
    left: 50px;
  }
}
.narbucks .narbucks-img {
  position: relative;
  transform: translateY(-60%) rotate(90deg);
  transform-origin: left bottom;
  max-height: 90vw;
  z-index: 2;
  filter: drop-shadow(-10px -10px 30px rgba(0, 0, 0, 0.16));
  margin-left: -0.7rem;
}
@media screen and (min-width: 768px) {
  .narbucks .narbucks-img {
    transform: none;
    max-height: 610px;
    margin-top: -5rem;
  }
}

/* Menu */
/* Menu Item Section */
.menu-nav::-webkit-scrollbar {
  display: none;
}

.menu-nav {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: none;
}
.menu-nav .list-group {
  font-family: "kisnaregular";
  width: 680px;
}
.menu-nav .list-group li:not(:last-child) {
  padding-right: 2rem;
}
@media screen and (max-width: 697px) {
  .menu-nav .list-group {
    white-space: nowrap;
  }
}
.menu-nav .list-group-item {
  border: none;
  font-size: 1.0625rem;
  letter-spacing: 0.03rem;
  line-height: 1.375rem;
  padding: 1.5rem 1rem;
}
.menu-nav .list-group-item a {
  color: #598c9f;
}
.menu-nav .list-group-item .active, .menu-nav .list-group-item a:active {
  color: #40b9d0;
  padding-bottom: 20px;
  border-bottom: 6px solid #40b9d0;
}

.menu-nav-screen .wave-breakout {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -158px;
  z-index: -1;
}
.menu-nav-screen .list-group {
  font-family: "kisnaregular";
  text-align: center;
}
.menu-nav-screen .list-group li:not(:last-child) {
  padding-right: 2rem;
}
.menu-nav-screen .list-group-item {
  border: none;
  font-size: 1.22rem;
  letter-spacing: 0.03rem;
  line-height: 1.375rem;
  padding: 1.1rem 1rem;
}
.menu-nav-screen .list-group-item a {
  color: #598c9f;
}
.menu-nav-screen .list-group-item a:hover {
  color: #40b9d0;
}
.menu-nav-screen .list-group-item .active, .menu-nav-screen .list-group-item a:active {
  color: #40b9d0;
  padding-bottom: 15px;
  border-bottom: 6px solid #40b9d0;
}

.menu-break {
  border-top: 1px solid #F0E6E6;
  padding-top: 4rem;
}

.menu-items .pt-5rem {
  padding-top: 5.25rem;
}
.menu-items h3 {
  font-family: "kisnaregular";
  color: #40b9d0;
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  line-height: 1.5rem;
  margin-top: 4.25rem;
}
.menu-items h4 {
  font-family: "tay_sweetheartregular";
  color: #204a5e;
  font-size: 0.9375rem;
  letter-spacing: 0.019rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.menu-items .draft-key::before {
  content: url("../img/draft-indicator-key.svg");
  margin-right: 0.5rem;
  display: inline-block;
  transform: translateY(5%);
  margin-bottom: 4rem;
}
.menu-items .seasonal-key::before {
  content: url("../img/seasonal-indicator-key.svg");
  margin-right: 0.5rem;
  display: inline-block;
  transform: translateY(5%);
  margin-bottom: 4rem;
}
.menu-items .item-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  width: 90%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .menu-items .item-box {
    max-width: 14rem;
  }
}
.menu-items .menu-image {
  position: absolute;
  margin-top: -11.5rem;
  margin-left: -175px;
  max-width: none;
  width: 350px;
  left: 50%;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.15));
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 768px) {
  .menu-items .menu-image {
    width: 135%;
    margin-top: -10rem;
    margin-left: -150px;
  }
}
.menu-items .btn-primary {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.012rem;
  line-height: 1.625rem;
  padding: 0.1rem 0.75rem 0;
  border-radius: 1rem;
  background-color: #F0E6E6;
  z-index: 100;
  margin-bottom: 0.5rem;
  box-shadow: none;
  margin-left: 30%;
  margin-right: 30%;
}
.menu-items .btn-primary span {
  font-size: 1.5rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .menu-items .btn-primary {
    margin-left: 3rem !important;
    margin-right: 3rem;
  }
}
.menu-items .btn-primary:hover {
  color: #fef6f6;
  background-color: #204a5e;
}
.menu-items .card {
  border: none;
}
.menu-items .card-body {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
  color: #598c9f;
  padding: 1rem 0.5rem;
}
.menu-items .draft-box::before {
  content: url("../img/draft-indicator.svg");
  position: absolute;
  inset: 0;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -14px;
  z-index: 2;
}
.menu-items .seasonal-box::before {
  content: url("../img/seasonal-indicator.svg");
  position: absolute;
  inset: 0;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -14px;
  z-index: 2;
}

.frozen-space {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .frozen-space {
    margin-bottom: 7rem;
  }
}

.rocks-space {
  margin-top: 7rem;
}

.seasonal-callout {
  position: relative;
  color: #06495E;
}
.seasonal-callout .btn {
  margin-top: 5rem;
}

.seasonal-bkg::before {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("../img/Seasonal-Menu-Background.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1080px 400px;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-top: -250px;
  margin-left: -540px;
}

.menu-highlights img {
  border-radius: 5px;
}
.menu-highlights .flight-img::before {
  content: "";
  background-image: url("../img/flight-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 0;
  margin-left: -45px;
  margin-top: -45px;
}
@media screen and (min-width: 992px) {
  .menu-highlights .flight-img::before {
    background-size: 132px 132px;
    background-position: left top;
    left: 0;
    top: 0;
    margin-left: -18px;
    margin-top: 40px;
  }
}
.menu-highlights .fishbowl-img::before {
  content: "";
  background-image: url("../img/fishbowl-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 0;
  margin-left: -45px;
  margin-top: -45px;
}
@media screen and (min-width: 992px) {
  .menu-highlights .fishbowl-img::before {
    background-size: 132px 132px;
    background-position: left top;
    left: 0;
    top: 0;
    margin-left: -18px;
    margin-top: 40px;
  }
}
.menu-highlights .shot-img::before {
  content: "";
  background-image: url("../img/shot-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 0;
  margin-left: -45px;
  margin-top: -45px;
}
@media screen and (min-width: 992px) {
  .menu-highlights .shot-img::before {
    background-size: 132px 132px;
    background-position: left top;
    left: 0;
    top: 0;
    margin-left: -18px;
    margin-top: 40px;
  }
}
.menu-highlights .silipint-img::before {
  content: "";
  background-image: url("../img/silipint-icon.svg");
  background-repeat: no-repeat;
  background-size: 90px 90px;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 0;
  margin-left: -45px;
  margin-top: -45px;
}
@media screen and (min-width: 992px) {
  .menu-highlights .silipint-img::before {
    background-size: 132px 132px;
    background-position: left top;
    left: 0;
    top: 0;
    margin-left: -18px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .icon-height {
    min-height: 91px;
  }
}

.menu-summary .wave-breakout {
  position: absolute;
  top: -10px;
  left: 50px;
  z-index: -1;
}

.lets-go {
  overflow-x: clip;
}
.lets-go a:hover {
  color: #204a5e;
}
@media screen and (max-width: 767px) {
  .lets-go .menu-summary {
    min-height: 815px;
  }
}
.lets-go .highlight {
  overflow-x: hidden;
  position: absolute;
}
.lets-go .highlight img {
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.25));
}
.lets-go .lets-go-highlight-1 {
  top: 0;
  left: 50%;
  margin-top: -150px;
  margin-left: -320px;
  background-image: url("../img/lets-go-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 220px 220px;
  max-width: 500px;
  width: 500px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lets-go .lets-go-highlight-1 {
    top: 0;
    left: 0;
    margin-left: -200px;
    margin-top: -210px;
    background-size: 260px 260px;
    width: 600px;
    max-width: 600px;
  }
}
.lets-go .lets-go-highlight-2 {
  top: 0;
  left: 50%;
  margin-top: 90px;
  margin-left: -250px;
  background-image: url("../img/lets-go-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 310px 310px;
  transform: rotate(85deg);
  max-width: 500px;
  width: 500px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .lets-go .lets-go-highlight-2 {
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 0;
    background-size: 365px 365px;
    width: 600px;
    max-width: 600px;
  }
}

/* Accordion */
.accordion {
  --bs-accordion-border: none;
  --bs-accordion-border-width: 0;
}

.accordion-button::after {
  content: "";
  background-image: url("../img/down-arrow.svg");
  height: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("../img/down-arrow.svg");
}

.accordion-item {
  border: none;
  border-bottom: 3px solid #f0e6e6;
  background-color: transparent;
}
.accordion-item .accordion-button {
  font-family: "kisnaregular";
  font-size: 1.3125rem;
  letter-spacing: 0.04rem;
  color: #204a5e;
  background-color: transparent;
}
.accordion-item .accordion-body {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
  color: #204a5e;
  font-size: 1.125rem;
  letter-spacing: 0.034rem;
  line-height: 1.8125rem;
  background-color: #fff;
  text-align: left;
}

/* About Page */
@media screen and (min-width: 768px) {
  .subpage-header h1 {
    font-size: 4.0625rem;
    letter-spacing: 0.095rem;
    line-height: 3.9375rem;
  }
  .subpage-header h2 {
    font-size: 1.875rem;
    letter-spacing: 0.034rem;
    line-height: 2.5rem;
  }
}

.about-bar .about-row {
  height: 340px;
  overflow: hidden;
}
.about-bar img {
  max-width: initial;
  width: 18rem;
  position: absolute;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.25));
}
.about-bar .about-1 {
  left: calc(50% - 350px);
  top: 65px;
}
.about-bar .about-2 {
  left: calc(50% - 216px);
  top: 20px;
}
.about-bar .about-3 {
  left: calc(50% - 74px);
  top: 65px;
}
.about-bar .about-4 {
  left: calc(50% + 64px);
  top: 20px;
}
@media screen and (min-width: 768px) {
  .about-bar img {
    width: 27rem;
  }
  .about-bar .about-1 {
    left: calc(50% - 590px);
    top: -25px;
  }
  .about-bar .about-2 {
    left: calc(50% - 366px);
    top: -70px;
  }
  .about-bar .about-3 {
    left: calc(50% - 91px);
    top: -25px;
  }
  .about-bar .about-4 {
    left: calc(50% + 154px);
    top: -70px;
  }
}

@media screen and (max-width: 767px) {
  .commitments h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  .commitments a {
    font-size: 1.3125rem;
    letter-spacing: 0.04rem;
    line-height: 1.3125rem;
  }
  .commitments img {
    width: 90vw;
    height: 90vw;
    object-fit: cover;
    object-position: center center;
  }
}
.commitments .commitment-img {
  max-height: 32rem;
  filter: drop-shadow(0 0 0.625rem rgba(0, 0, 0, 0.25));
}

/* Locations Page */
.list-group-item, .list-group-flush, .card {
  border: none;
}

.card-img-overlay {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  background-color: rgba(6, 73, 94, 0.5);
}

.card-img-top {
  border-radius: 6px;
}

.coming-soon-badge {
  position: absolute;
  width: 180px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.1rem 1rem;
  top: -20px;
  background-color: #fef6f6;
  border: 2px dashed #40b9d0;
  border-radius: 6px;
  z-index: 5;
}

.location-blocks .card {
  box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.location-blocks .card-title {
  line-height: 1.5rem;
}
.location-blocks .list-group-item {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1.125rem;
  color: #204a5e;
  padding: 4px 16px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .location-blocks .list-group-item {
    text-align: left;
  }
}
.location-blocks .list-group-item a {
  font-size: 0.75rem;
}
.location-blocks .location-link a {
  font-size: 1rem;
  color: #ef4440;
}
.location-blocks .location-link a:hover {
  color: #40b9d0;
}

.delivery-callout a:hover {
  color: #204a5e;
}
@media screen and (max-width: 380px) {
  .delivery-callout .mobile-break {
    display: inline;
  }
}
@media screen and (min-width: 381px) {
  .delivery-callout .mobile-break {
    display: none;
  }
}

.upcoming-events-block {
  width: 100%;
  aspect-ratio: 1/1.3;
  background: rgb(6, 73, 94);
  background-image: linear-gradient(90deg, rgba(6, 73, 94, 0.7) 0%, rgba(6, 73, 94, 0.5) 100%), url("../img/halloween.webp");
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 576px) {
  .upcoming-events-block {
    width: 100%;
    aspect-ratio: 2/1;
    background: rgb(6, 73, 94);
    background-image: linear-gradient(90deg, rgb(6, 73, 94) 0%, rgba(6, 73, 94, 0) 100%), url("../img/halloween.webp");
    background-size: cover;
    background-position: center;
  }
}

.franchise-block {
  background-image: linear-gradient(90deg, rgba(6, 73, 94, 0.7) 0%, rgba(6, 73, 94, 0.5) 100%), url("../img/franchise-block.webp");
}
@media screen and (min-width: 576px) {
  .franchise-block {
    background-image: linear-gradient(90deg, rgb(6, 73, 94) 0%, rgba(6, 73, 94, 0) 100%), url("../img/franchise-block.webp");
  }
}

.community-block {
  background-image: linear-gradient(90deg, rgba(6, 73, 94, 0.7) 0%, rgba(6, 73, 94, 0.5) 100%), url("../img/community-highlight.webp");
}
@media screen and (min-width: 576px) {
  .community-block {
    background-image: linear-gradient(90deg, rgb(6, 73, 94) 0%, rgba(6, 73, 94, 0) 100%), url("../img/community-highlight.webp");
  }
}

.crawfish-block {
  background-image: linear-gradient(90deg, rgba(6, 73, 94, 0.7) 0%, rgba(6, 73, 94, 0.5) 100%), url("../img/crawfish_boil_feature.webp");
}
@media screen and (min-width: 768px) {
  .crawfish-block {
    background-image: linear-gradient(90deg, rgb(6, 73, 94) 0%, rgba(6, 73, 94, 0) 100%), url("../img/crawfish_boil_feature.webp");
  }
}

.catering-block {
  background-image: linear-gradient(90deg, rgba(6, 73, 94, 0.7) 0%, rgba(6, 73, 94, 0.5) 100%), url("../img/catering-highlight.webp");
}
@media screen and (min-width: 576px) {
  .catering-block {
    background-image: linear-gradient(90deg, rgb(6, 73, 94) 0%, rgba(6, 73, 94, 0) 100%), url("../img/catering-highlight.webp");
  }
}

.upcoming-events-height {
  height: 100%;
}

.upcoming-events-copy {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.upcoming-events-copy h2 {
  line-height: 2.5rem;
}
@media screen and (min-width: 991px) {
  .upcoming-events-copy h2 {
    line-height: 3rem;
  }
}
.upcoming-events-copy a {
  font-size: 1.3125rem;
  letter-spacing: 0.04rem;
  line-height: 1.3125rem;
  color: #fef6f6;
}
@media screen and (min-width: 991px) {
  .upcoming-events-copy a {
    font-size: 1.3125rem;
  }
}
.upcoming-events-copy a:hover {
  color: #ef4440;
}
.upcoming-events-copy p {
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .upcoming-events-copy {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 901px) {
  .upcoming-events-copy {
    padding-left: 4.7rem;
    padding-right: 4.7rem;
  }
}

/* Individual Locations */
.locations-main {
  overflow: hidden;
}
.locations-main .loc-left-wave {
  background-image: url("../img/loc-left-wave.svg");
  background-repeat: no-repeat;
  background-position: left;
}
@media screen and (max-width: 600px) {
  .locations-main .loc-left-wave {
    background-position: 0.15rem 0;
  }
}
.locations-main .skin-bkg::before {
  content: url("../img/bkg-skin.svg");
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 222px;
  height: 518px;
  top: -35px;
  left: 100%;
  margin-left: -111px;
}
@media screen and (min-width: 768px) {
  .locations-main .skin-bkg::before {
    top: 30px;
    left: 100%;
    margin-left: -200px;
  }
}
.locations-main .list-group-item {
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 67.5, "wght" 300;
  font-size: 1.2rem;
  letter-spacing: 0.018rem;
  line-height: 1.125rem;
  color: #204a5e;
  padding: 0.5rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .locations-main .list-group-item {
    text-align: left;
  }
}
.locations-main .list-group-item .directions {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.locations-main .carousel {
  padding: 1rem;
}
.locations-main .carousel .carousel-indicators {
  padding: 2rem;
}
.locations-main .carousel .carousel-indicators [data-bs-target] {
  opacity: 1;
}
.locations-main .carousel .carousel-indicators .active {
  scale: 66%;
}
.locations-main .carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .locations-main .carousel {
    max-width: 500px;
    padding: 2rem 1rem;
  }
}

.event-icons li {
  padding: 0.22rem 1rem 0.1rem;
  border-radius: 19px;
  font-family: "kisnaregular";
  font-size: 1.125rem;
  letter-spacing: 0.04rem;
  color: #ffffff;
  width: auto;
  text-align: center;
  margin-bottom: 0.3rem;
}

.red-pill {
  background-color: #ef4440;
}

.navy-pill {
  background-color: #204a5e;
}

.location-events .location-event-item {
  border-bottom: solid 2px #47C9E3;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}
.location-events a {
  color: #ef4440;
}
.location-events a:hover {
  color: #fef6f6;
}
.location-events .btn-primary {
  color: #40b9d0 !important;
}
.location-events .red-pill a {
  color: #fef6f6;
}
.location-events .red-pill a:hover {
  color: #fef6f6;
  text-decoration: underline;
}
.location-events .xs-cal {
  max-width: 160px;
}
.location-events .card h2 {
  margin: 0;
}
.location-events .card-body {
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .location-events .title-shrink {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}

.calendar-events a:hover {
  color: #40b9d0;
}

@media screen and (min-width: 991px) {
  .media-blocks .list-group-item {
    font-size: 0.875rem;
    letter-spacing: 0.034rem;
    line-height: 1.5rem;
  }
}

/* Franchise */
.franchise-hero {
  overflow: hidden;
}
.franchise-hero .skin-bkg::before {
  content: url("../img/bkg-skin.svg");
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 222px;
  height: 518px;
  top: -35px;
  left: 100%;
  margin-left: -111px;
}
@media screen and (min-width: 768px) {
  .franchise-hero .skin-bkg::before {
    top: 30px;
    left: 100%;
    margin-left: -200px;
  }
}

.commitments li::marker {
  color: #204a5e;
}

/* Careers */
.careers-carousel {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

/* Catering */
.catering-slides .carousel {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.catering-slides .carousel .carousel-title-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .catering-slides .carousel .carousel-title-overlay h2 {
    font-size: 1.875rem;
    letter-spacing: 0.028rem;
    line-height: 2.5rem;
  }
}
.catering-slides .carousel .wave-breakout {
  position: absolute;
  left: 10px;
  bottom: -46px;
  z-index: 2;
}
.catering-slides .carousel .carousel-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 73, 94, 0.5);
  opacity: 0.6;
  z-index: 1;
}
.catering-slides .carousel .carousel-inner {
  min-height: 390px;
  padding-bottom: 56.25%;
}
.catering-slides .carousel .carousel-item {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.catering-slides .carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}
.catering-slides .carousel .carousel-indicators [data-bs-target] {
  opacity: 1;
}
.catering-slides .carousel .carousel-indicators .active {
  scale: 66%;
}
.catering-slides .carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.catering-carousel {
  padding-top: 3rem;
  padding-bottom: 10rem;
}

/* SOSC Table Pages */
.sosc-select .brand-img {
  max-width: 600px;
  margin: 0 auto 0.25rem;
}
.sosc-select .btn {
  max-width: 19.25rem;
}
.sosc-select .narwhals-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/text_logo-stroke.svg");
  background-repeat: no-repeat;
}
.sosc-select .loaded-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/loadedlogo.svg");
  background-repeat: no-repeat;
}

/* Midtown Table Pages */
.midtown-select .brand-img {
  max-width: 600px;
  margin: 0 auto 0.25rem;
}
.midtown-select .btn {
  max-width: 19.25rem;
}
.midtown-select .narwhals-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/text_logo-stroke.svg");
  background-repeat: no-repeat;
}
.midtown-select .saucy-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/saucylogo.svg");
  background-repeat: no-repeat;
}

/* Chesterfield Table Pages */
.chesterfield-select .brand-img {
  max-width: 600px;
  margin: 0 auto 0.25rem;
}
.chesterfield-select .btn {
  max-width: 19.25rem;
}
.chesterfield-select .narwhals-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/text_logo-stroke.svg");
  background-repeat: no-repeat;
}
.chesterfield-select .napolibros-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/napolibroslogo.svg");
  background-repeat: no-repeat;
}
.chesterfield-select .hipointe-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/hipointelogo.svg");
  background-repeat: no-repeat;
}
.chesterfield-select .steves-logo::before {
  content: "";
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  inset: 0;
  width: 75%;
  background-size: 100% 100%;
  background-image: url("../img/steveslogo.svg");
  background-repeat: no-repeat;
}

/*# sourceMappingURL=styles.css.map */
