@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

header {
    background: no-repeat center center;
    background-size: cover;
    color: white;
}

.color-overlay {
    background-color: rgba(0,0,0,0.4);
    min-height: 60vh;
}

.singleCol {
    max-width: 750px;
}

footer {
    background-color: #E4E3E3;
    color: white;
}

footer a {
    color: white;
}

footer a:hover {
    color: #4F96A7;
}

@media (max-width: 767.98px) {

        min-height: 30vh;
    }
    .color-overlay {
    
}.image-sourse {
}
