
.masthead {
   position: relative;
   min-height: 0 !important;
   box-shadow: none !important;
   }
       

    .masthead .col-md-10{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .masthead h1{
        font-size: 3em;
        margin: 2em 0 1.5em 0;
    }
    .masthead .sub-site-banner{
        background-color: rgba(0, 0, 0, .5);
        padding: .5em 0;
        width: 100%;
        text-align: left;
        color: white;
    }
    .masthead .sub-site-banner a{
        color: white;
    }
    .masthead .sub-site-banner a .sanctuary-name{
        font-size: 1.33em;
    }

@media screen and (min-width: 768px) {


}

@media screen and (min-width: 992px){

}

@media  screen and (min-width: 1200px) {


}

@media  screen and (min-width: 1600px) {
   
}