body, html{
    overflow: visible;
}

.header-logo-container{
    top: 8px;
    right: 16px;
    z-index: 999;
    position: fixed;
}

.header-logo-container img {
    width: 5vw;
    height: 6vh;
    object-fit: contain;
}

li {
    display: inline;
    float: left;
    border-right: 1px solid #e7e5e5;
}

.header-container{
    background-color: #19381F;
    position: relative;
    padding-top: 40px;
    height: 2vh;
    z-index: 1;
}

li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #99AA38;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    left: 50%;
    object-fit: contain;
}

ul {
    top: 0%;
    left: 0%;
    right: 0%;
    position: fixed;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #19381F;
}

li a:hover {
    background-color: #75822b;
}

.main-container{
    object-fit: fill;
}
.main-container img{ 
    opacity: 0.5;
    color: #3891A6;
    width: 100%;
    height: 110vh;
    padding-bottom: 0px;
    object-fit: cover;
}

.main-container h1{
    color: #99AA38;
    font-size: 4rem;
    position: absolute;
    top: 35%;
    left: 37.5%;
    background-color: #19381F;
    padding: 10px;
}

.register-text {
    background-color: #99AA38;
    position: absolute;
    top: 60%;
    left: 35%;
    font-size: 1.5rem;
    padding: 20px;
}

.about-text {
    background-color: #99AA38;
    position: absolute;
    top: 60%;
    left: 57.5%;
    font-size: 1.5rem;
    padding: 20px;
}

.footer-container{
    background-color: #19381F;
    padding: 20px;
    display: flex;
    z-index: 999;
    position: relative;
}

.footer-container p{
    color: white;
    font-size: 1.25rem;
}

.email-text{
    padding-left: 50px;
}

.copyright-text{
    float: right;
    padding-left: 750px;
}

.box-text-one {
    background-color: #17bebb;
    position: absolute;
    top: 25%;
    left: 15%;
    padding: 10px;
    border-radius: 10%;
    width: 15vw;
}

.box-text-two {
    background-color: #17bebb;
    position: absolute;
    top: 25%;
    left: 75%;
    padding: 10px;
    border-radius: 10%;
    width: 17vw;
}

.box-text-three {
    background-color: #17bebb;
    position: absolute;
    top: 57.5%;
    left: 15%;
    padding: 10px;
    border-radius: 10%;
    width: 15vw;
}
.ev-map{
    position: absolute;
    top: 57.5%;
    left: 67.5%;
    object-fit: cover;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    top: 14;
    left: 0;
    background-color: #19381F;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a{
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #e7e5e5;
    display: block;
}

.sidenav a:hover {
    color: #ffffff;
}

.main {
    margin-left: 160px;
    font-size: 28px;
    padding: 0px 10px;
}

.shop-filter-buttons{
    color: white;
    margin-left: 10px;
}

.shop-card{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: fit-content;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    margin: 1px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background-color: #99AA38;
}

.shop-card:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.login-container{
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px
}