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: rgba(8, 5, 5, 0.612);

}

footer a{
     color: white;
}

footer a:hover{
     color: #dfdfdf;

}



@media (max-width: 767.98px){
	.color-overlay {
		min-height: 30vh;
	}
}

