﻿.navbar {
    background-color: #FFFFFF !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand {
    font-size: 1.5em;
    font-weight: bold;
    color: #121212;
}

.navbar-brand:hover {
    color: #121212 !important;
}

.nav-item {
    color: #121212 !important;
}

.nav-link {
    color: #121212 !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #121212 !important;
    border: 1px #121212;
    border-radius: 0.25rem;
}

.nav-item:hover, .nav-item:focus {
    color: #97ccfa;
    transition: color .4s ease;
    text-decoration: underline;
    border-bottom: none;
}

footer {
    background-color: #121212 !important;
}

footer .elink {
    color: #FFFFFF;
    font-size: 15px;
}

footer .etext {
    color: #FFFFFF;
    font-size: 15px;
}

footer .etext:hover {
    text-decoration: none;
    cursor: default;
}

#content {
    top: 0px;
}

.header-footer {
    top: 64px !important;
    bottom: 50px !important;
}