
    div, header, footer, main, body, html, section{
        width: 100%;
        position: relative;
        display: block;
        height: auto;
        margin:0;
        padding:0;
       overflow-x:clip;
    }
    /* spacing in div */
    .page-inner {
        width:96%;
        margin-left:auto;
        margin-right:auto;
    }

    /* block sizing */

    .fullwidth {
        width:99.9%;
    }

    .threequarterwidth {
        width:74.5%;
    }
    
    .halfwidth {
        width:49.5%;
    }

    .twothirdswidth {
        width:66.6%;
    }

    .thirdwidth {
        width:33.3%;
    }

    .quarterwidth {
        width:24.5%;
    }

    .fifthwidth {
        width:19.5%;
    }

    .sixthwidth {
        width:16.5%;
    }

    /* displaying blocks inline */

    /* old school way*/
    .inline {
        display:inline-block;
    }

    .flex-row {
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:center;
    }

    /* text alignment */

    .left-align {
        text-align:left!important;
    }

    .right-align {
        text-align:right;
    }

    .center-align {
        text-align:center;
    }

    /*Styling*/

    li a, a{
        color:inherit;
        text-decoration:none;
    }

    .inner-pad {
        width:96%;
        padding:2%;
    }
 
    /* rounded radius: 5px; circular: 10px; */

button, .wp-block-button__link {
    display: inline-block;
    border-radius:0px!important;
    padding: 0.8vw 1vw;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(0.938rem, 0.3vw + 0.9rem, 1rem);
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 99.5%;
    box-sizing: border-box;
    text-transform: uppercase;
}
