#logo-img {
    object-position: center;
    object-fit: contain;
    height: 50px;
}

.noto {
    font-family: 'Noto Serif', serif;
}

.dropdown-menu > li > a:focus {
    background-color: #fbc757;
    color: black;
}

.z-100 {
    z-index: 100;
}

.z-10 {
    z-index: 10;
}

.p-absolute {
    position: absolute;
}
.p-relative {
    position: relative;
}

.nav-socials {
    font-size: 1.25rem;
}

.footer-link {
    color: #000;
    transition: color 0.15s ease-in-out;
}
.footer-link:hover{
    color:#808080;
}