.first-color { 
	background: #247291; 
}
	
.second-color { 
	background: #f8da5b; 
}

.third-color { 
	background: #eef2e2; 
}

.fourth-color { 
	background: #f5f9ee; 
}

body{
    background-color: #f8da5b;
    color:#247291;
}
#header{
    color: #247291;
    background: #eef2e2 !important;
}

.title-h1h2 h1+h2{
    margin: 0.5rem !important;
    color: #247291; 
    text-align: center;
}
.title-h1h2 h2+h3{
    margin: 0.5rem auto 1.5rem auto;
    color: #247291; 
    text-align: center;
}
h4, h5, h6{
    color: #247291; 
}
#footer{
    color: #247291;
    background: #eef2e2 !important;

}
p.big-size{
	font-size: 1.3em;
}

