@font-face {
  font-family: Dyonisius;
  src: url('../fonts/Dyonisius.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #283b8e;
  --gold: #f8d41c;
  --white: white;
  --black: black;
  --red: red;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap.specials-sec {
  background-color: var(--dark-slate-blue);
  height: 400px;
  margin-left: 0;
  margin-right: 0;
}

.section.footer {
  background-color: var(--gold);
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-size: .75rem;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--dark-slate-blue);
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.white-h1 {
  color: var(--white);
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: column;
  width: auto;
  min-width: 0;
  display: block;
}

.menu {
  z-index: 0;
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 1000;
  background-color: var(--gold);
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: .6;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 150px;
  display: block;
}

.navigation-items {
  background-color: var(--gold);
  color: var(--dark-slate-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  margin-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.slider {
  z-index: 1;
  background-color: var(--gold);
  height: auto;
  display: block;
}

.image {
  width: 100%;
  height: auto;
}

.image-2, .image-3, .image-4 {
  width: 100%;
}

.specials-div {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  flex-direction: column;
  height: auto;
  display: block;
}

.location-div {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
}

.div-block {
  clear: none;
  background-color: var(--black);
  align-items: flex-start;
  width: 40%;
  height: 100px;
  display: flex;
  position: relative;
}

.div-block-2 {
  clear: none;
  background-color: #a13e3e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100px;
  display: flex;
}

.list-item {
  color: var(--white);
  margin-left: 0;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.div-block-3 {
  background-color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.heading {
  color: var(--gold);
  align-items: flex-start;
  margin-top: 20px;
  font-family: Dyonisius, sans-serif;
  font-size: 100px;
  display: flex;
}

.body, .google-map {
  flex-direction: column;
  display: flex;
}

.heading-2 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Dyonisius, sans-serif;
  font-size: 60px;
}

.breakfast-all-day {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/alpha-breakfast.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  height: 400px;
  display: flex;
}

.heading-3.text-outline {
  clear: none;
  color: var(--gold);
  text-align: center;
  text-shadow: -4px 0 4px var(--dark-slate-blue), 4px 0 4px var(--dark-slate-blue), 0 4px 4px var(--dark-slate-blue), 0 -4px 4px var(--dark-slate-blue);
  justify-content: center;
  align-items: flex-start;
  font-family: Dyonisius, sans-serif;
  font-size: 100px;
  line-height: 100px;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

.sun {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
  width: 100%;
  overflow: visible;
}

.sun-svg {
  background-color: #0000;
  background-image: url('../images/alpha-sun.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 300px;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: visible;
}

.list-item-2 {
  color: var(--white);
  font-size: 30px;
  display: flex;
}

.list {
  color: var(--white);
}

.offsetfix {
  height: 100px;
  margin-top: -98px;
  position: absolute;
}

.offsetdiv {
  height: 100px;
  margin-top: -430px;
  display: block;
  position: absolute;
  inset: auto;
}

.menu-sec {
  background-image: url('../images/alpha-menu-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: static;
}

.menu-sec-box {
  background-color: var(--dark-slate-blue);
  width: 50%;
  height: 150px;
}

.button-2 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 150px;
  font-size: 59px;
  line-height: 50px;
  display: flex;
}

.bold-text {
  color: var(--gold);
  font-size: 40px;
}

.bold-text:hover {
  color: var(--white);
}

.slide-5 {
  background-image: url('../images/alpha-kebabs.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/alpha-kebabs.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-5 {
  background-image: url('../images/alpha-kebabs.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/alpha-kebabs.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}

.specials-block {
  background-image: url('../images/alpha-diner-building-blue.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
}

.about-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-2-yellow {
  color: var(--gold);
  text-align: center;
  font-family: Dyonisius, sans-serif;
  font-size: 60px;
}

.image-6 {
  width: 50px;
}

.link-block-2 {
  background-color: var(--dark-slate-blue);
  border-radius: 9px;
  margin-left: 5px;
  padding: 5px;
}

.link-block-2-insta {
  background-color: var(--dark-slate-blue);
  border-radius: 9px;
  margin-right: 5px;
  padding: 5px;
}

.button-3 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  font-weight: 700;
}

.button-3:hover {
  color: var(--gold);
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  text-align: center;
  line-height: 20px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: auto;
  display: block;
}

.paragraph-3 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
}

.offsetdiv-spec, .offsetdiv-loc {
  height: 100px;
  margin-top: -100px;
  display: block;
  position: absolute;
  inset: auto;
}

.menu-div {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  background-color: var(--gold);
  grid-template-rows: auto auto auto;
}

.image-7, .image-8, .image-9, .image-10 {
  width: 100%;
}

.image-11 {
  text-align: left;
  width: 50%;
}

.grid-2-tab {
  background-color: var(--gold);
  grid-template-rows: auto auto auto;
}

.navigation-menu {
  z-index: 2;
  background-color: var(--gold);
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-copy {
  z-index: 1000;
  background-color: var(--gold);
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: relative;
  top: 0;
}

.navigation-item-menu {
  opacity: .6;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item-menu:hover {
  opacity: .9;
}

.navigation-item-menu:active {
  opacity: .8;
}

.navigation-item-menu.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-menu.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-menu.w--current:active {
  opacity: .7;
  color: #32343a;
}

.hiring-banner-div {
  z-index: 1000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 15% 0% auto;
}

.hiring-h5 {
  color: var(--white);
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 700;
}

.hiring-h5-break {
  color: var(--red);
  text-align: center;
  margin: 20px 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hiring-link {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-5 {
  color: var(--red);
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-span-2 {
  display: block;
}

.div-block-6 {
  margin-top: auto;
}

.body-2 {
  background-color: var(--gold);
  flex-direction: column;
  display: flex;
}

.order-online-div {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.h1-order {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.order-online-final-button {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.order-online-final-button:hover {
  color: var(--gold);
}

.bold-text-2 {
  color: var(--red);
  margin-left: 0;
  margin-right: 0;
}

.heading-6 {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.heading-6:hover {
  color: var(--gold);
}

.order-link {
  background-color: var(--dark-slate-blue);
  margin-left: 20px;
  margin-right: 20px;
}

.bold-text-2-copy {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.hiring-h5-break-copy {
  color: var(--white);
  text-align: center;
  margin: 20px 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.alpha-menu-sec {
  background-color: var(--gold);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-3, .grid-4, .grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-right: 10px;
}

.alpha-menu-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dyonisius, sans-serif;
  line-height: 50px;
}

.alpha-menu-div {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
}

.p-menu-red {
  color: var(--red);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.text-block-2 {
  text-align: center;
  line-height: 25px;
}

.p-menu-ingred, .p-menu-ingred-copy {
  color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.p-menu-price {
  color: var(--red);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.p-menu-i {
  font-style: italic;
  font-weight: 600;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  line-height: 25px;
}

.paragraph-4 {
  background-color: var(--gold);
  color: var(--red);
  text-align: center;
  font-style: italic;
}

.body-3 {
  background-color: var(--gold);
}

.text-span-3 {
  color: var(--dark-slate-blue);
  font-family: Dyonisius, sans-serif;
  font-size: 30px;
}

.p-menu-price-home {
  color: var(--gold);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.p-menu-ingred-home {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-2-copy {
  text-align: center;
  line-height: 25px;
}

.catering-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.html-embed {
  width: auto;
  display: none;
}

.catering-vid-div {
  justify-content: center;
  display: flex;
}

.catering-vid-div-type {
  height: 100%;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 60px;
  font-weight: 500;
}

.html-embed-copy {
  width: auto;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
}

.text-span-4 {
  font-size: 40px;
}

.text-span-5, .text-span-6 {
  color: var(--dark-slate-blue);
}

.american-flag-img {
  padding-top: 10px;
}

.fireworks-img {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

.doordash-img {
  width: 60%;
  margin-right: 10px;
}

.heading-8 {
  color: var(--red);
  text-align: center;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-9 {
  color: var(--red);
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 3rem;
  font-weight: 700;
}

.link-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.santa-img {
  margin: 10px;
}

.special-nav {
  opacity: .6;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  display: none;
}

.special-nav:hover {
  opacity: .9;
}

.special-nav:active {
  opacity: .8;
}

.special-nav.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.special-nav.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.special-nav.w--current:active {
  opacity: .7;
  color: #32343a;
}

.spec-nav {
  opacity: .6;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  display: none;
}

.spec-nav:hover {
  opacity: .9;
}

.spec-nav:active {
  opacity: .8;
}

.spec-nav.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.spec-nav.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.spec-nav.w--current:active {
  opacity: .7;
  color: #32343a;
}

.spec-nav2 {
  opacity: .6;
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  display: none;
}

.spec-nav2:hover {
  opacity: .9;
}

.spec-nav2:active {
  opacity: .8;
}

.spec-nav2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.spec-nav2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.spec-nav2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.catering-div {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  flex-direction: column;
  height: auto;
  display: block;
}

.alpha-koney-logo, .logo-image-copy {
  width: 150px;
  display: block;
}

.alpha-breakfast-div, .alpha-eggs-div, .alpha-omelets-div, .alpha-pancakes-div, .alpha-french-div, .alpha-skillet-div, .alpha-belgin-div, .alpha-belgin-div-copy, .alpha-b-sides-div, .alpha-hippie-div, .alpha-spec-break-div, .alpha-biscuit-div, .alpha-starters-div {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
}

.alpha-sides-div {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: block;
}

.alpha-kids-div {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: none;
}

.alpha-bev-div, .alpha-dessert-div, .alpha-soup-div, .alpha-salads-div, .alpha-sandwich-div, .alpha-burger-div, .alpha-gyro-div, .alpha-chick-sand-div, .alpha-entree-div, .alpha-det-div, .alpha-lighter-div {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  display: flex;
}

.uber-img {
  width: 50%;
  margin-right: 10px;
}

.link-block-4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.cover-logo {
  z-index: 100000;
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-12 {
  width: 30%;
}

.text-span-7 {
  color: #d17300;
}

.link-block-grub {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grub-img {
  width: 45%;
  margin-right: 10px;
}

.coming-soon {
  z-index: 5000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-13 {
  width: 20%;
}

@media screen and (min-width: 1920px) {
  .paragraph-tiny {
    font-size: 1rem;
  }

  .navigation-item {
    font-size: 1.5rem;
  }

  .offsetdiv {
    margin-top: -450px;
  }

  .offsetdiv-spec, .offsetdiv-loc {
    margin-top: -100px;
  }

  .image-10 {
    width: 100%;
  }

  .image-11 {
    width: 50%;
  }

  .navigation-item-menu {
    font-size: 1.5rem;
  }

  .catering-grid {
    height: auto;
  }

  .heading-8 {
    font-size: 5rem;
  }

  .special-nav, .spec-nav, .spec-nav2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    background-color: var(--gold);
    flex: 0 auto;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    background-color: var(--gold);
    width: 300px;
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: var(--gold);
  }

  .navigation {
    padding: 10px 30px;
  }

  .navigation-item {
    text-align: center;
    flex: 0 auto;
    padding: 15px 30px;
    font-weight: 800;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    width: 100px;
  }

  .navigation-items {
    background-color: var(--gold);
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .heading {
    font-size: 80px;
  }

  .link-block {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .heading-2 {
    color: var(--dark-slate-blue);
    justify-content: center;
    font-family: Dyonisius, sans-serif;
    display: flex;
  }

  .breakfast-all-day {
    background-color: var(--dark-slate-blue);
  }

  .heading-3 {
    color: var(--gold);
    justify-content: center;
    font-family: Dyonisius, sans-serif;
    display: flex;
  }

  .heading-3.text-outline {
    text-align: center;
    text-shadow: -5px 0 4px var(--dark-slate-blue), 5px 0 4px var(--dark-slate-blue), 0 5px 4px var(--dark-slate-blue), 0 -5px 4px var(--dark-slate-blue);
    flex-wrap: nowrap;
    flex: 0 auto;
    line-height: 100px;
    display: flex;
  }

  .div-block-4 {
    border-bottom: 0px solid var(--gold);
    justify-content: center;
    display: flex;
  }

  .sun-svg {
    background-position: 50% 100%;
    background-size: cover;
    min-height: 300px;
  }

  .offsetdiv {
    margin-top: -450px;
  }

  .button-2 {
    line-height: 50px;
  }

  .heading-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2-yellow {
    color: var(--gold);
    justify-content: center;
    font-family: Dyonisius, sans-serif;
    display: flex;
  }

  .button-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-5 {
    width: 80%;
  }

  .offsetdiv-spec, .offsetdiv-loc {
    margin-top: -100px;
  }

  .image-11 {
    width: 100%;
  }

  .grid-2-tab {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-menu, .navigation-copy {
    padding: 10px 30px;
  }

  .navigation-item-menu {
    text-align: center;
    flex: 0 auto;
    padding: 15px 30px;
    font-weight: 800;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-menu:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-menu:active {
    background-color: #eef0f3;
  }

  .hiring-banner-div {
    width: 75%;
    height: auto;
  }

  .hiring-h5 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .hiring-h5-break {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-span {
    display: inline;
  }

  .hiring-h5-break-copy {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 40px;
    line-height: 45px;
  }

  .alpha-menu-sec {
    flex-direction: column;
  }

  .doordash-img {
    margin-right: 0;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .heading-9 {
    font-size: 40px;
  }

  .link-block-3 {
    width: 100%;
  }

  .link-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .special-nav {
    text-align: center;
    flex: 0 auto;
    padding: 15px 30px;
    font-weight: 800;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .special-nav:hover {
    background-color: #f7f8f9;
  }

  .special-nav:active {
    background-color: #eef0f3;
  }

  .spec-nav {
    text-align: center;
    flex: 0 auto;
    padding: 15px 30px;
    font-weight: 800;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .spec-nav:hover {
    background-color: #f7f8f9;
  }

  .spec-nav:active {
    background-color: #eef0f3;
  }

  .spec-nav2 {
    text-align: center;
    flex: 0 auto;
    padding: 15px 30px;
    font-weight: 800;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .spec-nav2:hover {
    background-color: #f7f8f9;
  }

  .spec-nav2:active {
    background-color: #eef0f3;
  }

  .alpha-koney-logo, .logo-image-copy {
    width: 100px;
  }

  .uber-img {
    margin-right: 0;
  }

  .link-block-4-copy, .link-block-grub {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grub-img {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    height: auto;
    padding-left: 0;
  }

  .menu {
    width: 250px;
    min-width: 200px;
  }

  .navigation-wrap {
    min-height: 50px;
  }

  .navigation {
    padding: 10px 30px;
  }

  .logo-image {
    width: 100px;
    min-width: 0%;
  }

  .footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .webflow-logo-tiny {
    display: none;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .specials-div {
    background-color: var(--white);
    color: var(--dark-slate-blue);
  }

  .location-div {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-3"
                   / 1fr;
  }

  .list-item {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-3 {
    object-fit: fill;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-right: 20px;
    position: static;
  }

  .heading {
    justify-content: center;
    display: flex;
  }

  .heading-2 {
    color: var(--dark-slate-blue);
  }

  .heading-3.text-outline {
    color: var(--gold);
    text-shadow: -5px 1px 4px var(--dark-slate-blue), 5px 0 4px var(--dark-slate-blue), 0 5px 4px var(--dark-slate-blue), 0 -5px 4px var(--dark-slate-blue);
    font-size: 90px;
  }

  .list-item-2 {
    justify-content: center;
    display: flex;
  }

  .offsetdiv {
    height: 100px;
    display: block;
  }

  .button-2 {
    width: 60%;
  }

  .heading-2-yellow {
    color: var(--gold);
  }

  .button-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-5 {
    width: 90%;
  }

  .offsetdiv-spec {
    height: 100px;
    display: block;
  }

  .offsetdiv-loc {
    height: 100px;
    margin-top: -90px;
    display: block;
  }

  .navigation-menu, .navigation-copy {
    padding: 10px 30px;
  }

  .hiring-banner-div {
    width: 90%;
    margin-top: 0;
  }

  .hiring-h5-break {
    margin: 10px 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .text-span {
    display: block;
  }

  .bold-text-2 {
    color: var(--red);
  }

  .heading-6 {
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    display: block;
  }

  .order-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: block;
  }

  .bold-text-2-copy {
    color: var(--white);
  }

  .hiring-h5-break-copy {
    margin: 10px 20px;
    font-size: 25px;
    line-height: 38px;
  }

  .grid-6 {
    grid-template-rows: auto;
  }

  .text-span-5 {
    font-size: 40px;
  }

  .doordash-img {
    margin-right: 0;
  }

  .heading-8 {
    padding-right: 0;
    font-size: 50px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .catering-div {
    background-color: var(--white);
    color: var(--dark-slate-blue);
  }

  .alpha-koney-logo, .logo-image-copy {
    width: 100px;
    min-width: 0%;
  }

  .uber-img, .grub-img {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap.specials-sec {
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    width: 80%;
    min-width: 80px;
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    background-color: var(--gold);
    color: var(--dark-slate-blue);
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 80px;
    min-width: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .location-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area"
                   "Area-3"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .list-item {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .div-block-3 {
    min-width: 100px;
    margin-top: 100px;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    display: flex;
  }

  .google-map {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100px;
    position: static;
  }

  .heading-2 {
    font-size: 50px;
  }

  .breakfast-all-day {
    height: 200px;
  }

  .heading-3.text-outline {
    text-shadow: -3px 0 4px var(--dark-slate-blue), 3px 0 4px var(--dark-slate-blue), 0 3px 4px var(--dark-slate-blue), 0 -3px 4px var(--dark-slate-blue);
    font-size: 40px;
    line-height: 40px;
    display: flex;
  }

  .sun-svg {
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
  }

  .list-item-2 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .list {
    text-align: left;
  }

  .offsetdiv {
    margin-top: -470px;
  }

  .button-2 {
    width: 80%;
    font-size: 22px;
    line-height: 30px;
  }

  .bold-text {
    white-space: normal;
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    display: flex;
    overflow: visible;
  }

  .heading-4 {
    font-size: 30px;
  }

  .about-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2-yellow {
    font-size: 45px;
  }

  .button-3 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .offsetdiv-loc {
    margin-top: 20px;
  }

  .navigation-menu, .navigation-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item-menu {
    background-color: var(--gold);
    color: var(--dark-slate-blue);
  }

  .hiring-banner-div {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .hiring-h5-break {
    margin: 10px 30px;
    font-size: 25px;
    line-height: 35px;
  }

  .text-span {
    font-size: 30px;
    display: block;
  }

  .h1-order {
    margin-top: 0;
    line-height: 20px;
  }

  .order-online-final-button {
    width: 80%;
  }

  .bold-text-2 {
    color: var(--red);
    font-size: 18px;
    line-height: 15px;
  }

  .order-link {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    display: block;
  }

  .bold-text-2-copy {
    text-align: center;
    width: auto;
    font-size: 20px;
    font-weight: 700;
  }

  .text-block {
    color: var(--white);
    text-align: center;
    padding: 10px;
    font-weight: 700;
    display: block;
  }

  .hiring-h5-break-copy {
    margin: 10px 30px;
    font-size: 20px;
    line-height: 35px;
  }

  .text-block-2 {
    line-height: 25px;
  }

  .p-menu-ingred, .p-menu-i {
    line-height: 22px;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    line-height: 25px;
  }

  .p-menu-ingred-home {
    line-height: 22px;
  }

  .text-block-2-copy {
    line-height: 25px;
  }

  .catering-grid {
    margin-bottom: 20px;
  }

  .html-embed {
    width: 100%;
    display: block;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .html-embed-copy {
    width: 100%;
    display: none;
  }

  .grid-7 {
    margin-top: 10px;
  }

  .doordash-img {
    width: 90%;
    margin-right: 0;
  }

  .heading-8 {
    margin-right: 10px;
    padding-right: 0;
    font-size: 35px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 25px;
  }

  .link-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .santa-img {
    width: 200px;
  }

  .special-nav, .spec-nav, .spec-nav2 {
    background-color: var(--gold);
    color: var(--dark-slate-blue);
  }

  .alpha-koney-logo, .logo-image-copy {
    width: 80px;
    min-width: 0;
  }

  .uber-img {
    width: 90%;
    margin-right: 0;
  }

  .grub-img {
    width: 85%;
    margin-right: 0;
  }

  .coming-soon {
    display: none;
  }
}

#w-node-f18f33db-5ed6-838f-4655-6fa4ae9e0708-3087b33e {
  grid-area: span 2 / span 4 / span 2 / span 4;
  place-self: center;
}

#w-node-_72f2c043-787b-0493-383a-23ac82cc417f-3087b33e, #w-node-_77116d45-610b-8bd2-af2b-87d32efb771e-3087b33e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-8f87b34c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-8f87b34c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-0f87b34d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-0f87b34d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-9687b34e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-9687b34e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f88f8ee7-9925-c120-b77c-3b4b0f2eea0e-789bff1d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17ca7543-32c5-caf9-c787-331cb121cf93-d16c139f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_8a5763c6-3a53-767e-d0e1-6b9e99048ec9-d16c139f, #w-node-_7ccbad1a-95d9-068d-c01f-b440a66d54e8-d16c139f, #w-node-_9e213161-2f40-69fb-ab3c-bd30cc4140bd-d16c139f {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-f18f33db-5ed6-838f-4655-6fa4ae9e0708-3087b33e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_72f2c043-787b-0493-383a-23ac82cc417f-3087b33e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_77116d45-610b-8bd2-af2b-87d32efb771e-3087b33e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-8f87b34c, #w-node-_421df62a-c217-12af-eee8-27f88a387928-0f87b34d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-9687b34e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f88f8ee7-9925-c120-b77c-3b4b0f2eea0e-789bff1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebe7c477-a04f-80cd-3f71-1710443206d2-789bff1d, #w-node-f00200d8-bb9d-23b4-65ef-381d451f1f6b-789bff1d, #w-node-_6bf84b34-19d7-7a22-b954-e771da70b6f5-789bff1d, #w-node-_9bb9a36b-9518-3653-5dc5-701d4b988332-789bff1d, #w-node-a1c66a9d-9d60-03de-4d6d-48018f829aa0-789bff1d, #w-node-_316bd1ef-ce67-5e0e-1008-e281a142d976-789bff1d, #w-node-_8698a87d-287d-324e-61aa-a221a422c306-789bff1d, #w-node-_70f6361a-30b0-b56d-7643-78bf83753a0c-789bff1d, #w-node-f49d1e1e-3f14-14f4-859b-57167726e316-789bff1d, #w-node-_3c07a12b-4047-91f0-513c-2f06b51e6fa8-789bff1d, #w-node-_2313bd58-c3b1-d6f4-a57a-5fb98808377b-789bff1d, #w-node-c4e39842-cb0b-2c50-f1d4-057a6513d4cf-789bff1d, #w-node-_1c9a0aa5-05f6-d794-dea7-597b115c9ec8-789bff1d, #w-node-fa5b2825-1447-f6f0-518c-47fd8cdb2dc0-789bff1d, #w-node-_3f340c44-6d82-b76c-c85f-09f76dd8a140-789bff1d, #w-node-_91cf9c22-20f1-a0ca-e947-234431442ee8-789bff1d, #w-node-_141fe692-d96a-cff9-8f95-e0f557749167-789bff1d, #w-node-_938a3f15-b674-b966-5c68-c602a6f15869-789bff1d, #w-node-b3ce4e48-803d-16cb-4c67-0c96b2ac9d6f-789bff1d, #w-node-_41f445c5-aa67-e8e7-1aab-1e3620865ce5-789bff1d, #w-node-f095f218-491b-7591-c3e7-2f58cca95df7-789bff1d, #w-node-a372ab63-8b55-77df-c664-9234b5b83400-789bff1d, #w-node-a08bc76b-ad2f-f17b-2fe9-76777d87b7ab-789bff1d, #w-node-_75ed1ce3-2514-3111-8889-7ed81c448ccf-789bff1d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_17ca7543-32c5-caf9-c787-331cb121cf93-d16c139f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_8a5763c6-3a53-767e-d0e1-6b9e99048ec9-d16c139f, #w-node-_7ccbad1a-95d9-068d-c01f-b440a66d54e8-d16c139f, #w-node-_9e213161-2f40-69fb-ab3c-bd30cc4140bd-d16c139f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f18f33db-5ed6-838f-4655-6fa4ae9e0708-3087b33e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_9791652b-a535-920d-b800-d546bb6004f2-3087b33e {
    grid-area: Area-3;
  }

  #w-node-f88f8ee7-9925-c120-b77c-3b4b0f2eea0e-789bff1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f88f8ee7-9925-c120-b77c-3b4b0f2eea0e-789bff1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f00200d8-bb9d-23b4-65ef-381d451f1f6b-789bff1d, #w-node-_6bf84b34-19d7-7a22-b954-e771da70b6f5-789bff1d, #w-node-_9bb9a36b-9518-3653-5dc5-701d4b988332-789bff1d, #w-node-_316bd1ef-ce67-5e0e-1008-e281a142d976-789bff1d, #w-node-_8698a87d-287d-324e-61aa-a221a422c306-789bff1d, #w-node-_70f6361a-30b0-b56d-7643-78bf83753a0c-789bff1d, #w-node-f49d1e1e-3f14-14f4-859b-57167726e316-789bff1d, #w-node-_3c07a12b-4047-91f0-513c-2f06b51e6fa8-789bff1d, #w-node-_2313bd58-c3b1-d6f4-a57a-5fb98808377b-789bff1d, #w-node-b3ce4e48-803d-16cb-4c67-0c96b2ac9d6f-789bff1d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Dyonisius';
  src: url('../fonts/Dyonisius.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}