/***
 * ReliablePlant.com additional styles
 * https://Magazine.ReliablePlant.com/rp.css
 * Last updated: February 06, 2024
 * Updated by: James Swearengin
***/

/* Google Font: Libre Franklin - for headers */
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,900;1,900&family=Roboto:wght@900&display=swap');

body>div {
    min-height: unset !important;
    overflow: unset !important;
    padding-bottom: unset !important;
}

#mainBody {
    max-width: 1400px;
    padding: 0 !important;
}

@media (max-width: 768px) {
    #mainBody {
        max-width: 90%;
    }

    .flexLeader {
        margin: 0 auto;
        max-width: 90% !important;
    }

}