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

.content-3-3 .overlay {
	position: absolute;
	width: 100%;
	top: 0px;
	background: url("../images/american-flag-1000.jpg") center top no-repeat;
}

.content-3-3 h1, .content-3-3 h2 {
	font-family: 'Anton', sans-serif;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.content-3-3 h1 {
	margin-top: 100px;
}

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

.content-3-3 p {
	margin-bottom: 75px;
	font-size: 3vw;
		color: #fff;
}

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

/* Small Devices, Tablets */
@media only screen and (min-width : 250px) {
	.content-3-3 {
		min-height: 300px;
	}
}

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

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

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