@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/halo01-j2.jpg');
	background-position: center center;
}

.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;
}
.w3-content{
	position: relative;
	width: calc(100% - 200px);
	margin: 40px auto;
}

.w3-content img{
	width: 300px;
	object-fit:cover;
}

.w3-button{
	position: absolute;	
	top:calc(50% - 20px);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	padding: 20px 20px;
	font-size: 20px;
	font-family: "Roboto-C-Light";
}

.w3-button:hover{
	cursor: pointer
}

.w3-display-left{
	left:0;
}

.w3-display-right{
	right: 0;
}

@media screen and (max-width: 992px) {
	.w3-content{
		width: 100%;
	}
	
	.w3-content img{
		width: 100%;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	.w3-content{
		width: 100%;
	}
	
	.w3-content img{
		width: 100%;
	}
}