﻿body {
    background-color: #116AD9 !important;
}

    body::after {
        z-index: -9999;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url('../../images/websiteRedesign/background.png');
        background-repeat: repeat;
        background-size: 25vw 25vw;
        opacity: 0.10;
    }



/* TABLET */
@media only screen and (max-width: 960px) {

    body::after {
        background-size: 55vw 55vw;
    }

}



/* MOBILE */
@media only screen and (max-width: 550px) {

    body::after {
        background-size: 75vw 75vw;
    }
}
