body{
	background-color: #e7f2ff;
}
#title{
	padding: 7em 0;
	background-image: url("../images/background.png");
	background-repeat: no-repeat;
	background-position: center;
}
#title h1,h2,h3{
	color: #0072b2;
}
#title h1 span{
	font-weight: bold;
}
#title p{
	color: #28b09c;
}
#title a{
	background-color: #0072b2;
	border-color: #0072b2;
	font-weight: bold;
}
#footer{
	background-color: #2cd0b4;
	padding: 30px 0;
}
#footer div.container{
	background-color: #e7f2ff;
	padding: 20px;
	border-radius: 10px;
}
#footer h2{
	margin-bottom: 30px;
}