@charset "utf-8";
/* CSS Document */


.body{
	padding:0em;
	background-color:rgba(42,28,112,1.00);
	width:100%;
	margin:0em;
	z-index:6;
	/*margin-top:2em;
	font-family: "Lato", sans-serif;
 	transition: background-color .5s;*/

	}




.contenitore{ 
position: relative;
display: inline-block;
left: 0px;
top: 0px;	
width: 100%;
height: 100%;	
text-align: center;	
background-color:rgba(31,29,29,0.8);
z-index: 900;		
}



.contenitore h1{ 
font-family: "Lato", sans-serif;
font-size: 144px;
color: rgba(42,28,112,0.8);
/*color: white;*/
	/*-webkit-text-stroke: 1px #F8F8F8;*/
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;	
	/*text-shadow: 0px 2px 4px rgba(42,28,112,1.00);*/
z-index: 900;	
}

.contenitore_scritta{
position: relative;
display: inline-block;	
text-align: center;
width: 100%;	
z-index: 900;		
}

.vertical{
width:386px; 
height:360px; 
/*background:tan;
border:1px solid blue;
*/position: absolute;
top:50%;
left:50%;
margin-top: -180px;
margin-left: -193px;
text-align: center;	
z-index: 500;		
}


.vertical img{
width: 386px;
height: 360px;
}






.master {
position: relative;
display: inline-block;
top: 50%;
left: 50%;	
background-color: cornflowerblue;	
	
	
}



.int {
position: relative;
display: inline-block;

top: -180px;
left: -193px;	
}



.int img{
width: 387px;
height: 360px;
}