html {
    scroll-behavior: smooth;
  }

body {
    background: url(img/Halftone-background-grey.png);
    background-attachment: fixed;
    font-family: abril-text, serif;
    font-style: normal;
    color: #5D5D5D;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

a {
    color:#CC4848;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    transition: all 500ms;
}

.gray-link {
    color:#5D5D5D;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    transition: all 500ms;
}

.gray-link:hover {
    color:#000;
    text-decoration: none;
}

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

li {
    padding-bottom: 15px;
}

h3 {
    color:#88C2E9;
    padding-bottom: 3px;
}

h4 {
    margin-bottom: -10px;
}

h1 {
    color:#CC4848;
    padding-bottom: 30px;
    padding-top: 50px;
    font-size: 3em;
}

.btn-primary {
    background-color: #88C2E9;
    border-color: #88C2E9;
    color: #2C2C2C;
}

.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.fa-car {
    font-size: 1.5em;
    padding-right: 10px;
}

.alert-bar{
    background:#CC4848;
    color: #ffffff;
    padding: 15px;
    padding-bottom: 40px;
    height: 300px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

.modal-backdrop {
    z-index: 0;
  }

.modal-title {
    text-align: center;
}

.top-bar{
    background:url(img/top-bar-wood.png);
    height: 15px;
}

.bg-light {
    background: transparent!important;
}

.drip {
    display: none;
}

.red {
    color:#CC4848;
}

.blue {
    color:#88C2E9;
}

.navbar-text {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar-light .navbar-nav .nav-link{
    font-family: abril-fatface, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #CC4848;
    padding:20px;
    margin-left: 60%;
    background: transparent;
    -o-transition:.5s ease-in-out;
    -ms-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -webkit-transition:.5s ease-in-out;
    /* ...and now for the proper property */
    transition:.5s ease-in-out;
}  

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

.hero {
    height: 90%;
    width: 100%;
    padding-top: 50px;
}

.hero-image { 
    width: 100%;
 }

.hero-image img {
    width: 100%;
    display: inline-block;
}

.hero-title-1 {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    color: #CC4848;
    font-size: 60px;
    line-height: 60px;
}

.hero-title-2 {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    color: #CC4848;
    font-size: 60px;
    padding-left: 30px;
    line-height: 60px;
}

.hero-text {
    padding-top: 50px;
    padding-left: 10px;
}

.second-hero-quote {
    display: none;
}

.second-hero-image {
    margin-left: 0px;
}

.second-hero-image img {
    width: 100%;
 }

 .second-hero-title-1 {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    color: #CC4848;
    font-size: 50px;
    line-height: 50px;
    padding-top: 30px;
}
.second-hero-title-2 {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    color: #CC4848;
    font-size: 50px;
    line-height: 50px;
    margin-left: 50px;
    padding-bottom: 30px;
}

#employment {
    display: none;
}

.icons {
    text-align: center;
    padding-bottom: 30px;
}

.icon-text {
    text-align: center;
    padding: 25px;
}

.flavor-sub {
    padding: 60px 50px 0px 50px; 
    text-align: center; 
    font-weight: 300; 
    font-size: 1em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.flavor-signature {
    text-align: center;
}

.flavor-signature h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.flavor-specialty p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

}

.flavor-specialty .parent {
    max-width: 600px;
    max-height: 600px;
    transition: 200ms;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    mask-image: radial-gradient(white, black);
}

.flavor-specialty {
    margin-bottom: 100px;
}

.flavor-specialty .row {
    margin-bottom: 26px;
}

.flavor-specialty .container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}   


.flavor-specialty h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px!important;
}

.flavor-specialty .col p{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.spacer {
    height: 100px;
}

.overlap-title-left {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    color: #CC4848;
    text-align: left;
    margin-bottom: -40px;
    padding-left: 10px;
}

.overlap-title {
    font-family: abril-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    color: #CC4848;
    text-align: center;
}

footer {
    height: 100%;
}

footer p {
    font-size: 21px;
}

.footer-container {
    background-color: #f7f7f7!important;
    width: 100%;
}

.footer-left {
    float: none;
    padding-top: 50px;
    padding-left: 10px;
    width: 90%;
}

.footer-right {
    float: none;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    width: 90%;
}




/* Horizontal Scroll Flavors */
    
:root {
    --gutter: 0px;
  }
  
  .app {
    padding: var(--gutter) 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
  }
  
  .app > * {
    grid-column: 2 / -2;
  }
  
  .app > .full {
    grid-column: 1 / -1;
  }
  
  .hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: repeat(10, calc(33% - var(--gutter) * 2));
    grid-template-rows: minmax(150px, 1fr);
    
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    /* margin-bottom: calc(-.25 * var(--gutter)); */
  }
  .hs p {
      color: #5D5D5D;
      text-align: center;
  }
  .hs p span {
      font-family: abril-fatface, serif;
  }
  
  .app {
    width: 100%;
    /* height: 450px; */
    overflow-y: scroll;
  }
  
  .hs > li,
  .item {
    scroll-snap-align: center;
    margin-top: 50px;
    /* padding: calc(var(--gutter) / 2 * 1.5); */
    padding-right: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
  }
  

.flavors-left{
    padding-left: 30px;
}
.flavors-center{
    padding-left: 30px;
}
.flavors-right{
    padding-left: 30px;
}
   
  #flavors{
      padding-top: 30px;
      padding-bottom: 30px;
  }
  
/* Small devices (landscape phones, less than 768px) //////////////////////////////////////////////////*/
  @media (max-width: 767.98px) { 
    .empty {
        display: none;
    }
    
    .thanksgiving h2 {
        text-align: center;
        background: #f7f7f7;
        margin-top: -15%;
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    
    .row {
        margin: 0;
        padding: 0;
    }

    .navbar-text {
        display: none;
    }

    .alert-bar{
        padding: 15px;
        padding-bottom: 40px;
        height: 300px;
        
    }
    
    .hero {
        height: 100%;
        width: 100%;
        margin: 0, auto;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .hero-image {
        padding-left: 10px; 
     }

    .hero-image img {
       width: 100%;
       float: left;
    }
    
    .hero-title-1 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        font-size: 50px;
        text-align: center;
        line-height: 50px;
        padding: 0;
    }
    .hero-title-2 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        font-size: 50px;
        text-align: center;
        line-height: 40px;
        padding: 0;
    }
    
    .hero-text {
        padding-top: 30px;
        padding-left: 0px;
        text-align: center;
    }


    .overlap-title h1 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        color: #CC4848;
        padding-left: 33%;
        margin-top: 100px; 
        margin-bottom: -20px;
    }

    .overlap-title {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        line-height: 60px;
        color: #CC4848;
        text-align: center;
        margin-bottom: -20px;
    }
    /* Horizontal Scroll Flavors */
    
:root {
    --gutter: 0px;
  }
  
  .app {
    padding: var(--gutter) 0;
    display: grid;
    grid-gap: var(--gutter) 0;
    grid-template-columns: var(--gutter) 1fr var(--gutter);
    align-content: start;
  }
  
  .app > * {
    grid-column: 2 / -2;
  }
  
  .app > .full {
    grid-column: 1 / -1;
  }
  
  .hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: repeat(10, calc(70% - var(--gutter) * 2));
    grid-template-rows: minmax(150px, 1fr);
    
    overflow-x: scroll;
    scroll-snap-type: x proximity;
    padding-bottom: calc(.75 * var(--gutter));
    /* margin-bottom: calc(-.25 * var(--gutter)); */
  }
  .hs p {
      color: #5D5D5D;
      text-align: center;
  }
  .hs p span {
      font-family: abril-fatface, serif;
  }
  
  .app {
    width: 100%;
    /* height: 450px; */
    overflow-y: scroll;
  }
  
  .hs > li,
  .item {
    scroll-snap-align: center;
    margin-top: 50px;
    /* padding: calc(var(--gutter) / 2 * 1.5); */
    padding-right: 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 8px;
  }
  .flavors-left{
    padding-left: 30px;
}
.flavors-center{
    padding-left: 30px;
}
.flavors-right{
    padding-left: 30px;
}
    
}

/* Large devices (desktops, 992px and up) //////////////////////////////////////////////////*/
@media (min-width: 992px) {

    h1 {
        color:#CC4848;
        padding-bottom: 30px;
        padding-top: 50px;
        font-size: 5em;
    }
    
    .navbar {
        margin-top: -20px!important;
    }
    
    ul.navbar-nav {
        padding-left: 50px;
    }
    .nav-item {
        padding-left: 0px;
    }
    
    
    .navbar-light .navbar-nav .nav-link{
        font-family: abril-fatface, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #CC4848;
        padding-left:20px;
        margin-left: 0;
        -o-transition:.5s ease-in-out;
        -ms-transition:.5s ease-in-out;
        -moz-transition:.5s ease-in-out;
        -webkit-transition:.5s ease-in-out;
        /* ...and now for the proper property */
        transition:.5s ease-in-out;
    }  
    
    .navbar-light .navbar-nav .nav-link:hover {
        color: black;
    }
    
    #navbarText .navbar-text {
        font-family: abril-fatface, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #BFC3C4;
        text-align: center;
        padding-left: 40px;
        
    }
    
    .drip {
        margin-top: -59px;
        display: inline-block;
    }

    .navbar-text {
        display: inline-block;
        width: 200px;
    }
    
    .gray-bg{
        background-color: #f7f7f7!important;
    }
    
    .hero {
        height: 100%;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hero-image {
       width: 50%;
       /* padding-left: 100px;  */
    }
    .hero-image img {
        width: 600px;
     }
    
    .hero-title-1 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        font-size: 80px;
        line-height: 80px;
        margin-left: -50px;
    }
    .hero-title-2 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        /* float: left;
        width: 50%; */
        font-size: 80px;
        padding-left: 40px;
        line-height: 80px;
    }
    
    .hero-text {
        /* float: right; */
        padding-top: 50px;
        padding-left: 50px;
    }
    
    .second-hero {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .second-hero-image {
        margin-left: -50px;
    }

    .second-hero-image img {
        width: 120%;
     }
    
    .second-hero-title-1 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        font-size: 80px;
        line-height: 80px;
    }
    .second-hero-title-2 {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #CC4848;
        font-size: 80px;
        line-height: 80px;
        margin-right: -50px;
    }
    
    .second-hero-text {
        padding: 50px;
    }
    
    .second-hero-quote {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        color: #88C2E9;
        font-size: 45px;
        line-height: 1.3em;
        padding-left: 150px;
        padding-top: 50px;
        display: inline-block;
    }
    
    .overlap-title {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        line-height: 60px;
        color: #CC4848;
        text-align: center;
        margin-bottom: -30px;
    }
    
    .overlap-title-left {
        font-family: abril-text, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        color: #CC4848;
        text-align: left;
        margin-bottom: -30px;
        padding-left: 150px;
    }

    #employment {
        width: 90%; 
        border-radius: 35px; 
        margin-bottom: 30px; 
        box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
        display: inline-block;
    }
    
    footer {
        height: 600px;
    }

    footer p {
        font-size: 21px;
    }

    .footer-container {
        background-color: #f7f7f7!important;
        width: 100%;
    }
    
    .footer-left {
        float: left;
        padding-top: 50px;
        padding-left: 150px;
        width: 50%;
    }
    
    .footer-right {
        float: left;
        padding-top: 50px;
        padding-left: 150px;
        width: 35%;
    }
    
    /* Horizontal Scroll Flavors */
    
    :root {
      --gutter: 0px;
    }
    
    .app {
      padding: var(--gutter) 0;
      display: grid;
      grid-gap: var(--gutter) 0;
      grid-template-columns: var(--gutter) 1fr var(--gutter);
      align-content: start;
    }
    
    .app > * {
      grid-column: 2 / -2;
    }
    
    .app > .full {
      grid-column: 1 / -1;
    }
    
    .hs {
      display: grid;
      grid-gap: calc(var(--gutter) / 2);
      grid-template-columns: repeat(10, calc(22% - var(--gutter) * 2));
      grid-template-rows: minmax(150px, 1fr);
      
      overflow-x: scroll;
      scroll-snap-type: x proximity;
      padding-bottom: calc(.75 * var(--gutter));
      /* margin-bottom: calc(-.25 * var(--gutter)); */
    }
    .hs p {
        color: #5D5D5D;
        text-align: center;
    }
    .hs p span {
        font-family: abril-fatface, serif;
    }
    
    .app {
      width: 100%;
      /* height: 450px; */
      overflow-y: scroll;
    }
    
    .hs > li,
    .item {
      scroll-snap-align: center;
      margin-top: 50px;
      /* padding: calc(var(--gutter) / 2 * 1.5); */
      padding-right: 20px;
      padding-bottom: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: transparent;
    }
    

}

/* Signature Flavors Flexbox */

.signature-flavors-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.flavor-item {
    flex: 0 1 calc((100% - 48px) / 4); /* 4 columns, 3 gaps of 16px */
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: 1 / 1; /* Makes each box a square */
    margin-bottom: 0px;
    box-sizing: border-box;
}
.signature-flavors-flex .parent {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signature-flavors-flex .child {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border: none;
}
@media (max-width: 900px) {
  .flavor-item {
    flex: 0 1 calc((100% - 16px) / 2);
  }
}
@media (max-width: 600px) {
  .flavor-item {
    flex: 0 1 100%;
  }
}

/* Featured Gallery Flex Section */

.featured-gallery-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  justify-content: center;
  margin: 48px 0;
}
.gallery-item {
  flex: 0 1 calc((100% - 32px) / 3); /* 3 columns, 2 gaps of 16px per row */
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}
@media (max-width: 900px) {
  .gallery-item {
    flex: 0 1 calc((100% - 16px) / 2);
  }
}
@media (max-width: 600px) {
  .gallery-item {
    flex: 0 1 100%;
  }
}