/*  -----  Responsive Style Sheet  -----   */

@media screen and (max-width: 980px) {
    header span:first-child img {
        max-width: 80px !important;
    }
    header span:nth-child(2) img {
        max-width: 120px !important;
    }
    header span:nth-child(3) img {
        max-width: 60px !important;
    }
    header span:nth-child(4) img {
        max-width: 60px !important;
    }
    .form-box {
        width: 80%;
    }
    section#mapInfo .row--figures p {
        white-space: normal;
    }
}

@media screen and (max-width: 576px) {
    header span:first-child img {
        max-width: 70px !important;
    }
    header span:nth-child(2) img {
        max-width: 100px !important;
    }
    header span:nth-child(3) img {
        max-width: 50px !important;
    }
    header span:nth-child(4) img {
        max-width: 50px !important;
    }
    section#mapInfo img {
        margin-top: 20px;
    }
}
