.color_footer {
background-color:#FFFFFF;
}

footer {
margin: 50px 0;
}

.footer h1 {
color:#e37326;
font-weight:700;
font-size: 2.4em;
margin-top:20px;
}

.footer h2 {
font-family: 'Merriweather',Arial,sans-serif;
color:#000000;
font-weight:700;
font-size: 3.5em;
margin-bottom:30px;
}

.footer p {
text-align: center;
font-size:1.8em;
font-weight:400;
line-height:1.2em;
}

p.icon_size_footer {
font-size: 1.3em;
}

@media (min-width: 1px) and (max-width: 768px) {
p.icon_size_footer {
font-size: 0.8em;
}
}

p.footer_links {
font-size: 1.3em;
}

hr.footer {
/* max-width: 50px; */
border-top: 1px dashed #999999;
margin: 20px 0px 20px 0px;
background-image:none!important;
height:0px!important;
}






