body{font-family:Cairo,sans-serif;font-weight:200;color:#221858;}
header,footer,section{width:80%;margin:1rem auto;display:flex;}
header img{height:80px;margin:0 10px;}
header h1{font-size:x-large;}
a{padding:0.25rem 0.5rem;color:#221858;}
a:hover{background:#221858;color:#ffffff;text-decoration:none;}
section{margin:2rem auto;flex-direction:column;}
.renovation{font-size:0.75rem;text-align:center;font-style:italic;}
.renovation h2,p{margin:0;padding:0;}
.container{display:flex;flex-direction:column;}
.container-item{margin:0.5rem;flex-grow:1;flex-basis:0;}
footer{font-size:0.75rem;border-top:1px solid #221858;text-align:center;flex-direction:column;}
footer p{margin:0;}
@media screen and (min-width: 1024px){.container{flex-direction:row;}}
@media screen and (min-width: 1440px){.container{flex-direction:row;} .services{flex-grow:2;}}