﻿/*.mdgov-masthead {

    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),*/ /* dark overlay */
    /*url('/img/agencyheaderbg-generic.jpg');
    background-size: cover;
    background-position: center;
}

.mdgov-social__icon {
    margin-right: .5rem;
    font-size: 2rem;
    color: #fff;
    line-height: 0;
    text-decoration: none !important;
}*/


.container-fluid {
    max-width: 90%;
}

.mdgov-navBar {
    flex-flow: row wrap;
    background-color: rgba(0, 0, 0, .5) !important;
}

.mdgov-masthead {
    /*background-image: url('/img/agencyheaderbg-generic.jpg');*/
    /*min-height: 200px;*/
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), /* dark overlay */
    url('/img/agencyheaderbg-generic.jpg');
    background-size: cover;
    background-position: center;
}


.mdgov-social__icon {
    margin-right: .5rem;
    font-size: 2rem;
    color: #fff;
    line-height: 0;
    text-decoration: none !important;
}

