/*FONTS*/
@font-face {
        font-family: "Palatino-Linotype";
        src: url(fonts/Palatino-Linotype.tff);
}

@font-face {
font-family: "GreatVibesRegular";
src: url("font/GreatVibes-Regular.otf") format("opentype");
}
/*Header*/

#main-header-container{
	padding: 0px 0px 0px 0px;
}

#header{
	height: 100px;
	background-color: #002500;
}
body .navbar{
	box-shadow: 0px 0px 0px 0px;
}
#navbar .nav-link:hover{
	color:#f0f5f5;
	border-radius: 5px;
}
#navbar .nav-link{
	padding-left: 14px;
}
#navbar{
	padding-left: 150px;
	background-color: #007300;
	font-size: 12px;
	font-weight: bold;
}
#lbass-logo{
	display: block;
	max-height: 140px;
	max-width: : 60px;
	float: left;
}
#lbass-name{
	padding-top: 15px;
	max-height: 63px;
	width: 100%;
	max-width: 763px;
  	vertical-align: top;
    display: inline-block;
    text-align: center;
	float: left;
}
#header .item .caption {
    display: block;
}
#header .item {
	padding-left:25px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    color: white;
    font-size: 1.3vw;
}
#idContactUs{
	padding-top: 3px;
	float: right;
	z-index: 100;
	font-size: .8em;
}

#idContactUs p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#idContactUs p:first-child{
	color: #FFFF00;
	font-weight: bold;
	 border-bottom: 5px solid #FFFFFF;
}
#idContactUs p:not(:first-child){
	color: #FFFFFF;
}

/*Footer*/
#footer{
	background-color: #002500;
	color:#FFFFFF;
	padding: 15px 0px 10px 0px;
	margin-top: 10px;
}
#footer #footer-contacts img{
	padding-top: 2.5px;
	height: 100%;
	width: 25px;
	padding-right: 5px;
}
#footer #footer-contacts p{
	font-size:.65em;
	margin-bottom: 0px;
}
#footer #footer-belair p{
	font-size:.65em;
}
#footer #footer-belair img{
	height: 100%;
	max-height: 55px;
	width: 55px;
	padding-right: 5px;
}
#footer #footer-empire p{
	font-size:.65em;
}
#footer #footer-empire img{
	height: 100%;
	max-height: 55px;
	width: 100%;
	max-width: 55px;
	padding-right: 5px;
}
#footer #footer-empire .no-margin{
	padding:0px 0px 0px 0px;
}
#footer .footer-pads{
	padding-bottom: 5px;
}
#footer #copyright-text{
	font-size: .8em;
}

body .btn-fluid{
width: 100%;
}

.text-center{
	width: 100%;
}
.text-vw{
	font-size: .7vw;
}
.margin-10{
	margin-top: 10px;
}

/*EXTRA */
.home-logins{
	background-color: #002500;
	color: #FFFFFF;
	padding: 5px 30px 5px 30px;
	border-radius: 5px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
}
.pad-sides{
	padding: 0px 5px 0px 5px;
}
@media only screen and (max-width: 996px) {
	#idContactUs{
		visibility: hidden;
	}
}
@media only screen and (max-width: 901px) {
	#lbass-name{
		max-height: 63px;
		width: relative;
		max-width: 600px;
		float: inherit;
		position: relative;
		top: 0px;
	}
	#header .item {
		padding-left: 75px;
	    font-size: 2vw;
	}
}
@media only screen and (max-width : 360px) {
	#header .item img{
		top: -135px;
		left: 10px;
		width: 215px;
	}
	#header .item .caption {
		visibility: hidden;
	}

}

@media only screen and (max-width : 768px) {
	#header .item .caption {
		/*visibility: hidden; */

	}
	#header .item{
		padding-left:100px;
		padding-top: 25px;
	}
	#home-log-ins{
		margin-bottom: 15px;
	}

}

@media only screen and (max-width : 576px) {
	#footer #footer-belair{
		margin: 10px 0px 0px 0px;
	}
	#footer #footer-contacts{
		margin: 10px 0px 0px 10px;
	}
	#footer-contacts .footer-pads{
		margin: auto;
		width: 50%;
	}

}
@media only screen and (max-width : 992px) and (min-width :768px) {

}
@media only screen and (max-width :1200px) and (min-width :768px) {
	#header .item{
		padding-left: 50px;

	}

}