.revolution-mch-1:after, .bg-image-v2-dark:before {
	background: rgba(0,0,0,0.7);
}

.one-page-header .navbar-brand {
	font-size: 22px;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only 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) {

}

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

}


/*==========  Non-Mobile First Method  ==========*/

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

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.revolution-ch2 {
		font-size: 19px !important;
		max-width: 95% !important;
		line-height: 24px !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.revolution-ch2 {
		font-size: 15px !important;
		max-width: 95% !important;
		line-height: 20px !important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}