/* Styles for Project: Volcano Disaster Assistance Program */
@media screen and (min-width: 768px) { /* if viewport is 768 pixels wide or wider */
    
    .usgs-header {
        height: 80px;
    }
    /*
    .container, .body-content {
        max-width: 1024px;
        margin: 0 auto;
    }
    */
    /* Remove the padding we set earlier */
    /*
    .header, .footer {
        padding-left: 0;
        padding-right: 0;
    } 
    */
}   
