﻿


/* MEDIA 479 ######################################### */
@media only screen and (max-width:479px) {
    body {
        width: auto !important;
    }

    .image-full-container {
        width: 100%;
    }

        .image-full-container img {
            width: 100%;
        }

    .flex-container {
        width: 93% !important;
        flex-direction: column;
    }

    .date-row {
        flex-direction: column;
        align-items: center;
    }

    .blueboxout {
        padding: 1em;
    }

    .textpad {
        padding: 1.5rem;
    }

    .centereddiv {
        width: 93% !important;
    }

    .hideawaycontainer {
        width: 93% !important;
    }

    .cfsmall-container {
        width: 93% !important;
    }

    .centereddivcenter {
        width: 93% !important;
    }

    table [class=main] {
        width: 93% !important;
    }

    table [class=full] {
        width: 100% !important;
        margin: 0px auto;
    }

    td[class="two-left"] {
        display: block;
        width: 100% !important;
    }

    table [class=two-left-inner] {
        width: 90% !important;
        margin: 0px auto;
    }

    table [class=menu-icon] {
        display: none;
    }

    img[class="image-full"] {
        width: 100% !important;
    }

    table[class=menu-icon] {
        display: none;
    }

    .date-container.nopadding {
        margin-top: 0px;
        padding-top: 0px !important;
    }

        .date-container.nopadding p {
            margin-bottom: 0px;
        }

    .rounded-link {
        font-size: 0.8rem;
    }

    .normalboxout {
        padding: 2rem;
    }

        .normalboxout p {
            text-align: justify;
            font-size: 1.1rem;
        }

    .responsiveimage {
        width: 100%;
    }
}
