*
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
  }
/* Clear floats 
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix{
  *zoom: 1;
}*/

body {		
background-image: url(img/strip2.jpg);
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}

/* principale*/


aside{
	text-align: center;
	float: left;
    width: 25%;
    margin: 1em;
}

aside img {
width: 60%;
border: none;
margin-top: 40px;
border: 0.1em solid #4d4d4d;
box-shadow: 0.01em 0.2em 0.3em 0.001em rgba(0, 0, 0, 0.9);
border-radius: 30px;
 	}
	
aside h1{
 min-width: 10em;
 text-align: left;
 background: linear-gradient(to right, white, #bfbfbf);
 font-size: 1.2em;
 text-shadow: 0.02em 0.03em grey;
 padding: 0.5em;
 margin: 0.3em 0.3em 0.4em 0.3em;
 border: 0.15em ridge  #a6a6a6;
 border-radius: 0.3em 0.3em 0.3em 0.3em;
 opacity: 0.5;
}

#content{
	text-align: center;
    float: left;
	width: 69%;
	padding: 0.2em 0.2em 0.2em 0.1em;
	
}
header{
justify-content: space-between;
border: ridge silver;
border-left: 2em;
border-right: 1em;
margin-top: 2em;	
margin-bottom: 2em;
display: flex;
box-sizing:border-box;
}

h2 {
 font-weight: 600;
 font-size: 1.2em;
 text-shadow: 0.07em 0.06em grey;
 padding: 0.1em;
 opacity: 0.7;
}

h3 {

 text-align: center;
 font-weight: 600;
 font-size: 1em;
 text-shadow: 0.02em 0.03em grey;
 padding: 5px;
 opacity: 0.7;
}
	
section {
text-align: justify;
min-width: 18em;
padding: 0.5em;
background: rgba(333, 333, 333, 0.3);
font-size: 1.2em;
font-weight: 500; 
border: 0.2em ridge silver;
border-radius: 2%;
}

article {
width: 100%;
min-width: 18em;
background: rgba(333, 333, 333, 0.3);
text-align: center;
font-size: 1.2em;
font-weight: 500; 
border: 0.2em ridge silver;
margin: 0.1em 0.1em 0.2em 0.1em;
border-radius: 2%;
}
section dd {
font-family: monospace;
font-size: 0.8em;
text-align: left;
font-weight: 500;
padding: 0.1em;
}
article h1 {
text-align: center;
background: linear-gradient(to right, white, #c4b3b3);
font-weight: 500;
font-size: 0.9em;
text-shadow: 0.02em 0.04em grey;
padding: 0.1em;
margin: 0.1em 0.1em 0.1m 0.1em;
border: 0.13em ridge  #a6a6a6;
border-radius: 0.3em 0.3em 0.3em 0.3em;
opacity: 0.8;
}
article img {
max-height: 100%;
max-width: 100%;
width: auto !important;
height: auto !important;
box-shadow: 0.01em 0.2em 0.3em 0.001em rgba(0, 0, 0, 0.9);
border-radius: 30px;
}
article video { 
max-width: 80%;
width: auto !important;
height: auto !important;  
} 
article header{
text-align: center;
background: linear-gradient(to right, white, #bfbfbf);
font-weight: 500;
font-size: 0.9em;
text-shadow: 0.02em 0.04em grey;
padding: 0.1em;
margin: 0.1em 0.1em 0.1m 0.1em;
border: 0.13em ridge  #a6a6a6;
border-radius: 0.3em 0.3em 0.3em 0.3em;
opacity: 0.8;
}

article header p{
 line-height: 0.2em;  
 margin: 0.1 0;
}

/*didascalia*/

.b {
  font-size: 1.2em;
  font-family:monospace;
  text-shadow: 0.03em 0.03em;
}

.i {
  font-style: italic;
  padding: 0.1em 2em 0.2em 2em;

}
.c {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	
}

/*info*/


/* filmografia */	
figure {
 min-width: 18em;
 width: 100%;
 text-align: center;
 border-radius: 0.7em;
 border: 0.2em ridge #a6a6a6;
 background: linear-gradient(to right, white, #bfbfbf);
 margin: 0.1em 0.1em 0.2em 0.1em;
 padding: 0.5em 0 0.5em 0;	
    }
figure img {
max-width:90%;
box-shadow: 0.01em 0.2em 0.2em 0.01em rgba(0, 0, 0, 0.9);
border-radius: 10px;
	 }
figure video {
max-width: 60%;
margin: 1em 1em 1em 1em;
 }
figcaption {
	font-size: 1.4em;
	text-align: justify;
	padding: 0.3em 0.3em 0.3em 0.3em;
	margin: 0.1em 0.5em 0.1em 0.5em;
	}
img.opacity {
	opacity: 0.8;
    
}
/* immagine solitaria*/

.single {
	border: 0.1em ridge silver;
	border-radius: 30px;
	opacity: 0.9;
	margin: 0.5em;
	max-width: 100%
}

.rounded-corners {
  border-radius: 30px;
}

/*footer*/

footer #button{
	width: 0.7em;
	height: 0.7em;
	border: #727172 0.2em ridge;
	border-radius: 1em;
	margin:0 auto;
	position:relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
footer #button:hover{
	width: 0.7em;
	height: 0.7em;
	border: #3A3A3A 0.2em ridge;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	position:relative;
}
footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 1em;
	text-align: center;
	font-family: monospace;
	color:darkgrey;
	font-weight: 500;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
	}
footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 2.1em;
}
/*Menu*/

a:link {
	text-decoration-line: none;
	color: #262626;
	}
	
a:visited {
color: #4d4d4d;
}

nav {
text-align: center;
display: flex;
justify-content:flex-end;
}

nav a:link {
 text-decoration: none;
}

nav ul {
list-style-type: none;
text-align: center;
font-size: 0.92em;

}
nav li { 
font-weight: 600;
font-size: 1em;
text-shadow: 0.05em 0.04em grey;

opacity: 0.7;
float: left;
display: inline;
padding 10px;
margin: 0.1em 0.8em 0.1em 0.8em;
}

nav .active {
font-family: cursive;
font-size: 1.1em;
font-weight: 800;
 color: #330011;
}
nav li a:hover {
 background-color: rgba(102, 0, 51, 0.1);
 padding: 0.3em;
 border-radius: 8px;
 border: 0.09em  ridge beige;
}

