@charset "utf-8";
/* CSS Document */
.topbar {
    padding: 15px;
    background-color: #00a1e9;
    color: #fff;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.topbar a {
    color: #F0F04B;
    text-decoration: none;
}
.topbar a:hover {
    color: #fff;
    text-decoration: none;
}
.header-block img,
.header-block-bgd img{
	height:80px;
	width:auto;
}
#headnav {
    background: #EC6807;
    transition: background 0.5s ease;	
    font-size: 14px;
    max-height: 100vh !important;
}
#index .topnav,
#index .header-block{
    transition: background 0.5s ease;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}
.topnav-bgd,
.header-block-bgd {
    z-index: 1100;
    background: #EC6807;
    transition: background 0.5s ease;
}
.nav-item a {
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-menu {
    border: solid 1px #fff;
    border-radius: 0;
}
.dropdown-menu .dropdown-item {
    border: none !important;
    color: #000;
    background-color: #fff;
}
.dropdown-menu .dropdown-item:hover {
    border: none !important;
    color: #ac0707 !important;
    background-color: #fff;
}
.navbar-toggler {
    border: none;
}
.navbar-brand img{
	width:auto;
	height:50px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
@media(min-width:320px) and (max-width:640px){
	.header-block img,
	.header-block-bgd img{
		height:40px;
	}
}