body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.header{
    display: flex;
    width: 100%;
    background-color: rgb(98, 129, 98);
    text-align: center;
    justify-content: center;
}

.left-nav{
    display: flex;
    margin: 20px 20px;
    left: 0;
    margin-right: 35%;
}
.left-nav ul{
    display: flex;
    list-style: none;
    font-size: 18px;
    margin-right: 30px;
}
.left-nav ul a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s ;
}
.left-nav ul a:hover{
    font-size: 20px;
}
.left-nav ul input{
    border: 1px solid black;
    color: rgb(0, 0, 0);
}
.left-nav ul input:hover{
    background-color: rgb(98, 129, 98);
    border: 3px solid black;
}
.right-nav{
    display: flex;
    margin: 20px 20px;
    padding-top:15px ;
    right: 0;
}
.right-nav a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    transition: 0.3s;
}
.right-nav a:hover{
    font-size: 20px;
}
.logoImg{
    font-size: 20px;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.lantern-tee{
    margin: 20px;
    display: flex;
    justify-content: space-between;
}
.lantern-tee h1{
    font-weight: bolder;
    margin-top: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.lantern-tee h2{
    font-size: 25px;
}
.lantern-tee img{
    height: 600px;
    margin-right: 40px;
}
.lantern-tee-info{
    margin-right: 50px;
}
.lantern-tee p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
.counter-container{
    display: flex;
    margin-bottom: 20px;
}
.quantity{
    margin-right: 20px;
}

.quantity label{
    padding: 7px 11px;
    border: 1px solid black;
}
.buy-cart label{
    display: block;
    padding: 5px 50px;
    border: 1px solid black;
    margin-bottom: 10px;
    font-size: 15px;
}
.buy-cart a{
    text-decoration: none;
    color: rgb(71, 71, 71);
}
.buy-cart a:hover{
    text-decoration: underline;
}
#black{
    background-color: black;
    color: white;
}
.whatsapp{
    padding: 10px 30px;
    background-color: green;
    text-decoration: none;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}
.quick-links{
    color: white;
    text-align: center;
    padding: 20px;
    text-align: left;
    margin-left: 10%;
}
.quick-links p{
    margin-bottom: 30px;
    font-size: 23px;
}
footer a{
    display: block;
    padding-bottom: 30px;
    color: rgb(98, 129, 98);
    font-size: 17px;
}
.subscribe{
    color: white;
    padding: 20px;
    text-align: right;
    margin-right: 10%;
}
.subscribe p{
    margin-bottom: 30px;
    font-size: 23px;
}
.subscribe input{
    height: 40px;
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    color: white;
}
.subscribe input:focus{
    border: none;
}
.subscribe button{
    height: 40px;
    width: 20px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    background-color: transparent;
    border-top: none;
    border-left: none ;
    color: white;
    transition: .3s ease;
}
.subscribe button:hover{
    background-color: white;
    border-top: none;
    border-left: none ;
    color: black;
}
.copyright{
    margin-top: 0;
    background-color: black;
    margin-bottom: 0;
    color: rgb(90, 90, 90);
    text-align: center;
    padding: 10px;
}



@media screen and (max-width: 770px) {
    .left-nav{
        display: flex;
        margin: 20px 5px;
        left: 0;
        margin-right: 5%;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 15px;
        margin-right: 30px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 17px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin: 20px 20px;
        padding-top: 15px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 15px;
        padding-left: 30px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 17px;
    }

    .lantern-tee{
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .lantern-tee h1{
        text-align: left;
        font-weight: bolder;
        margin-top: 30px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    .lantern-tee h2{
        text-align: left;
        font-size: 25px;
    }
    .lantern-tee img{
        height: 400px;
        margin-right: 0;
    }
    .lantern-tee-info{
        text-align: left;
        margin-right: 50px;
    }
    .lantern-tee p{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .counter-container{
        display: flex;
        margin-bottom: 20px;
    }
    .quantity{
        margin-right: 10px;
        width: 40%;
    }
    
    .quantity label{
        font-size: 13px;
        padding: 7px 11px;
        border: 1px solid black;
        margin-bottom: 10px;
    }
    .buy-cart label{
        display: block;
        padding: 5px 50px;
        border: 1px solid black;
        margin-bottom: 10px;
        font-size: 13px;
    }
    #black{
        background-color: black;
        color: white;
    }
    .whatsapp{
        padding: 10px 30px;
        background-color: green;
        text-decoration: none;
        color: black;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        
    }
    footer{
        display: block;
        align-items: normal;
        justify-content: center;
        background-color: black;
    }
    .quick-links{
        color: white;
        text-align: center;
        padding: 20px;
        text-align: left;
        margin-left: 10%;
    }
    .quick-links p{
        margin-bottom: 30px;
        font-size: 19px;
    }
    footer a{
        display: block;
        padding-bottom: 30px;
        color: rgb(98, 129, 98);
        font-size: 15px;
    }
    .subscribe{
        display: block;
        color: white;
        padding: 20px;
        text-align: right;
        margin-right: 10%;
    }
    .subscribe p{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .subscribe input{
        height: 40px;
        background-color: transparent;
        border-top: none;
        border-right: none;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        color: white;
    }
    .subscribe input:focus{
        border: none;
    }
    .subscribe button{
        height: 40px;
        width: 20px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        background-color: transparent;
        border-top: none;
        border-left: none ;
        color: white;
        transition: .3s ease;
    }
    .subscribe button:hover{
        background-color: white;
        border-top: none;
        border-left: none ;
        color: black;
    }
}




@media screen and (max-width: 430px) {
    .left-nav{
        display: flex;
        margin: 20px 5px;
        left: 0;
        margin-right: 0;
    }
    .left-nav ul{
        display: flex;
        list-style: none;
        font-size: 13px;
        margin-right: 20px;
    }
    .left-nav ul a{
        color: rgb(255, 255, 255);
        text-decoration: none;
        margin-left: 10px;
        transition: 0.3s ;
    }
    .left-nav ul a:hover{
        font-size: 15px;
    }
    .left-nav ul input{
        border: 1px solid black;
        color: rgb(0, 0, 0);
    }
    .left-nav ul input:hover{
        background-color: rgb(98, 129, 98);
        border: 3px solid black;
    }
    .right-nav{
        display: flex;
        margin: 20px 5px;
        padding-top: 15px;
        right: 0;
    }
    .right-nav a{
        color: white;
        text-decoration: none;
        font-size: 13px;
        padding-left: 20px;
        transition: 0.3s;
    }
    .right-nav a:hover{
        font-size: 15px;
    }
    .lantern-tee img{
        height: 300px;
        margin-right: 0;
    }
}