/*
Theme Name: Bonfire Theme
Theme URI:  https://www.shannonwatts.org/
Text Domain: BonfireTheme
Description: WordPress them for Bonfire Theme
Author: the Author Bonfire Theme Team
Author URI:  https://lisahazen.com/
*/
body , html {
	overflow-x: hidden
}
.full_width_section {
    padding: 30px 0;
}
.full_width_section p {
    margin-bottom: 15px;
}
.full_width_section h1 , .full_width_section h2 , .full_width_section h3 {
    margin-bottom: 25px;
}
.full_width_section h1 {
	font-weight: 700;
	 color: #28418e;
}
.full_width_section h2 {
	font-size: 40px;
}
.full_width_section h3  {
	font-size: 36px;
}

@media(max-width: 767px) {
	.full_width_section h2 {
		font-size:24px;
	}
	.full_width_section h3  {
		font-size: 21px;
	}
	
}

