/*
 Theme Name:     Mays Divi
 Theme URI:      https://ad-mays.com
 Description:    Mays Divi Child Theme
 Author:         Mays & Associates
 Author URI:     https://ad-mays.com.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@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");
/*----- Mobile Styles -----*/

@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: 19px !important;
		text-align: center;
	}

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

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

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

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

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

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

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

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

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