﻿.bgimage {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 60%);
    margin-top: -17px;
}
#MainContent_headertext > h2 {
    text-shadow: 1px 1px #ffffff;
}
.lead {
    font-weight: 400;
    color:#000;
}



@media only screen and (max-width: 768px) {
    .bgimage {
        height: auto !important;
    }
}