body,h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 3px;
}

img {
	margin-bottom: -7px;
}
.w3-row-padding img {
	margin-bottom: 12px;
}

.lb_opacity {
	opacity: 0.9;
    filter: Alpha(opacity=90);
}

.lb_bg_gold {
	background-color: #9d8964;
}

.lb_bg_dark_brown {
	background-color:#666057;
}

.lb_bg_light_brown {
	background-color: #F2E4CE;
}

.lb_bg_bright_light_brown {
	background-color: #fdfcf8;
}

.lb_gold{
	color: #9d8964!important
}

.lb_dark_brown {
	color: #666057!important
}

.lb_hover_dark_brown:hover{
    color:#fff!important;
    background-color:#666057!important
}

.lb_hover_transp_white:hover{
    color:#fff!important;
    background-color:#666057!important
}

.lb_light_brown {
	color: #decec0!important
}

.lb_border_gold{
	border-color: #9d8964!important
}

.lb_border_dark_brown {
	border-color: #666057!important
}

.lb_border_light_brown {
	border-color: #decec0!important
}

 .lb_leftbar_dark_brown{
    border-left:6px solid #666057!important
}

.lb_navbar{
	top: 0;
	position: fixed;
	width: 100%;
}

.lb_main {
	margin-top; 30px;
}

a:target {
	display: block;
	position: relative;
	top:-70px;
	visibility: hidden;
}

.lb_col_container {
	display: table;
	width: 100%;
}

.lb_col {
  display: table-cell;
  padding: 8px;
  width: 33.3333%;
}

.lb_partner_logo {
	opacity: 0.7;
    filter: Alpha(opacity=90);
}

.lb_service_icon {
  display: flex;
  margin: 15px auto 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 120px;
  width: 120px;
  border: 2px solid #9d8964!important;
  border-radius: 50%;
  color: #9d8964!important;
}


@media (max-width:600px){
	.lb_logo {
		width: 57%;
	}
	
	.lb_partner_logo {
		width: 53%;
		margin-top: 20px;
	}

.lb_col {
    display: block;
    width: 100%;
    padding: 8px 0px;
  }
}
@media (min-width:601px){
	.lb_logo {
		width: 30%;
	}

	.lb_partner_logo {
		width: 80%;
		margin-top: 10px;
	}
}

@media (max-width:768px){
}
@media (min-width:993px){
}
@media (max-width:992px) and (min-width:601px){
}
@media (max-width:992px){
}


.w3-ul li{
	border: 0px;
}
