/*	CONTENT BLOCK 3-2
/*----------------------------------------------------*/

.content-3-2 {
	background-image: url("../images/for-god-and-country.jpg");
	background-size: cover !important;
	min-height: 800px;

}
.content-3-2 .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: rgba(105, 105, 105, 0.7);
}


.content-3-2 h1, .content-3-2 h2 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.content-3-2 h1 {
	
}

.content-3-2 h2 {
	margin-top: 100px;
	font-size: 13px;
}


/*	CONTENT BLOCK 3-2 MEDIA QUERIES
/*----------------------------------------------------*/

@media screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.content-3-2 {
		min-height: 600px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}