@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;
}
.nav-item a {
    text-transform: uppercase;
    font-weight: 500;
}
.navbar .dropdown-menu {
    border: solid 1px #fff;
    border-radius: 0;
}
.navbar .dropdown-menu .dropdown-item {
    border: none !important;
    color: #000;
    background-color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover {
    border: none !important;
    color: #ac0707 !important;
    background-color: #fff;
}
.navbar-toggler {
    border: none;
}
.navbar-brand img{
	width:auto;
	height:60px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: #000;
}
@media(min-width:320px) and (max-width:640px){
	.navbar-brand img{
		height:38px;
	}
}