.description-service {
	font-size: 1.1em;
}

.container-service > h3 {
	margin: 0.5em 0;
}

.container-service {
	margin: 1em 0;	
}

.content-service {
	padding:1em;
	background-color:rgba(255,255,255,0.1);
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;

}

.content-service h3 {
	margin: 0.5em 0;
}

html, body {
    height: 100%;
}

body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
}
footer, .push {
    height: 250px; /* .push must be the same height as .footer */
}