.img-page-width {
    width:      100%;
    object-fit: cover;
}

.img-overlay {
	position: absolute;
	background-color: #00000033;
}

.img-bg-top {
    object-position: top;
}

.img-bg-bottom {
    object-position: bottom;
}

.img-bg-left {
    object-position: left;
}

.img-bg-right {
    object-position: right;
}

/***********************************************************
	Backround Image classes
***********************************************************/
.home-image {
	position: relative;
}

.image-fill {
	background-size: cover;
} 

.image-center {
	background-position: center;
} 

.image-top {
	background-position: top;
} 

/***********************************************************
	Overlays
***********************************************************/

div.shade {
	position: absolute;
	top:      0px;
	left:     0px;
	bottom:   0px;
	right:    0px;
}

.img-overlay {
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    width: 100%;
    color: white;
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
.img-headline {
	font-family: "Suravaram", 'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif !important;
	font-size:   42px;
	font-family: "Alice";
	font-weight: 700;
	margin-bottom: 20px;
}
