@media (max-width: 995px) {

    body {
        font-size: 16px;
    }

    header .menu-toggle {
        position: fixed;
        top: 19px;
        right: 17px;
        display: inline-block;
    }

    header .menu-toggle .bar {
        -webkit-animation: none;
        animation: none;
    }

    nav.sub-nav {

        background: rgba(198, 0, 0, 0.9);
        width: 300px;
        margin-right: -300px;
        -webkit-backdrop-filter: blur(20px) saturate(180%);
        backdrop-filter: blur(20px) saturate(180%);
    }

    nav.main-nav {
        display: none;
    }

    nav.sub-nav ul li a {
        font-size: 17px;
    }

    header .logo img {
        height: 35px;
    }

    header .navbar-division {
        display: none;
    }

    .large-image-header {
        left: -25vh;
        right: -25vh;
    }

    section p, section ul, input, textarea, .document {
        width: 100%;
    }

    .top-spacing {
        padding-top: 100px;
    }

    section h2 {
        font-size: 2em;
    }

    section h3 {
        font-size: 1em;
    }

    section h4 {
        font-size: 1.5em;
    }

    section h2.heading {
        font-size: 25px;
    }

    section h2.heading:before , section h2.heading:after {
        height: 37px;
    }

    .bullet-point-block {
        width: 100%;
    }

    footer h3, footer .big-button, footer .large-text {
        font-size: 1.2em;
    }

    footer .copyright {
        margin-top: 0;
    }

}