body {
	font-family: "Trebuchet MS", "sans-serif" !important;
	background-color: #FFFFFF !important;
	line-height: 1.8 !important;
}

nav {
	font-family: "Trebuchet MS", "sans-serif" !important;
}

.masthead {
	background-size: cover;
	position: relative;
	border: none;
	padding-top: 80px;
}

.custom-btn {
	background-color: #6196B7!important; 
	color: white !important; 
	font-size: 20px !important; 
	font-weight: 600 !important;
}

.custom-btn:hover {
	background-color: #6196B7 !important; 
	color: black !important; 
	font-size: 20px !important; 
}

.custom-btn-phone {
	background-color: #6196B7!important; 
	color: white !important; 
	font-size: 18px !important; 
	font-weight: 300 !important;
}

.img-blur {
    filter: blur(0.5px) !important;
  }

.custom-list {
	list-style-type: none !important;	
}
.custom-list li:before {
  	content: "\2192"; 
  	color: black; 
 	font-size: 20px; 
 	margin-right: 5px; 
}
