.section{
    min-height:90vh;
    width:100%;
    /* background-color:lightgrey; */
    /* border-bottom:solid 1px black; */
    padding-bottom:20px;
    padding-top:20px;
}
.foot{
    height:20vh;
    width:100%;
    background-color:lightgrey;
    border-bottom:solid 1px black;
}
body{
    margin:0px;
    
}

.nav_items a {
    font-family: "Teko", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    margin-right:8px;
}

.review_text{
    font-family: "Teko", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #FFFFFF;
}

.nav_items a:hover {
    border-bottom:white 1px solid;
    color:#927049;
}

.nav_items{
    display: flex;
    justify-content: center;
    width:40%;
}



.order_now{
    margin-left:20px;
    font-family: "Teko", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color:#927049;
    border:none;
    border-radius:45px;
    cursor: pointer;
}

.order_now_lg{
    margin-left:20px;
    font-family: "Teko", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#927049;
    border:none;
    border-radius:45px;
    cursor: pointer;
}

.formatted_text{
    font-family: "Avenir", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight:400;
    font-size:15px;
}

.navbar_large{
    display:none;
}

.navbar_small{
    
    display:flex;
    justify-content:space-around;
    align-items:center;
    color:white;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    
}

.logo{
    height:65px;
}

.menu_options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.menu_options.expanded {
    max-height: 500px; /* Adjust based on content */
    opacity: 1;
}

.menu{
    width: 90%;
    border:solid 1px lightgrey;
}

.menu_section{
    width:40%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .navbar_large{
        position: fixed;
        top: 0;
        left:0;
        display:flex;
        justify-content:space-around;
        align-items:center;
        width:100%;
        padding-top:20px;
        padding-bottom:20px;
        z-index:9;
    }
    .navbar_small{
        display:none;
    }
    .menu_options{
        display:none;
    }
    .main_section_text{
        width:50% !important;
    }
    .menu{
        width: 50%;
    }
    .menu_section{
        width:20%;
    }
    .main_section{
        background-image: url('../assets/bg_coffee_1.jpg') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display:flex;justify-content: center;
        align-items:center;
        color:white;
    }

    .drivethru_section{
        background-image: url('../assets/trailer_graphic_new_3_lg.svg') !important;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display:flex;justify-content: center;
        /* align-items:center; */
        color:white;
        background-color:lightblue;
        min-height:90vh !important;
    }
    .review_box{
        width:600px !important;
    }
    .prices{
        width:50% !important;
    }
    .price_section{
        width:100% !important;
    }
    .about_section{
        width:45% !important;
    }
    .about_image{
        width:20vw !important;
        height:20vw !important;
    }
    .about_image2{
        width:20vw !important;
        height:20vw !important;
    }
    .about_title{
        margin-top:0px !important;
    }

    .table_cell{
        font-size:25px !important;
    }

    .table-line {
        display: table;
        width: 100%;
    }
    
    .table-cell {
        display: table-cell;
        padding: 0 10px;
        color:black;
        font-size:25px !important;
    }

    .extra {
        color:black;
        font-size:25px !important;
    }
    
    .header {
        white-space: nowrap;
    }
    
    .dots {
        text-align: center;
        width: 100%;
        position: relative;
    }
    
    .dots::before {
        content: '............................................................................................................................';
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        white-space: nowrap;
        overflow: hidden;
    }
    
    .dots_placeholder {
        text-align: center;
        width: 100%;
        position: relative;
    }
    
    .dots_placeholder::before {
        content: '                                                                                                                            ';
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        white-space: nowrap;
        overflow: hidden;
    }
    
    .content {
        white-space: nowrap;
    }

    .dark_background{
        background-color: rgb(50, 49, 49) !important;
    }
    .logo{
        height:100px !important;
    }
}

.about_title{
    margin-top:10vh;
}

.about_image{
    width:50vw;
    height:50vw;
    background-image: url('../assets/about_1.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_image2{
    width:33.333vw;
    height:33.333vw;
    background-image: url('../assets/about_2.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_section{
    width:90%;
}

.review_box{
    width:80%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.hidden{
    display:none !important;
}


.transparent_background{
    background:none;
}

.dark_background{
    background-color:#000000;
}


.main_section{
    background-image: url('../assets/bg_smaller.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;justify-content: center;
    align-items:center;
    color:white;
}

.main_section2{
    background-image: url('../assets/bg_coffee_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;justify-content: center;
    align-items:center;
    color:white;
}

.drivethru_section{
    background-image: url('../assets/trailer_graphic_new_3.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;justify-content: center;
    /* align-items:center; */
    color:white;
    background-color:lightblue;
    min-height:400px;
}

.main_section3{
    /* background-image: url('../assets/bg_coffee_2.jpg'); */
    /* background-size: cover; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    display:flex;justify-content: center;
    align-items:center;
    color:white;
}

.main_section4{
    background-image: url('../assets/bg_coffee_3 - rotated.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;justify-content: center;
    align-items:center;
    color:white;
}

.main_section5{
    background-image: url('../assets/bg_coffee_4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:flex;justify-content: center;
    align-items:center;
    color:white;
}


.main_section_text{
    text-align:center;
    width:90%
}

.menu_section > div {
    background-color:black;
    width:100%;
    text-align:center;
    /* margin-top:20px; */
    padding:10px 0px;
    border-radius:5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}

.menu_section_header {
    /* text-decoration: underline; */
    margin-top: 10px;
    margin-bottom: 24px;
}

.menu_section > div > p {
    margin: 0px;
    font-size:10px;
}

.menu_section > div > p:first-of-type {
    font-size:16px;
}

.chain_link{
    width: 6px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #4B4B4B;
    box-sizing: border-box;
    background-color: transparent;
}
.space{
    width: 6px;
    height: 8px;
    
}


.review{
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.table-line {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    padding: 0 10px;
    color:black;
    font-size:12px ;
}

.extra{
    color:black;
    font-size:12px ;
}

.header {
    white-space: nowrap;
}

.dots {
    text-align: center;
    width: 100%;
    position: relative;
}

.dots::before {
    content: '.....................................................................................................................................................................................................................................................................................................................................................';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
}

.dots_placeholder {
    text-align: center;
    width: 100%;
    position: relative;
}

.dots_placeholder::before {
    content: '                                                                                                                            ';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: hidden;
}

.content {
    white-space: nowrap;
}

.prices{
    width:90%;
}

.price_section{
    width:100%;
}

.bouncing { 
   
    animation: bounce 0.7s; 
    animation-direction: alternate; 
    animation-timing-function: cubic-bezier(2,4); 
    animation-iteration-count: infinite; 
} 

  @keyframes bounce { 
    from { 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        transform: translate3d(0, 30px, 0); 
    } 
}   

@-webkit-keyframes bounce { 
    from { 
        -webkit-transform: translate3d(0, 0, 0); 
        transform: translate3d(0, 0, 0); 
    } 
    to { 
        -webkit-transform: translate3d(0, 30px, 0); 
        transform: translate3d(0, 30px, 0); 
    } 

    
} 