*{
	margin: 0px;
	padding: 0px;
}
@font-face{
	font-family: MovieLetter;
    src: url(TypoGraphica.otf);
}
/*MENU*/
header{
	background-color: #363636;
	color: white;
	height: 4vw;
	padding-top: 1vw;
	font: normal normal 4vw/1 MovieLetter;
	position: relative;
}
nav{
	background-color: #363636;
	padding-top:1.3%;
	width: 100%;
	z-index:1000;
}
nav ul{
	height: 3.4vw;
	list-style: none;
	/*padding: 2%;*/
}
nav ul li{
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1.1%;
	padding-bottom: 1.1%;
	display: inline-block;
	/*position:relative;*/
	color: white;
	font: normal 300 1.3vw/1 "Segoe UI";
}
nav ul #vocem:hover{
	background-color: #424242;
	padding-bottom: calc(1.1% - 6px);
	border-bottom: 5px solid #00E676;
}
nav ul #voce{
			padding-bottom: calc(1.1% - 6px);
			border-bottom: 5px solid #00E676;
 }
nav ul li ul.children li.sub:hover{
	font-weight: bold;
	/*padding-bottom: calc(1.1% - 6px);
	border-bottom: 5px solid #00E676;*/
}
nav ul li a{
	color: white;
	text-decoration: none;
}
nav ul li:hover .children{
	display: block;
	background-color: #424242;
	padding: 2vw;
}
nav ul li ul.children{
	display: none;
	position: absolute;
	z-index: 10001;
	width: 10vw;
	margin-left:-3vw;
	margin-top: 1vw;
}
nav ul li ul.children li.sub{
	overflow: hidden;
	display: block;
	width: 134%;
    margin-left: -20%;
	height: 50%;
	padding: 0;
}
nav ul li ul.children li.sub a{
	text-align:center;
	text-decoration: none;
}
.sec{
	margin-top: 10%;
}

.sel{
	font-weight: bold;
}


/*HOME*/
section article#img_main{
	background-image: url("../img/Gallery/chiesa_front.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:50vw;
}
section article #title{
	font: normal normal 4vw/1 MovieLetter;
	margin-left: 2%;
	color: #363636;
}
section article #storia{
	font: normal normal 1.5vw/1.3 "Segoe UI";
	text-align: justify;
	padding: 2%;
	color: #505050;
}

footer{
	background-color: #363636;
	height: 5vw;
	padding-top: 2vw;
	font: normal normal 1vw/1 "Segoe UI";
	color: #a0a0a0;
}
article#art1{
	margin-top: 2vw;
}

/*CHI SIAMO*/
article#art{
	margin-top: 0;
}
section #noi{
	margin-top: 5%;
}
table tr td.unterzo{
	width: calc(100%/3);
}
.border{
	border-right: 1px solid #00E676;
}
table td tr span.fotoprofilo{
	width: 20%;
	float: left;
	margin: 0;
}
.fontable{
	width: 70%;
	float: right;
	font: normal normal 13px/1.2 "Segoe UI";
	text-align: justify;
	padding-left: 5%;
	padding-right: 5%;
}
.margintable{
	padding-top: 5%;
}
.nome{
	font: bold 16px/0.5 "Segoe UI";
	text-align: center;
}

/*STATUE*/
section article #title_statue{
	font: normal normal 3vw/1 MovieLetter;
	margin-left: 2%;
	color: #363636;
}