@CHARSET "ISO-8859-1";

header .navbar {
	border-bottom: 4px solid rgb(191, 191, 191);/*#ebebeb;*/
	padding: 0 1rem !important;
	/*display: block !important;*/
	min-height: 114px;
}
header .navbar .navbar-brand {
	/*padding: 3px 20px;*/
	padding: 8px 20px;
	margin: 0 !important;
}
header .navbar .navbar-brand > img {
	padding-left: 10px;
}
header .navbar .nav-item {
	/*padding: 0 25px;*/
}
header .navbar .nav-item > a {
	line-height: 111px;
	
	font-family: 'Domine', sans-serif;
	font-weight: bold;
    /*color: #664C2A !important;*/
    color: white !important;
    padding: 12px 8px 12px 8px;
    margin: 20px 10px 20px 10px;
    width: 140px;
    text-decoration: none;
    text-transform: uppercase;
    /*
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    */
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    letter-spacing: -0.05em;
    zoom: 1;
    /*background-color: #838383;*/
    background-color: #054477;
}
header .navbar .nav-item.active > a {
	/*
    background: #838383;
    color: #fff !important;
    */
    background-color: white;
    color: #054477 !important;
    cursor: default;
}
header .navbar .nav-item > a:hover {
	/*
    background: #838383;
    color: #fff !important;
    */
    background-color: white;
    color: #054477 !important;
}

header #ic_title {
	color: #054477 !important; 
	font-weight: 800; 
	line-height: 24px; 
	padding: 3px 20px;
	font-size: 28px;
	
	-webkit-text-stroke: 1px #054477;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff,  0 0 0.2em #fff;
}
/*
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
	    display: list-item !important;
	}
}
*/
@media (max-width: 1440px) {
	.navbar-brand {
	    display: none !important;
	}
}
@media (max-width: 992px) {
	.navbar-collapse {
		background-color: rgb(191, 191, 191);
	}
	.navbar-light .navbar-toggler {
		border-color: white;
	}
}