/* regola generale */
*{
	margin:0;
	padding:0;
}
/* regole html grafiche */

html {
    background: #ffffff;
    text-align: justify;
    text-justify: inter-word;
}
/*interlinea*/
body{
    line-height: 50px;
}
/*immagine*/
img {
  margin-left:10%;
  padding-right: 20%;
  height: 70%;
  max-height: 500px;
  padding-bottom: 25%;
}

/*titoli*/
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    }
h1 {
font-size: 72px;
}
h2 {
font-size:14px;
}
h3 {
 font-size:18px;
font-weight:300px;
}
/*paragrafi*/
p {font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
        text-justify: inter-word;
        }
/*lista*/
li {
        font-size: 24px;
    }
/* unvisited link */
    a:link {
    color: blue;
    text-emphasis-style: bold;
    text-decoration: none;
    }
  
/* visited link */
    a:visited {
    color: purple;
}
  
/* mouse over link */
    a:hover {
    color: orangered;
    }
  
/* selected link */
    a:active {
    color: #fff8e7;
  }

.container_video	{position:relative;
	padding-top:30px;
	height: 330px;
	overflow:hidden;
}
.container_video iframe, .video-container object, .video-container embed {
	position:absolute;
	top: 20px;;
	left:20px;
    width:90%;
	height:100%;
    max-width: 600px;
    max-height: 330px;
}
.container_text{
   padding-left: 20px;;
    width: 90%;
    max-width: 600px;
}
