body{
    margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a{
    text-decoration: none;
    color: black;
}


/* Header Contact Us logo */
header{
    padding: 0px 40px;
    text-align: right;
    z-index: 7;
    position: relative;
    height: 30px;
}

header img{
    margin-top: 10px;
    max-width: 100px;
    width: 100%;
    transform: translateY(1px);
}

/* Navigation Bar */
nav{
    top: 0;
    background-color: white;
    z-index: 6;
    position: sticky;
}

nav .topContainer{
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    padding-bottom: 10px;
    align-items: center;
    z-index: 6;
    position: relative;
}

nav #logo{
    max-width: 150px;
}

nav h4{
    margin: 0px;
    color: rgb(189, 2, 2);
    padding: 10px 14px;
    border-radius: 10px;
    transition: 0.4s;
}

nav h4:hover{
    color: white;
    background-color: rgba(211,18,69,255);
}

nav #buttonContainer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}   

nav #burgerBar{
    display: none;
}

nav #burgerFoto{
    height: 50px;
    transition: 0.3s;
    border-radius: 10px;
    vertical-align: bottom;
}

nav #dropDown{
    background-color: white;
    width: 100%;
    position: absolute;
    height: 0;
    transition: 0.4s;
    transform-origin: top;
    overflow: hidden;
}


nav #dropDown h4{
    border-top : 1px solid rgba(0, 0, 0, 0.5);
    padding: 6px 25px;
}

nav #dropDown h4:hover{
    background-color: rgba(12, 146, 199, 0.412);
    transition: 0.3s;
}


/* Opening */
.opening{
    position: relative;
}

.opening img{
    max-width: 100vw;
    width: 100%;
    min-height: 150px;
    height: auto;
    object-fit:cover;
    overflow:auto
}

.opening #text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8%;
    color: rgba(211,18,69,255);
    font-size: 2rem;
    text-shadow: 0px 2px 2px #00000055;
}

.opening #text h1{
    margin: 0px;
    margin-bottom: 20px;
}

.opening #text p{
    font-size: 1.2rem;
    margin: 0px;
    margin-left: 6px;
    padding-bottom: 35px;
}

/* Products */
.Heading{
    text-align: center;
    color: white;
    background-color: rgba(211,18,69,255);
    transform: translateY(-4px);
    word-spacing: 4px;
}

.Heading h2{
    margin: 0;
    padding: 20px 15px;
    text-wrap: pretty;
}

.Heading img{
    margin-top: 20px;
    max-width: 80px;
    width: 100%;
}

#brandHeading{
    position: absolute;
    transform: translateY(-55px);
}

.brands{
    display: flex;
    margin: 30px 40px;
    padding-top: 120px;
    padding-bottom: 20px;
    justify-content: center;
    gap: 40px;
}

#brand{
    text-align: center;
}

#brand img{
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    max-height: 100px;
    height: 100%;
    object-fit: contain;
}

#brand h3{
    margin: 0px;
    padding-top: 20px;
}

.content{
    position: relative;
}

#title{
    position: absolute;
    left: 8%;
    color: rgba(211,18,69,255);
    font-size: 2rem;
    word-spacing: 7px;
}
    
.content.Kids{
    margin-bottom: 50px;
}

#items{
    display: flex;
    gap: 35px;
    justify-content: space-evenly;
    margin: 30px 40px;
    flex-wrap: wrap;
}

.first{
    background-color: rgb(240, 10, 10) !important;
}

.second{
    background-color: rgb(250, 213, 0) !important;
}

.third{
    background-color: green !important;
}

.fourth{
    background-color: blue !important;
}

#item{
    background-color: rgba(211,18,69,255);
    padding-bottom: 5px;
    border-radius: 20px;
    max-width: 220px;
    width: 100%;
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
}

#item:hover{
    box-shadow: 0px 5px 20px hsla(0, 0%, 0%, 1);
    transform: scale(1.05);
}

#item img{
    margin-top: 20px;
    max-width: 200px;
    min-width: 160px;
    object-fit: contain;
    width: 100%;
    border-radius: 20px;
    height: 200px;
}

#item p{
    color: white;
    font-weight: bolder;
    text-wrap: balance;
}

/* Footer */
footer{
    margin: 5px 0px;
}

footer .containerFooter{
    padding: 20px 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}

footer .about{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 10px;
}

footer .about img{
    max-width: 170px;
}

footer .about #aboutOptions{
    margin: 0;
    /* padding: 10px 0px; */
    color: rgba(0, 0, 0, 0.623);
    display: inline-block;
    text-indent: 15px;
    font-size: 1.2em;
}

footer .about #aboutOptions:hover{
    color: rgba(211,18,69,255);
}

footer .about a{
    width: fit-content;
}

footer .about #imageAnchor{
    max-height: 61px;
}

footer #tradeMarks{
    color: #D31245;
    display: inline-block;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
}

.containerFooter .mediasWrapper{
    margin-bottom: 10px;
    margin-top: auto;
}

.containerFooter .mediasWrapper h2{
    color: rgba(0, 0, 0, 0.623);
}

.containerFooter #medias{
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

#Instagram,#Facebook,#Twitter{
    position: relative;
}

#Instagram span, #Facebook span, #Twitter span{
    background-color: black;
    border-radius: .33em;
    bottom: -1.4em;
    color: #fff;
    display: none;
    font-size: 1rem;
    left: 50%;
    margin: 0;
    padding: .2em .5em;
    position: absolute;
    transform: translate(-50%,0);
    visibility: visible;
    width: auto;
    z-index: 1;
}

#Instagram:hover span, #Facebook:hover span, #Twitter:hover span{
    display: block;
}

@media only screen and (max-width: 768px) {
    header{
        padding: 0px 30px;
    }

    nav .topContainer {
        padding: 15px 30px;
        margin-top: 10px;
        align-items: baseline;
    }
    
    nav #buttonContainer{
        display: none;  
    }
 
    nav #burgerBar{
        display: block;
    }

    nav h4{
        border-radius: 0px;
    }

    

    /* Header */
    .opening #text h1{
        font-size: 7vw;
        width: 50%;
    }

    .opening #text p{
        display: none;
    }


    /* Content */
    .Heading img{
        max-width: 12vw;
        margin: 0px;
        margin-top: 5px;
    }

    .Heading h2{
        max-width: 50vw;
        font-size: 4vw;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }
    
    .brands{
        margin-top: 0px;
        padding-top: 150px;
        min-height: 180px;
    }

    .brands h3{
        font-size: 1em;
    }

    #items{
        justify-content: center;
    }

    /* Footer */
    footer .containerFooter{
        padding: 10px 30px;
        padding-bottom: 45px;
        flex-direction: column;
        row-gap: 5px;
    }    

    footer .about{
        align-items: center;
        row-gap: 15px;
    }

    .containerFooter .mediasWrapper{
        margin-bottom: 0px;
    }

    .containerFooter .mediasWrapper h2{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    footer .about #aboutOptions{
        text-indent: 0px;
    }

}

@media only screen and (min-width: 769px){
    nav #dropDown{
        height: 0;
    }
}
