

/* large devices (desktops): from 992px to 1200px */
@media only screen and (max-width: 1200px) {

    .row,
    #header-text-box { padding: 0 4%; }

    #header-text-box { width: 100%; }

}

/* medium devices (tablets): from 768px to 991px */
@media only screen and (max-width: 991px) {

    #section-wedding { 
        padding-top: 60px;
        padding-bottom: 40px;
     }

    #section-wedding .col {
        width: 100%;
        margin: 0 0 4% 0;
    }

    #section-wedding .col:last-child { margin-top: 5%; }

    #wedding-img-box { margin-top: 5%;}

    #section-form { padding-top: 40px; }

    #contact-form { width: 75%; }
}

/* small devices (phones): from 577px to 767px */
@media only screen and (max-width: 767px) {
    
    h1 { font-size: 180%; }
    h2 { font-size: 150%; }

    h3:after {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .col { 
        width: 100%;
        margin: 0 0 4% 0;
    }

    #logo { height: 110px; }
    #navigation { margin-top: 30px; }
    .mobile-nav-icon { margin-top: 55px; }

    #section-wedding {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    #section-rental-and-ride { 
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .service-text-box:last-child { margin-top: 10%; }

    #section-form { padding-top: 30px; }

    #contact-form { width: 90%; }

    #contact-form .span-1-of-3 { margin-bottom: 1%; }

    #contact-form .row:last-child .col {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #contact-form .row:last-child .col:first-child { display: none; }
}

/* very small devices (small phones): from 0 to 576px */
@media only screen and (max-width: 576px) {

    #section-wedding {
        padding-top: 45px;
    }

    #section-form h2 { padding: 0 3%;}
}