/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

#main-header{
	display:none!Important;
}

#main-footer{
	display:none!Important;
}




@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
h1{
	font-size:40px!important;
	line-height:47px!Important;
}
	
}

@media (max-width: 767px) {
	
h1{
	font-size:30px!important;
	line-height:37px!Important;
}

	
}