body {
	background-color: #DAE1E9;
}

.bg-template {
	background-color: #6ab2e2;
	color: white;
}

.nav > li > a:hover {
    background-color: white;
	color: #6ab2e2 !important;
}

.home-welcome-image {
	max-height: 400px;
    max-width: 90%;
	padding: 15px;
    background-image: url(../images/home-image-border.png);
}

.footer {
	max-height: 400px;
	padding: 15px;
    background-image: url(../images/home-image-border.png);
	margin-top: 30px;
}

.home-images-line-1 img {
    float: left;
    width:  100%;
    object-fit: cover;
}

.home-images-line-2 img {
	object-fit: cover;
}