/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

.theLatest .et_pb_background_pattern {
     background-image: url("https://davidquammen.com/wp-content/uploads/2023/05/old_mathematics_@2X.png")!important;
}

.djs-custom-background-pattern-1 .et_pb_background_pattern {
      background-image: url("https://davidquammen.com/wp-content/uploads/2023/05/old_mathematics_@2X.png")!important;
}

/* Add a Background Image to the DIVI Primary Menu */

#main-header {
background-size: initial;
background-repeat: repeat;
background-image: url(https://davidquammen.com/wp-content/uploads/2023/05/old_mathematics_@2X.png) !important;
}



/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

/* H1 CSS */

h1{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 60px !important;
font-weight: bold !important;
}
h2{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 48px !important;
font-weight: bold !important;
}
h3{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 36px !important;
font-weight: bold !important;
}
h4{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 36px !important;
font-weight: normal !important;
}
h5{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 20px !important;
font-weight: bold !important;
}
h6{
color: #999999 !important;
font-family: montserrat, sans-serif !important;
font-size: 16px !important;
font-weight: bold !important;
}