@font-face {
  font-family: "adamwarrenpro";
  src: url('../font/adamwarrenpro.ttf');
}

@font-face {
  font-family: "Roboto-C-Light";
  src: url('../font/RobotoCondensed-Light.ttf');
}

@font-face {
  font-family: "Roboto-C-Bold";
  src: url('../font/RobotoCondensed-Bold.ttf');
}

.content{
	margin-bottom: 40px;
}

.content .open-banner{
	height: 300px;
	position: relative;
	background-image: url('../img/shutterstock_1419072737.jpg');
	background-position: center 80%;
}

.content .open-banner .banner-title{
	color: #fff;
	font-family: "Roboto-C-Light";
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 100%;
	position: absolute;
	text-align: center;
	top:45%;
}

.content .content-title{
	text-align: center;
	text-transform: uppercase;
	color: #654F3D;
	font-family: "Roboto-C-Light";
	letter-spacing: 3px;
	margin-top: 20px;
}

.content .content-title .title{
	font-size: 25px;
	font-family: "Roboto-C-Bold";
	margin-top: 30px;
}

.content .content-title hr{
	width: 500px;
	background: #B7C35E;
	height: 2px;
	border: none;
	margin-top: 10px;
	margin-bottom: 40px;
}

.content .content-title .sub-title{
	font-size: 20px;
}

.content .content-title .sub-title p{
	margin-top: 5px;
	color: #B7C35E;
	font-family: "Roboto-C-Bold";
}

.location-block{
	margin: 0;
	margin-top: -20px;
}

.location-block .col-container{
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: flex;
	justify-content: space-around;
}

.location-block .col-container .col{
	width: 100%;
	color: #654F3D;
	font-family: "Roboto-C-Light";
	font-size: 14px;
	margin: 0 20px;
	position: relative;
	padding: 40px;
}

.location-block .image-boxs{
	display: flex;
	align-content: center;
	text-align: center;
	justify-content: space-between;
}

.location-block .image-boxs .image-box{
	width: 120px;
	text-align: center;
	text-transform: uppercase;
}

.location-block .image-boxs .image-box .image-box img{
	width: 100%;
}

@media screen and (max-width: 992px) {
	.location-block .col-container{
		display: block;
	}
	
	.location-block .image-boxs {
		display: flex;
		align-content: center;
		text-align: center;
		justify-content: space-evenly;
	}
	
	.location-block .col-container .col {
		margin: 20px 0;
		padding: 0;	
	}
	
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.location-block .col-container{
		display: block;
	}
	
	.location-block .image-boxs {
		display: flex;
		align-content: center;
		text-align: center;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	
	.location-block .col-container .col {
		margin: 20px 0;
		padding: 0;	
	}
}