/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");


/* Custom Style */

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 30px;
	padding-bottom: 0;
	line-height: 1.2;
}

h1{
	font-size: 48px;
}

h2{
	font-size: 35px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 25px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

p{
	padding-bottom: 30px;
}

p:not(.has-background):last-of-type{
	padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	h1{
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	h1{
		font-size: 35px;
	}

	h2{
		font-size: 30px;
	}
}