/* FOGLIO STILE idet con immagini modali*/

body {
    font-family: "verdana", "serif";
	
}

a:link {
  color: black;
}
a:visited {
  color: black;
}
a {
  text-decoration: none;
}



.contenitore {
	width: 100%;
	
	}

.cornice {
	overflow: hidden;
	/*background-image: url(imgStudio/gialloBluSfumato.jpg);*/
	}

.intestazione {
	width: 100%;
	float: left;
	/*background-image: url(imgStudio/sfumaturaVerdeSu.jpg);*/
}

.intestazione2 {
	width: 100%;
	float: left;
	/* background-image: url(imgStudio/sfumaturaVerdeSu.jpg); */
}

.gSx {
		
	width: 13%;
	
	
	float: left;
	}

.gCx {
	
	padding: 20px;
	width: 65%;
	
	float: left;
	}

.gDx {
	
	
	width: 13%;
	
	float: left;
	}


.piepagina {
	width: 100%;
	
	float:left;
	}


.imgFles {max-width: 100%}


.centro {
    text-align: center; 
}	

.menu {
/*	margin: 5%;
	margin-left: 5%;
	margin-top: 5%; */
	padding: 4%;
	border-bottom: 1px solid black;
	font-size: 100%;
	
}

h1 {
	
	font-size:350%;
	color:blue;
	font-style: italic;
}

h2 {
	text-align: justify;
	color:blue;
	font-style: italic;
	
}

.invisibile{
	visibility: hidden;
}


.invisibile1{
	visibility: hidden;
}


.carLarg {
	font-size: 1.2em;
}

.giustifica {
	text-align: justify;
 }

.piupad{
	padding: 100px;
}





@media screen and (max-width: 800px) {
	
	.gSx {
	display: none;
	
	/*width: 100%;
	float: left;*/
	}

.gCx {
	
	
	width: 100%;
	float: left;
	
	}

.gDx {
	
	
	width: 100%;
	float: left;
	
	}
	
.invisibile1{
	visibility: visible;
}	


.invisibile{
	visibility: hidden;
}
	
.piupad{
	padding: 10%;
}	
	
	
	}
	
.gimg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.gimg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
   
    animation-name: zoom;
    animation-duration: 0.6s;
}



@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

ul {

line-height: 3.0em;


}
