#home {
	background-attachment: scroll;
	background-image: url(../../images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
}
.section-content-home{
	width: 90%;
	min-height: 200px;
}
#welcome {
	background-image: url(../../images/Blue-background-square.jpg);
	background-repeat: repeat;
}
.section-content-welcome{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	min-height: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news {
    background-color:#f8941d;
}
.section-content-news{
	width: 100%;
	min-height: 800px;
}
#footer {
    background-color:#acacac;
}
.section-content-footer{
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	min-height: 200px;
}

@media screen and (max-width:1176px) {

.section-content-welcome{
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}

}
