.bgSkyBlue {
	background-color:#57c9f4;background-color:#67BCF4;
	background-image: url("../background.jpg"); /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	border-radius:unset;
	margin-bottom:-1px;
}
.bgHills {
	/*background-image: linear-gradient(#aebb6a, #e4be82);*/
	background-color:#67BCF4;
	background-image: url("../images/backgroundHills2W2000.png"); /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-position:bottom;
	border-radius:unset;
	margin-bottom:-1px;
}
/*.bgGrassGradient {background-image: linear-gradient(#c4d979, #95a65e);}*/
.bgGrass {
	background-color: #162d24;
	/*background-image: url("../images/fenceW2000.png"); */ /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	border-radius: unset;
	margin-bottom: -1px;
}
.bgLightGrass {
	background-color: #465e06;
	/*background-image: url("../images/fenceW2000.png"); */ /* The image used */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	border-radius: unset;
	margin-bottom: -1px;
}
.card-img-top-animal {position:relative;top:-100px;margin-bottom:-100px;}

@media(min-width: 768px)
{
	
}
@media(min-width: 992px)
{
	
}
@media(min-width: 1200px)
{
	
}
@media(min-width: 1600px)
{
	.bgSkyBlue .container {max-width:1140px;}
}
@media(min-width: 1900px)
{
	.bgSkyBlue {min-height:550px;}
	.bgHills {min-height:820px;}
}
