﻿.navbar {
    background-color: #0021a5;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

.navbar-brand img {
    /*height: 38px;
    width: 120px;*/
    margin: 5px 20px 0 25px;
}

.navbar-nav > li > a {
    color: #FFF;
    height: 50px;
    padding-top: 15px;
}

.navbar {
    --bs-navbar-padding-y: 0;
    margin-bottom: 0;
    width: 100%;
    font-weight: 100;
}

.nav-link {
    margin-right: 15px;
    margin-left: 15px;
}

.navcontainer {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #0021a5;
    padding-top: 15px;
}

.nav-item > a:focus, .navitem > a:hover, .nav-item:hover {
    vertical-align: middle;
}
/*#navbarSupportedContent {
	height: 50px;
}*/
#navbarSupportedContent ul li a {
    font-family: "IBM Plex Sans Medium",Arial,sans-serif !important;
    text-transform: uppercase;
}
.navbar-nav li a:hover, .navbar-nav li:hover {
    background-color: #eee !important;
    color: #0021a5 !important;
}
/* title */
.titlecontainer {
    min-height: 48px;
    height: 80px;    
    text-align: center;
}
    .titlecontainer h1 {
        margin: 0 auto;
        color: #0021a5;
        font-family: "IBM Plex Sans Medium",Arial,sans-serif !important;
        text-transform: uppercase;
    }
.sitetitle {
    padding: 15px 0;
    vertical-align: middle;
    color: #FFF;
    font-size: 2.5rem !important;
    line-height: 2.3rem !important;
    font-weight: 500 !important;
}