.color-palettes {
color: #E02401;
color: #F78812;
color: #AB6D23;
color: #51050F;
}

body {
    background-color: #f2a275;
}

.navbar-main {
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);
}

.checkout-nav {
    display: flex;
}

.title-text {
    fill: #E02401 !important;
    text-shadow: 2px 1px 2px black;
    font-size: 64px;
    font-family: brioso-pro, serif;
    font-weight: 500;
    font-style: italic;
}

.curved-text {
    width: 30em;
    height: 10em;
}

.est-text {
    color: #000000 !important;
    text-shadow: 2px 1px 2px black;

    font-family: brioso-pro, serif;
    font-weight: 500;
    font-style: italic;
}

.headers {
    color: black;
    font-family: brioso-pro, serif;
    font-weight: 500;
    font-style: italic;
}
.headers-sub {
    color: black;
    font-family: brioso-pro, serif;
    font-weight: 500;
    font-style: italic;
}


.background-image {
    background-image: url("./images/background-image.png");
    background-repeat: no-repeat;
    background-size: 100%;
    /*width: 100vw;*/
    height: 100vh;
}

.about-us {
    font-family: pragmatica-slabserif, sans-serif;
    font-weight: 200;
    font-style: normal;

}

.purchase-box {
    /* border: 0.5rem solid #E02401 !important; */
    background: #51050F !important; 
}

.cookie-quantity {
    background-color: #E02401;
}


.purchase-button {
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);

}

.shopping-cart-background {
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);
}

.shopping-cart {
    background: rgb(252,176,69);
}
.shopping-cart-modal {
    width: 80vw !important;
    max-width: 80vw !important;
    margin: 1.75rem auto !important;
}
.delete-button {
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);
    border: 1px solid #51050F;
    height: 25% !important;
}

.footer{
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);
}

.checkout-button {
    background: rgb(252,176,69);
    background: linear-gradient(90deg, rgba(252,176,69,1) 0%, rgba(224,36,1,1) 50%, rgba(247,136,18,1) 100%);
    border: 1px solid #51050F;
}

.final-checkout-text {
    font-size: 1em !important;
}

.your-cart-title {
    font-size: 3em;
    font-weight: 600;
}

.cart-top-border {
    border-color: #b1aaaa !important;
}

.cart-mobile-hide {
    visibility: visible;
}

@media screen and (min-width: 0px) {
    .background-image {
        height: 30vh ;
    }
    .curved-text {
        width: 22em;
        height: 7em;
    }
    .final-checkout-text {
        font-size: 1em !important;
    }
    .cart-mobile-hide {
        visibility: hidden;
        height: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .background-image {
    height: 50vh ;
    }
    .final-checkout-text {
        font-size: 2em !important;
    }
    .cart-mobile-hide {
        visibility: visible;
        height: 2em !important;
    }
}

@media screen and (min-width: 992px) {
    .background-image {
        height: 100vh ;
    }
    .curved-text {
        width: 30em;
        height: 10em;
    }

}
