
html, body {
    padding: 0;
    margin: 0;
    background-color: #fadadd;
    width: 100%;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


header {
    /* background-color: white; */
    height: 40%;
    width: auto;
    display: flex;
    align-items: center;
}

nav {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 15vw;
}

.menu {
    color: #5C2E00;
    font-size: 4rem;
}

#menu {
    padding: 15%;
    width: 10%;
}

.items {
    width: 100vw;
    margin: 5%;
    padding-left: 15vw;
    color: #5C2E00;
    display: flex;
    align-items: center;
    justify-content: left;
    box-sizing: border-box;
}

#item-collection {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    margin-bottom: 5%;
    z-index: 0;
    width: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#logo-img {
    height: 45vh; 
    width: auto;
    object-fit: cover;
    border-radius: 0;
    margin-left: 0;
}

.about-heading {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 4.5rem;
    color: #5C2E00;
    padding: 10rem;
    font-weight: 500;
    text-align: center;
    padding: 0;
    padding-bottom: 3rem;
    display: flex;
    align-self: center;
    justify-self: center;
}


.about-us {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 3rem;
    color: #5C2E00;
    padding: 6rem;
}

.indent {
    text-indent: 5rem;
    text-align: justify;
}

.item-text {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 4.5rem;
    color: #5C2E00;
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: 1;
}

.heading {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 6rem;
    color: #422101;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100vw;
    margin: 5%;
    padding-left: 15vw;
    box-sizing: border-box;
    z-index: 1;
}

a {
    text-decoration: none;
}

.active {
  font-weight: bold;
}

.dropdown-text {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    color: #5C2E00;
    padding: 0.5rem;
    z-index: 1;
}

a .div {
    z-index: 1;
}

.dropdown {
    height: auto;
    max-height: 20vh;
    width: 25%;
}

#dropdown-section {
    height: auto;
    width: 20vw;
    background-color: #a5e0fe;
    font-size: 1.5rem;
    margin-left: 2vw;
    margin-top: -2vh;
    position: absolute;
    z-index: 10;
    border-radius: 1rem;
    padding-left: 1rem;
    display: none;
}

.main-hr {
    background-color: #a5e0fe;
    border: none;
    height: 2px;
}

.menu-hr {
    border: none;
    height: 2px;
    /* background-color: #abdaf2f7; */
    background-color: #FF6E91;
    margin-bottom: 1rem;
    padding-left: 0;
} 

footer {
    background-color: #a5e0fe;
    height: 40%;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    color: #5C2E00;
}

.footer-text {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 3rem;
    padding: 4.5rem;
}

.footer-link {
    font-family: "cormorant garamond", "playfair display", "libre baskerville", sans-serif;
    font-size: 3rem;
}

.footer-link:visited {
    color: #5C2E00;
}

/* for Mobile Phones */

@media (max-width: 600.99px) {

    header {
        width: 100%;
        height: 30%;
        /* background-color: black; */
        box-sizing: border-box;
    }

    nav {
        gap: 0rem;
    }

    .item-text {
        font-size: 2rem;
    }

    .about-heading {
        font-size: 2rem;
    }

    .about-us {
        font-size: 1.5rem;
        padding: 2rem;
    }

    .heading {
        font-size: 3rem;
    }

    #dropdown-section {
        height: auto;
        width: 50vw;
    }

    .dropdown-text {
        font-size: 1rem;
    }

    .menu {
        font-size: 2rem;
    }

    #dropdown-section {
        margin-top: 0.2vh;
    }

    main {
        width: 100vw;
    }


    .footer-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .footer-link {
        font-size: 1rem;
    }
}

@media (min-width: 601px) and (max-width: 767.99px) {

    header {
        width: 100%;
        height: 30%;
        /* background-color: black; */
        box-sizing: border-box;
    }

    nav {
        gap: 5vw;
    }

    .about-us, .item-text {
        font-size: 2rem;
    }

    .about-heading, .heading {
        font-size: 3rem;
    }
    
    .about-us {
        padding: 4rem;
    }

    #dropdown-section {
        height: auto;
        width: 50vw;
    }

    .dropdown-text {
        font-size: 1rem;
    }

    .menu {
        font-size: 2rem;
    }

    #dropdown-section {
        margin-top: 0.2vh;
    }


    .footer-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .footer-link {
        font-size: 1rem;
    }

}

@media (min-width: 768px) and (max-width: 1024.99px) {
    
    header {
        width: 100%;
        /* background-color: red; */
    }

    nav {
        gap: 8vw;
    }

    .menu {
        font-size: 3rem;
        margin-top: 10%;
    }

    .about-us, .item-text {
        font-size: 3rem;
    }

    .about-heading, .heading {
        font-size: 4.5rem;
    }

    .about-us {
        padding: 4rem;
    }

    .dropdown-text {
        font-size: 1.5rem;
    }

    hr {
        margin-bottom: 0.8rem;
    }

    .footer-text {
        font-size: 2rem;
        padding: 3.5rem;
    }

    .footer-link {
        font-size: 2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1200.99px) {
    
    header {
        width: 100%;
        /* background-color: green; */
    }

    .menu {
        font-size: 4rem;
        margin-top: 10%;
    }

    
    .item-text {
        font-size: 3.5rem;
    }

    .footer-text {
        font-size: 3rem;
        padding: 4.5rem;
    }

    .footer-link {
        font-size: 3rem;
    }
}
