﻿
.page-loading .small-site-heading {
    display:none;
}
.small-site-heading {
    font-family: "Roboto Flex";
    font-style: normal;
    font-weight: 600;
    font-size: 3rem; /* 64px */
    line-height: 94%;
    font-stretch: 60;
    font-variation-settings: "wdth" 60, 'opsz' 80, 'GRAD' 0, 'slnt' 0, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTLC' 570, 'YTUC' 712, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738;
}
/*************** Footer ********************/
footer.v4 .h1 {
    font-size: 3rem;
}

footer.v4 {
    background-color: /*#414141 !important */ /*#2A3950*/ /*#001828*/ rgb(0, 43, 73);
    /*    clip-path: polygon(0 6%,0 100%,100% 100%,100% 0);
*/ display: block;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

    footer.v4 .footer__bg {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(#DEE292, #EFF1C9);
        transform: skewY(-2deg);
        transform-origin: top left;
    }

    footer.v4 ul {
        list-style-type: none;
    }

/*************** BODY ************************/
/*************** BODY ************************/


body.v4 {
    margin-bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    body.v4 main, body.v4 section {
        flex: 1;
    }

    footer.v4, body.v4, body.v4 section, body.v4 main {
        overflow-x: hidden;
    }
