/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ----------------------------------------------------------------*/

.tel-inline {
  font-weight: 700; display:  inline-block; 
}
.tel-inline:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f095"; font-size: .9em;
}
.home-ctas {
	margin-top: 2em;
}
.home-ctas i {
	color: #0443a1;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 10px;
}
.breakout h1, .breakout h2 {
    margin-top: 0.5em;
}
.pattern {
    background-image: url(/wp-content/uploads/greyzz.png);
    background-color: rgba(255,255,255,.75);
}
.metal {
    background-image: url(/wp-content/uploads/metal.jpg); 
}
.blue {background-color: #005389;}
.bhs {    font-family: 'Black Han Sans'; font-weight:400;}
#footer .btn {
    font-weight: bold;
    color: #fff;
    min-width: 200px;
}
@media only screen and (min-width: 768px) {
	#content .gallery-columns-6 .gallery-item {
		width: calc(100% / 6);
	}
	.billboard .bg-img {
		min-height: 50vh;
	}
	.page-id-20 main#content {
	min-height: 700px;
}
}

