body{font-family: Verdana, Geneva, Tahoma, sans-serif;}
.absolute{
    position: fixed;
    background-color: #153e40;
    background-image: linear-gradient(rgba(24, 34, 34, 0.7), rgba(24, 34, 34, 0.7)), url("../imgs/back2.webp");
    background-position: center;
    background-size: cover;
    z-index: 20;
    width: 100%;
    padding: 20px;
    display: none;
    border-bottom: 2px #aaa solid;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 5%;
}
.abs-flex{
    justify-content: right;
}
.img-abs{height: 130px;}
.absolute-ul{
    display: flex;
    flex-direction: column;
    line-height: 60px;
    list-style-type: none;
    text-decoration: none;
}
.xmark{
    color: #c77;
    font-size: 40px;
    text-align: right;
    width: 90%;
    display: inline-block;
    height: 20px;
}
.xmark:hover{
    color: #c33;
}
.nav{
    position: fixed;
    background-color: #153e40;
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 2px #dbe4e3 solid;
    width: 100vw;
    z-index: 10;
}
.nav-div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}
.nav-div-ul1{
    display:flex;
    flex-grow: 1;
    text-decoration: none;
    list-style: none;
    justify-content: space-around;
}
.nav-div-ul2{
    display:flex;
    flex-grow: .8;
    text-decoration: none;
    list-style: none;
    justify-content: space-around;
}

.img-nav{
    width: 90px;
    height: 80px;
}
.nav-div-ul-a{
    text-decoration: none !important;
    color: #dbe4e3;
    font-family: charm, sans-serif;
    font-size: 25px;
	font-weight: 400;
}
.nav-div-ul-a:hover{
    color: #59a;
}
.bars{
    display: none !important;
}

@media only screen and (max-width: 900px){
    .bars{
        display: block !important;
        font-size:40px;
        color: #4c6c64;
        margin-left: 4%;
        font-weight: 600;
    }
    .bars:active{
        color: #5c7c74;
    }
    .nav-div-ul1{display: none;}
    .nav-div-ul2{display: none;}
    .nav-div-ul-a{
        font-size:40px;
        margin:20px 0 20px 0;
    }
    .nav-div-tittle{
        font-size: 50px;
        display: inline-block;
    }
    .nav-div{
        margin-left: 37.5%;
        align-items: left;
        justify-content: left;
    }
    .nav{
        border-bottom-right-radius: 10%;
        border-bottom-left-radius: 10%;
    }
}
@media only screen and (max-width: 600px){
    .nav-div-ul-a{
        font-size:30px;
        margin:20px 0 20px 0;
    }
    .img-abs{
        height: 105px;
    }
    .xmark{
        font-size: 30px;
    }
    .nav-div{
        margin-left: 32.5%;
    }
}
@media only screen and (max-width: 500px){
    .nav-div{
        margin-left: 27.5%;
    } 
}