/*
Theme Name: Teach the Civil War Theme
Theme URI: http://beeghleytech.net
Description: A Custom Child Theme For Divi
Author: Beeghley Tech Innovations
Author URI: http://beeghleytech.net
Template: Divi
Version: 1.0
*/


/* Full Width Header and Subheader Font Styling */

#tcw-fwheader .et_pb_module_header h1 {
color:#fff !important;
font-family: "Playfair Display" !important;
font-size: 55px !important;
}
 


.tcw-fwheader .et_pb_fullwidth_header_subhead {
color:#fff !important;
font-family: "Playfair Display" !important;
font-size: 25px !important;
}
/* End Full Width Header Styling */

/* Nav Menu */
.container.clearfix.et_menu_container {
height: 110px;
}

.et_fixed_nav #logo {
max-height: 250px;
}

#top-menu li {
/* font-size: 14px;
color: #fb0596; */
}
/* End Nav Menu */

/* Footer */

#footer-info a:hover {
 color: #f2c367;
 text-decoration:underline;
 }

#footer-bottom .et-social-icons a:hover {
 color:#f2c367 !important;
 }
/* End Footer */

/* Remove Page Titles */
.page .entry-title {
   display: none;
}
/* End Remove Page Titles */



/****** Add overlay to parallax sections *******/

.gradient-overlay:before {
content:"";
position:absolute;
z-index:1;
background:inherit;
top:0;
bottom:0;
width:100%;
}
.gradient-overlay .et_pb_row {
z-index:2 !important;
}
.gradient-overlay {
background-color: transparent;
}
/* End add overlay * /





