/* Add here all your CSS customizations */
.header-logo {
	width: auto !important;
}

.sticky-header-active .header-container img {
	width: auto !important;
	height: 62px !important;
}

body a:focus, button:focus{
	outline: 1px dashed #000;
}

span.decotext {
    font-size: 22px;
    position: relative;
    top: 3px;
    color: #000;
    font-family: 'Scada', sans-serif;
    padding: 35px 10px 0px 10px;
}
	

body .navbar-light .navbar-nav .nav-link, .dropdown-menu{
	align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    font-style: normal;
	font-family: 'Arimo', sans-serif;
    font-weight: 700;
}


.fa, .fas{
    font-weight: 900;
    padding-left: 5px;
    font-size: 14px;
}

.mask:before {
	  display: block; 
	  content: " "; 
	  margin-top: -255px; 
	  height: 255px; 
	  visibility: hidden; 
	  pointer-events: none;
}


body .dropdown-toggle::after {
	content: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f2e82e;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 16px;
}