.navbar .navbar-brand {
	font-size: 1.3em;
	text-transform: capitalize;
}

.dropdown-menu {
	position: absolute !important;
}

@media (max-width: 991px) {
.navbar-nav .show .dropdown-menu {
	position: static !important;
}
}

.navbar p {
    text-transform: capitalize;
    font-size: 1.2em;
}

span.help-block {
    font-size: .8em;
    color: #ff3a3a;
    font-weight: 100;
}

a, p, span, div, h1,h2,h3,h4 {
font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif!important;
}

body {
	background-image: url(../img/98-1024x576.jpg);
}

.bg-special {
	background-color: white;
	color: black;
}

.bg-special a{
	color: black;
}

.img-fluid-brand {
    max-width: 62px;
    height: auto;
}

.navbar-toggler span {
	background-color: black !important;	
}