body {
	background-color: #F0F0F0;
	
}
.row{
	margin:0
}
.container{
	padding:0
}
.main-container {
	background-color: #fff;
	margin: 0 auto;
	max-width: 960px;
	margin-right: auto;
	padding: 0;
    height: auto;
    overflow: auto;
}
.container-header{
	padding: 0 !important;
}
.container-h2{
	padding:1.1em  0 0 1.1em;
}
.container-link{
	text-decoration: none;
	color: #5e5d5d;
}
.container-link:hover{
	text-decoration: none;
	color: #3f3f3f;
}
.container-h2 span{
	color: #A1915E;
	font-weight: 700;
}
.container-menu{
	position: absolute;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
}
.menu-style{
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 0;
	list-style-type: none;
	color: #A1915E;
	margin: 0.6em 3em;
}
.menu-style li a{
	text-transform: none;
	color: #A1915E;
}
.menu-style li a.hov{
	font-weight: 600;
}
.menu-style li a:hover{
	text-decoration: none;
	color:#6e5400;
}
.servizio{
    display: flex; 
    align-items: center;
    margin: 1em 0;
}
.image-servizi{
	margin-right: 1em;
}
.title-servizio{
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #A1915E;
}

.container-table table{
	border-spacing: 15px;
}
.container-table table tr td{
	border: 3px solid #fff;
	padding: 5px;
	background-color: #f0f0f0;
	color: #747272;
}
.container-nave{
	margin:1em 0;
}
.container-nave h4{
	color:#A1915E;
	font-weight: 600;
	font-size: 1.2em;
}

.container-nave p{
	color:#7E7E7E;
}
.container-esperienze{
	
	margin:3em 0;
}
.container-esperienze-testo{
	font-size: 1.2em;
	margin:1em 0;
	color: #7E7E7E;
}
.title-esperienze{
	color:#A1915E;
	font-size: 1.1em;
	font-weight: 600;
}
.button-navi{
	color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #7E7E7E;
    height: 29px;
    display: flex;
    width: 200px;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.button-navi:hover{
	color: #fff;
	text-decoration: none;
    background-color: #A1915E;
}
.button-navi:visited {
	color: #fff;
	text-decoration: none;
}
.button-navi:active {
	color: #fff;
	text-decoration: none;
}
.button-navi:link  {
	color: #fff;
	text-decoration: none;
}
.footer{
	font-size:1.5em;
	background-color: #a1915e;
	color: #fff;
	text-align: center;
	padding: 2em 0;
}
.footer a{
	color: #fff;
}
.footer-new{
	color: #545353;
	text-decoration: none;
	position: fixed;
    bottom: 0;
    background-color: #fff;
    height: 3em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
	border: 1px #5e5d5d solid;
}
.footer-new a{
	color: #545353;
}