/*
Theme Name: Jumpbox Fitness Reviews
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:   John F Schuster http://johnfschuster.com
Template: Divi
*/

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


/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
/*color: green; */
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
/*color: yellow; */
}

#footer-info a:hover { 
/*color: pink; */
}


/* Header */

#main-header {
	background-color: 1c1c1d;
}

.et_fixed_nav #main-header {
	background-color: 1c1c1d;
}