﻿.navbar {
    background-color: #ffffff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    Height: 55px;
}

.navbar-brand {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

.navbar-brand:hover {
    color: #fff;
}

.nav-item {
    color: #030303;
}

.nav-item:hover, .nav-item:focus {
    color: #030303;
    transition: color .4s ease;
    text-decoration: underline;
    border-bottom: none;
}

footer {
    background-color: #012f4b !important;
}

footer .elink {
    color: #ffffff;
    font-size: 15px;
}

footer .row {
    margin-right: -100px !important;
    margin-left: -100px !important;
}

footer .etext {
    color: #ffffff;
    font-size: 15px;
}

footer .etext:hover {
    text-decoration: none;
    cursor: default;
}

#content {
    top: 0px;
}

.header-footer {
    top: 55px !important;
    bottom: 50px !important;
}