/*
 Theme Name:   GeneratePress Global CO2 Child
 Theme URI:    http://gpglobalco2.deosites.com/globalco2-child/
 Description:  GeneratePress Child Theme for Global CO2
 Author:       D. Edwards-Onoro
 Author URI:   https://lireo.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, responsive-layout, accessibility-ready
 Text Domain:  generate-press-child
*/

/* ------------------------------------------------------------ *\
    Base
\* ------------------------------------------------------------ */

body {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    background: #fff;
    color: #121212;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #00274C;
    font-weight: 400;
}

a {
    color: #00274C;
}

a:hover, a:focus, a:active,
a:visited {
    color: #00274C;
}

.h1,
h1 {
    font-size: 45px;
    line-height: 1.17;
}

.h2,
h2 {
    font-size: 40px;
    line-height: 1.2;
}

.h3,
h3 {
    font-size: 35px;
    line-height: 1.22;
}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.26;
}

.h5,
h5 {
    font-size: 28px;
    line-height: 1.28;
}

.h6,
h6 {
    font-size: 20px;
    line-height: 1.22;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    body {
        font-size: 16px;
        line-height:  1.5;
    }

    h1 {
        font-size: 30px;
        line-height:  1.26;
    }

    h2 {
        font-size: 28px;
        line-height:  1.24;
    }

    h3 {
        font-size: 25px;
        line-height: 1.32;
    }

    h4 {
        font-size: 22px;
        line-height:  1.36;
    }

    h5 {
        font-size: 20px;
        line-height:  1.4;
    }

    h6 {
        font-size: 18px;
        line-height:  1.27;
    }
}
