/* EXTRA-SMALL - only 6/6 columns at this width */

#headerWrapper {    /* Basic background for banner*/
    background: #ffffff;
}

#partnerBranding {
    height: inherit;
}

/*Partner logo image(s) above banner, if applicable*/
#minnesotaDeptLogo {
    margin: 5px;
}

/* Page content is updated at these widths. Use different banner images, if applicable */
@media screen and (min-width: 750px) {
    /* SMALL - responsive options are { 3, 6 } columns out of 6 at this width
       Banner image is added at this width */

    .welcomeTitle { /* If the welcome bar is long, adjust the max-width % to fit */
    }

}


@media screen and (min-width: 1240px) {
    /* MEDIUM - responsive options are { 2, 3, 4, 6 } columns out of 6 at this width */

}

@media screen and (min-width: 1500px) {
    /* LARGE - responsive options are { 2, 3, 4, 6 } columns out of 6 at this width */

}

.secondary-h3 {
    font-size: 1.5em;
}

#services {
    margin-top: 30px;
}


.serviceLinkCategory {
    min-height: 50px;
}
