/**
 * Responsive Styles
 * Author: AMMedia
*/


/* Large. Above 62em (992px) */
@media screen and (max-width: 62em) {

    #header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #content .form-bar h3 {
        font-size: 2.42rem;
    }

    #content img {
        margin: 0px;
    }
    
    #footer-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }


}