#home {
	background-attachment: scroll;
	background-image: url(../../images/Background-Mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:  cover;
}
.section-content-home{
	width: 100%;
}
#welcome {
	background-image: url(../../images/Blue-background-square.jpg);
	background-repeat: repeat;
}
.section-content-welcome{
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	min-height: 400px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#news {
    background-color:#ffffff;
}
.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;
}

