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

.content-3-3 {
	background-image: url("../images/screen/blue.png");
	background-size: cover !important;
	min-height: 600px;
}



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

.content-3-3 h3 {
	
}

.content-3-3 h3 {
	margin-top: 35px;
	font-size: 20px;
}

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

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


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

/* 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) {
	
	
	
}