/*
 Theme Name:  Divi Child Theme for Hurts So Much
 Theme URI:    https://ifithurtssomuch.com
 Description:  Child Theme for Divi
 Author:       Wyn Snow
 Author URI:   http://yoursite.com
 Template:     Divi
 Version:      1.0.0
*/
/*****Add any custom CSS below this line*****/


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium !important;
	color: #222222 !important;
	line-height: 1.5em !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Charter", Georgia, serif;
	font-weight: 700;
	color: #222222 !important;
}

h1 {
	font-size: 180% !important;
	margin: 20px 0 !important;
	padding: 0px !important;
	text-align: center;
}

h2 {
	font-size: 160% !important;
	font-style: italic;
	margin: 20px 0 !important;
	padding: 0px !important;
}

h3 {
	font-size: 140% !important;
	margin: 20px 0 !important;
	padding: 0px !important;
}

h4 {
	font-size: 120% !important;
	margin: 20px 0 !important;
	padding: 0px !important;
}

h5 {
	font-size: 120% !important;
	margin: 20px 0 !important;
	padding: 0px !important;
}

h6 {
	font-size: 120% !important;
	margin: 20px 0 !important;
	padding: 0px !important;
}

.copyright {
	font-size: 80%;
	line-height: 1.3em;
}

.colorGreen {
	color: #999966 !important;
}

/* Link stuff here
------------------------------------------------------- */

a {
	font-weight: bold !important;
	color: #666600 !important;
}

a:hover {
	font-weight: bold !important;
	color: #cc6600 !important;
	text-decoration: underline !important;
}

