*{
    padding: 0px;
    margin: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    list-style:none;
    text-decoration: none;
}
.nav {
    position: fixed;
    background-color: #d0d5c5
    color:white;
    height:100px;
    width: 100vw;
    z-index: 1001;
    top: 0;
    margin-right: 5px;
}
.navbar-expand-lg{
    position: fixed;
    background-color: #afbfad;
    color: white;
    height: 60px;
    width: 100vw;
    z-index: 10010;
    top: 0;
    margin-right: 5px;
}
.small-icon {
    background-color: #afbfad;
}
.small-bg {
    background-color: #afbfad;
}
.logo {
    position: relative;
    left: -90px;
    height: 100px;
    width: 300px;
    z-index: 1003;
    display: flex;
}
.logo .log-img {
    max-height: 90px;
    width: 90px;
    display: block;
}
.log-img img{
    position: relative;
    width: 90px;
    height: 90px;
    top: 10px;
}
.logo .log-text {
    position: absolute;
    width: 250px;
    height: 100px;
    top: 55%;
    transform: translateY(-25%);
    left: 90px;
    font-family: lemon;
    font-size: 25px;
    text-decoration: none;
    color: white;
}
.dropdown-item:hover {
    background-color: #afbfad;
    color: #274940;
}
.dropdown-menu.show {
    animation: s 1;
    background-color: #afbfad;
    color:white;
    top: 55px;
    font-size: 20px;
}
.dropdown-item {
    text-align: center;
    font-family: libre;
    color: #f0f0e8;
}
.nav-link {
    font-family: libre;
    color: #f0f0e8;
    font-size: 22px;
}
.nav-link:hover {
    font-family:  lemon;
    color: #274940;
}
.nav-set {
    justify-content: flex-end;
    z-index: 13;
    transform: translateX(1vw);
}



