/* Responsive styles for scaling */

@media screen and (max-width: 1200px) {
    .std_block {
        max-width: 960px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .std_block {
        max-width: 720px;
    }

    #first_slide .offer h1 {
        font-size: 36px;
    }

    .column {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .std_block {
        max-width: 540px;
    }

    #first_slide .contacts .column {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    #first_slide .offer h1 {
        font-size: 28px;
    }

    .column {
        width: 100% !important;
        float: none;
        margin: 15px 0;
    }

    #relocation-notice h3 {
        font-size: 20px !important;
    }

    #relocation-notice p {
        font-size: 16px !important;
    }

    #relocation-notice a {
        font-size: 16px !important;
        padding: 12px 30px !important;
    }
}

@media screen and (max-width: 480px) {
    #first_slide .offer h1 {
        font-size: 24px;
    }

    #first_slide .offer p {
        font-size: 16px;
    }

    .std_button {
        padding: 12px 20px;
        font-size: 14px;
    }

    #relocation-notice {
        padding: 15px 0 !important;
    }

    #relocation-notice h3 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    #relocation-notice p {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }

    #relocation-notice a {
        font-size: 14px !important;
        padding: 10px 25px !important;
    }
}
