::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent; /* make scrollbar transparent */
}

/* Basic CSS for the page layout */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: antiquewhite;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;


}

.body-background {
    background-image: url('/static/media/page_pictures/background.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    height: 100vh;
    width: 100vw;
    position: fixed;

}

.navbar {
    position: sticky;
    background-color: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6%;
    min-height: 50px;
    max-height: 55px;
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.left-top-nav{
    display: flex;
    flex-direction: row;
    width: 95%;
    height: 100%;
    align-items: center;
    
}
.right-top-nav{
    display: flex;
    flex-direction: row;
    width: 5%;
    height: 100%;
    
}

.left-top-nav a, 
.right-top-nav a{
    width: 6%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    color: #333;
    text-align: center;
    text-decoration: none;
}

.right-top-nav a{
    width: 100%;
    /* color: #24c78e; */
    font-size: larger;
}

.navbar a:hover {
    background-color: #ddd;
}

.content {
    margin-top: 2%;
    padding: 0;
    text-align: center;
    transform: translateX(0%);
    overflow-x: hidden;
}

.content h1 {
    margin-top: 1%;
}

.content h1 {

    color: rgb(232, 236, 239);
    font-family: papyrus;
    font-stretch: expanded;
    font-variant-caps: small-caps;
    /* background-color: rgb(43, 45, 47); */
    /* background-color: black; */

    font-size: xx-large;

    --border-width: 1px;


    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    color: white;
    border-radius: var(--border-width);

    &::after {
        position: absolute;
        content: "";
        top: calc(-1 * var(--border-width));
        left: calc(-1 * var(--border-width));
        z-index: -1;
        width: calc(100% + var(--border-width) * 2);
        height: calc(100% + var(--border-width) * 2);
        background: linear-gradient(70deg,
                hsl(0, 100%, 0%),
                hsl(0, 100%, 0%),
                hsl(220, 38%, 18%),
                hsl(200, 40%, 20%),
                hsl(180, 85%, 66%),
                hsl(44, 85%, 66%),
                hsl(0, 0%, 100%),
                hsl(44, 85%, 66%),
                hsl(180, 85%, 66%),
                hsl(200, 40%, 20%),
                hsl(220, 38%, 18%),
                hsl(0, 100%, 0%),
                hsl(0, 100%, 0%));
        background-size: 300% 300%;
        background-position: 0 50%;
        border-radius: calc(2 * var(--border-width));
        animation: moveGradient 15s alternate infinite;
        opacity: 0.6;
    }

}

.feature-header {
    margin-top: 5%;
}


@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

.orders-section {
    display: flex;
    width: 100%;
    margin-top: 3%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background-image: url('/static/media/page_pictures/GalleryBackground.jpg');
    background-size: 100% 100% !important;
    height: 80vh;
}
.left-page-filler,
.right-page-filler{
    display: block;
    height: 100%;
    min-height: 60vh;
    width: 15%;
    background-color: rgba(51, 51, 51, 0.8); 
}

.middle-order-section{
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pre-view-wrapper{
    width: 100%;
    height: 97%;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    color: #333;
    overflow-x: hidden;
    overflow-y: scroll;
}

.order-pre-view{
    width: 31.33%;
    height: 40%;
    margin: 1%;
    background-color: #efefef;
    border: #333 5px;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.order-pre-view:hover {
    background: #dddddd;
    /* opacity: 0.9; */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0px 10px 18px 0px rgba(0, 0, 0, 0.5);
}

.order-pre-view h2,
.order-pre-view h3{
    margin: 0;
    margin-top: 2%;
}

.order-pre-view-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 35%;
}

.order-pre-view-middle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35%;
}

.order-pre-view-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 20%;
}

.order-pre-view-bottom-left,
.order-pre-view-bottom-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 100%;
}



.order-wrapper{
    width: 95%;
    height: 90%;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    color: #333;
    border: #333 5px;
    border-radius: 10px;
    background-color: #f8f8f8;;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0px 10px 18px 0px rgba(0, 0, 0, 0.5);
}

.order-wrapper h2,
.order-wrapper h3{
    margin: 0;
    display: flex;
}


.order-msg{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order-msg h2{
    margin-top: 1%;
}

.order-info{
    width: 100%;
    margin-top: 2%;
    min-height: 50vh;
    max-height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.order-info-left{
    width: 45%;
    min-height: 50vh;
    height: 100%;
    margin-left: 3%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


.order-total{
    margin-top: 4%;
}

.transaction-info,
.contact-info,
.order-total,
.special-request{
    width: 100%;
    max-width: 100%;
    height: 28%;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.transaction-info,
.contact-info{
    height: 18%;
}
.transaction-info h3,
.contact-info h3,
.special-request h3{
    margin-top: 2%;
}

.special-request h3{
    overflow-x: hidden;
    overflow-y: scroll; 
}


.order-info-right{
    width: 45%;
    height: 95%;
    max-height: 95%;
    margin-left: 2%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;

}

.item-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: scroll; 
}

.item-wrapper::-webkit-scrollbar,
.special-request h3::-webkit-scrollbar {
    width: 5px; 
} 

.item-wrapper::-webkit-scrollbar-thumb,
.special-request h3::-webkit-scrollbar-thumb {
    background: rgba(51, 51, 51, 0.5); 
}

.item-wrapper::-webkit-scrollbar-track,
.special-request h3::-webkit-scrollbar-track {
    background: #f8f8f8;
}

.order-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.order-item p{
    margin: 5%;
    text-align: start;
}
.content-divider{
    display: block;
    width: 100%;
    border-top: 3px dashed rgba(51, 51, 51, 0.5);
    margin-top: 2%;
    margin-bottom: 2%;
}

.order-info-btns{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 15%;
    margin-top: 3%;
}

.go-back-btn{
    background: linear-gradient(to bottom right, #a8e4ac, #3dec22);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    margin-bottom: 1%;
}

.go-back-btn:not([disabled]):focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.go-back-btn:not([disabled]):hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}






.info-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
    background-color: rgba(51, 51, 51, 0.8); 
    width: 100%;
    color: rgb(232, 236, 239);
    font-family: papyrus;
    font-variant-caps: normal;
    font-size: large;

}

.hours {
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    align-content: center;
    margin-top: 1%;
}

.location {
    display: flex;
    flex-direction: column;
    width: 33%;
    margin-top: 1%;
}

.google-map {
    display: flex;
    flex-direction: column;
    margin-bottom: 1%;
    margin-top: 1%;
    width: 33%;
    
}

.hours h3 {
    margin-top: 1%;
    margin-bottom: 0%;
    color: rgb(232, 236, 239);

}

#current-date {
    font-size: x-large;
}

#current-time {
    font-size: xx-large;
}

#open-status {
    display: flex;
    width: 35%;
    min-width: 200px;
    margin-top: 2%;
    justify-content: center;
    background-color: rgb(127, 34, 6);
    border-radius: 15px;
}

.hours h4 {
    margin-bottom: 0%;
}

.business-hours{
    width: 60%;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin-top: 1%;
    padding: 0;
}

.business-hours li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: left;
}

.business-hours strong {
    width: 30%;
    display: flex;
    justify-content: flex-start;
}

.business-hours span {
    width: 55%;
    display: flex;
    justify-content: flex-end;
    
}

.location h4 {
    margin-bottom: 0%;
    margin-top: 5%;
}

.follow-icons {
    margin-top: 3%;
    margin-bottom: 3%;
}

.follow-icons a {
    color: rgb(232, 236, 239);
    margin: 1%;

}

footer {
    background-color: #f8f8f8;
    color: #333;
    padding: 10px;
    min-height: 40px;
    max-height: 45px;
    text-align: center;
    margin-top: auto;
    transform: translateX(0%);
}

/* Responsive CSS for tablet*/
/* @media only screen and (min-width: 1024px) {
    .content {
        transform: translateX(0%);
    }

    .body-background {
        background-image: url('/media/page_pictures/background3.jpg') no-repeat center center fixed;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: -webkit-flex;
        height: 100vh;
        width: 100vw;
        position: fixed;

    }

    .info-section {
        margin-top: 8%;
        display: flex;
        flex-direction: column;
    }

    .hours {
        grid-row: auto;
        width: 100%;
    }

    .location {
        grid-row: auto;
        width: 100%;
    }

    .google-map {
        grid-row: auto;
        width: 100%;
    }

    .follow-icons a {
        margin: 5% !important;
    }

    .google-map-iframe {
        height: 35vh;
        width: 45vh;
    }

    footer {
        transform: translateX(0%);
    }
} */

/* @media only screen and (min-width: 850px) {
    .content {
        transform: translateX(0%);
        margin-top: 0%;
    }

    .content h1 {
        font-size: 35px !important;
        margin-top: 0;
        min-height: 60px;
        max-height: 65px;
    }

    .main-header{
        margin-top: 0;
        padding: 5px;
        min-height: 60px;
        max-height: 65px;
    }

    .body-background {
        background-image: url('/media/page_pictures/background3.jpg') no-repeat center center fixed;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: -webkit-flex;
        height: 100vh;
        width: 100vw;
        position: fixed;

    }

    .info-section {
        margin-top: 8%;
        display: flex;
        flex-direction: column;
    }

    .hours {
        grid-row: auto;
        width: 100%;
    }

    .location {
        grid-row: auto;
        width: 100%;
    }

    .google-map {
        grid-row: auto;
        width: 100%;
    }

    .follow-icons a {
        margin: 5% !important;
    }

    .google-map-iframe {
        height: 35vh;
        width: 45vh;
    }

    footer {
        transform: translateX(0%);
    }
} */

/* Responsive CSS for 14 inct laptop*/
@media only screen and (max-width: 1280px) {
    .left-top-nav a{
        width: 8%;
        min-width: 100px;
    
    }

    .business-hours{
        width: 90%;
        min-width: 390px;
    }

    .google-map-iframe{
        max-width: 420px;
        max-height: 100%;
    }

    .orders-section{
        min-height: 95vh;
    }

    .left-page-filler, .right-page-filler {
        width: 5%;
    }

    .middle-order-section {
        width: 90%;
    }

    .order-pre-view {
        min-height: 260px;
        max-height: 300px;
        min-width: 360px;
        max-width: 400px;
        width: 31.33%;
        height: 45%;
    }

    .order-wrapper{
        height: 100%;
        min-height: 550px;
    }

}

/* Responsive CSS for Phone*/
@media only screen and (max-width: 480px) {

    .content {
        margin-top: 0;
        transform: translateX(0%);
    }

    .body-background {
        background-image: url('/static/media/page_pictures/background3.jpg') no-repeat center center fixed;
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: -webkit-flex;
        height: 100vh;
        width: 100vw;
        position: fixed;

    }

    .navbar {
        display: flex;
        position: sticky;
        flex-direction: row;
    }

    .left-top-nav{
        display: flex;
        flex-direction: row;
        width: 90%;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
    }

    .right-top-nav{
        display: flex;
        flex-direction: row;
        width: 10%;
        height: 100%;
    }

    .left-top-nav a {
        width: 30%;
        min-height: 45px;
    }

    .main-header{
        margin: 0;
    }
    .content h1 {
        font-size: 35px !important;
        margin-top: 0;
        min-height: 60px;
        max-height: 65px;
    }

    .main-header{
        margin-top: 0;
        padding: 5px;
        min-height: 60px;
        max-height: 65px;
    }

    
    .info-section {
        margin-top: 15%;
        display: flex;
        flex-direction: column;
    }

    .hours {
        grid-row: auto;
        width: 100%;
    }

    .location {
        grid-row: auto;
        width: 100%;
    }

    .google-map {
        grid-row: auto;
        width: 100%;
    }

    #open-status {
        min-width: 200px;
        margin-left: 25%;
        margin-right: 25%;
    }
    .business-hours{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .follow-icons a {
        margin: 5% !important;
    }

    .google-map-iframe {
        height: 30vh;
        width: 100%;
    }

    footer {
        transform: translateX(0%);
    }

    /* Main page css */

    .left-page-filler,
    .right-page-filler{
        display: none;
    }

    .middle-order-section{
        width: 100%;
    }

    .order-pre-view{
        width: 100%;
        min-height: 300px;
    }

    .order-wrapper{
        height: 60vh;
        overflow-y: scroll;
    }
    .order-info-left{
        margin: 0;
        width: 100%;
        min-height: auto;
    }
    .order-msg h2{
        font-size: 22px;
    }
    .order-info{
        flex-direction: column;
        align-items: center;
    }
    .transaction-info,
    .contact-info,
    .special-request,
    .order-total{
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .special-request{
        width: 90%;
    }

    .order-info-right{
        width: 100%;
        height: auto;
        max-height: auto;
        margin: 0;
        align-items: center;
    }

    .item-wrapper{
        width: 90%;
    }

    .order-info-btns{
        width: 90%;
    }

    .go-back-btn{
        margin: 0;
        margin-bottom: 15px;
    }
}