.navbar {
    position: absolute;
    width: 100%;
    background-color: maroon !important;
    color: white;
    padding: 0%;
}

#collapseNav {
    height: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: scroll;
    transition: 0.5s;
}

#collapseNav ul li {
    margin-top: 0.5rem;
}

.site-links a {
    text-decoration: none;
    color: #f5f5f5;
}

.site-links a:hover {
    color: #ffffff;
}

.navbar-logo{
    width:170px;
    height:50px;
}

.nav-link{
    color:white !important;
}
