:root{
    --primary-color:#010001;
    --secondary-color: #874000;
    --tertiary-color: #F4AC32;
    --footer-color: #607B7D;
    --body-color: #EEFFDB;
}

@media screen and (max-width: 480px) {
    .banner-content{
        font-size: 2.8rem;
        width: 80%;
    }

    .banner-subcontent{
        width: 80%;
        font-size: 1.2rem;
    }

    .banner-content, .banner-subcontent{
        height: 4rem;
    }

    .banner{
        height: 35rem;
        gap: 3rem;
    }

    .order-button{
        margin-top: 0.6rem;
    }

    .heading{
        font-size: 2.8rem;
    }

    .text{
        font-size: 0.9rem;
        line-height: 1.4;
    }

    #about-us{
        flex-direction: column;
        height: 50rem;
    }
    .content{
        margin-top: 1rem;
        width: 98%;
    }

    .polaroid-img{
        margin-top: 0rem;
        width: 80%;
        height: 90%;
    }

    .menu-items{
        flex-direction: column;
    }

    .item{
        width: 100%;
        padding: 2rem;
    }

    #menu{
        height: max-content;
        padding: 4rem;
        gap: 3rem;
    }

    .photo{
        width: 96%;
    }

    #beans{
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }

    .beans-heading{
        z-index: 2;
        width: 90%;
        height: fit-content;
        font-size: 3rem;
        margin-left: 0rem;
    }

    .description, .description p, .description ul, .description li{
        gap: 0.8rem;
        list-style-type: none;
        width: 100%;
        font-size: 1rem;
        z-index: 2;
    }

    #gallery{
        flex-direction: column-reverse;
        height: 40rem;
        gap: 2rem;
        padding: 2rem;
    }

    .gallery-img{
        width: 100%;
        height: 80%;
        box-shadow: 0.4rem 0.8rem 1rem 0.1rem rgba(0, 0, 0, 0.882);
        border-radius: 1rem;
    }

    .gallery-cont{
        width: 100%;
        gap: 2rem;
    }

    .gallery-cont .description-title{
        font-size: 2rem;
    }
    
    .gallery-cont .description p{
        font-size: 1rem;
        line-height: 1.8;
    }

    footer{
        padding-left: 1.8rem;
        height: 20rem;
    }

    .foot-links ul, .socials ul, .contact ul{
        font-size: 0.9rem;
        gap: 0.9rem;
        padding-right: 1rem;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .banner-content{
        font-size: 2.8rem;
        width: 80%;
    }

    .banner-subcontent{
        width: 80%;
        font-size: 1.2rem;
    }

    .banner-content, .banner-subcontent{
        height: 4rem;
    }

    .banner{
        height: 35rem;
        gap: 3rem;
    }

    .order-button{
        margin-top: 0.6rem;
    }

    .heading{
        font-size: 2.8rem;
    }

    .text{
        font-size: 0.9rem;
        line-height: 1.4;
    }

    #about-us{
        flex-direction: column;
        height: 50rem;
    }
    .content{
        margin-top: 1rem;
        width: 98%;
    }

    .polaroid-img{
        margin-top: 0rem;
        width: 80%;
        height: 90%;
    }

    .menu-items{
        flex-direction: column;
    }

    .item{
        width: 96%;
        padding: 2rem;
    }

    #menu{
        height: max-content;
        padding: 4rem;
        gap: 3rem;
    }

    .photo{
        width: 96%;
    }

    #beans{
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
    }

    .beans-heading{
        z-index: 2;
        width: 90%;
        height: fit-content;
        font-size: 3rem;
        margin-left: 0rem;
    }

    .description, .description p, .description ul, .description li{
        gap: 0.8rem;
        list-style-type: none;
        width: 100%;
        font-size: 1rem;
        z-index: 2;
    }

    #gallery{
        flex-direction: column-reverse;
        height: 40rem;
        gap: 2rem;
        padding: 2rem;
    }

    .gallery-img{
        width: 100%;
        height: 80%;
        box-shadow: 0.4rem 0.8rem 1rem 0.1rem rgba(0, 0, 0, 0.882);
        border-radius: 1rem;
    }

    .gallery-cont{
        width: 100%;
        gap: 2rem;
    }

    .gallery-cont .description-title{
        font-size: 2rem;
    }
    
    .gallery-cont .description p{
        font-size: 1rem;
        line-height: 1.8;
    }

    footer{
        padding-left: 1.8rem;
        height: 20rem;
    }

    .foot-links ul, .socials ul, .contact ul{
        font-size: 0.9rem;
        gap: 0.9rem;
        padding-right: 1rem;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
        font-size: 2rem;
        cursor: pointer;
    }

    .navlinks {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        text-align: center;
        flex-direction: column;
    }

    .navlinks.active {
        display: flex;
    }

    .navlinks ul {
        flex-direction: column;
        padding: 1rem 0;
    }

    .navlinks ul li {
        margin: 1rem 0;
    }
}
