@charset "UTF-8";
.container  {
	max-width: 580px;
}
body {
	font-family: lft-etica, sans-serif;
    text-align: justify;
    text-justify: inter-word;
    color:#4d7cac;
    font-weight: 200;
    font-size: 18px;
}
img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    }
.jumbotron {
  padding: 0 !important;
	border-radius: 0px !important;
    margin-bottom: 0;
}
.bgtop {
    background: url("../images/bgfiocco.webp") #D4CCC9 repeat-x; 
    background-position: top; 
    background-size: 206px;
}
.bgbottom {
    background: url("../images/bgfioccobottom.webp") #eeebe9 repeat-x; 
    background-position: bottom; 
    background-size: 206px;
}

.footer { 
    color: #fff;
	background-color: #365978;
	font-style: normal; 
	font-size: 0.6em;
	}
.footer a{ 
    color: #fff;
	font-weight: 500;
	}