/*
 Theme Name:   Mays Divi
 Theme URI:    https://ad-mays.com
 Description:  Child Theme for Divi
 Author:       Mays and Asssociates
 Author URI:   https://ad-mays.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
@import url("CSS/global.css");
@import url("CSS/header-footer.css");
@import url("CSS/staging.css");
@import url("CSS/joe.css");
@import url("CSS/kc.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*----- Mobile Styles -----*/
@media (max-width: 1400px){

}
@media (max-width: 1200px){

}

@media (max-width: 980px){
	h1{
		font-size: 50px !important;
		text-align: center;
	}

	h2{
		font-size: 40px !important;
		text-align: center;
	}

	h3{
		font-size: 35px !important;
		text-align: center;
	}

	h4{
		font-size: 22px !important;
		text-align: center;
	}

	h5 {
		font-size: 20px !important;
		text-align: center;
	}

	html body{
		font-size: 17px !important;
	}

	a{
		font-size: 17px !important;
	}
	

}

@media (max-width: 650px){

	html body{
		font-size: 14px !important;
	}

	a{
		font-size: 14px !important;
	}

	h1, h1 a{
		font-size: 24px !important;
		text-align: center;
	}

	h2, h2 a{
		font-size: 24px !important;
		text-align: center;
	}

	h3, h3 a{
		font-size: 20px !important;
		text-align: center;
	}

	h4, h4 a{
		font-size: 20px !important;
		text-align: center;
	}

	h5, h5 a{
		font-size: 20px !important;
		text-align: center;
	}

	.et_pb_button_module_wrapper{
		text-align: center;
	}
	
}
