@charset "UTF-8";
/* CSS Document */


video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.autoplay

.loop

html, body {
	margin: 0;
	padding: 0;
	font-size:1.5vw;

}
/* Header*/
.headerContainer {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;


}
.header {

	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 42pt;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
	text-align: center;


}


/*style selection*/
a{
	color: lightpink;
	text-decoration: none; 	
}
a:hover {
	color: lightgrey!important;
	text-decoration: none; 	
}

/*scoll view*/
.scrollView {
    margin: 0 8vw 0 8vw;
    padding: 2vw 2vw 0 2vw;
	position: relative;
}

.scrollViewImageContainer {
	display: -webkit-inline-flex;
	margin-bottom: 1vw;
	margin-top: 2rem;
	padding-bottom: 1vw;
	width:100%!important;
	position: relative;
		
}
.scrollViewImageContainer:hover .caption {
    opacity: 1;
}

.scrollViewImageContainer img{
	width: 100%;
    height:100%;
	

}
.scrollViewImageContainer img:hover {
	opacity: 0.5;
}


.caption {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	opacity: 0;
   
}

/*style text*/
.myText {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 18pt;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: left;
	float: right;
	width:65%;
	
	
}
.myText2 {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 18pt;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 6rem;
	text-align: left;
	float: ;
	width:65%;
	
}
/*corpo  credits*/
.credits{
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 25pt;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-align: left;
	float: left;
	width: 45%;
	position: fixed;
	z-index: 100;
	
}
d1 {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 1rem;
	line-height: 1.5;
}
d1 a {
	text-decoration: none;
}
d1 a:hover {
	text-decoration: underline;
}

/*style testo corpo*/

h2 {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	margin: 0 0 2rem 0;
	font-size: 5rem;
	font-weight: 400;
	text-align: center;
}



/*style footnote*/
d2 {font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 0.6rem;
	line-height: 1.5;
}

.test{
    height:25px;
    width:200px;
	
}
.test2{
    height:25px;
    width:100px;
}


@media screen and (max-width: 1000px) {
	html, body {
	margin: 0;
	padding: 0;
    font-size:4vw;
}
	
	.scrollView {
		margin: 0;
		padding:0;
	}

	.scrollViewImageContainer {
		margin-bottom: 4vw;
		padding-bottom: 10vw;
	}
	
	
video {
  position: fixed;
  right: 0;
  bottom: 0;
 
}

.autoplay

.loop
	
	.myText {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 10pt;
	text-align: center;	

}
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: left;
	position:static !important;
	float: none;
	width:100%;
	
	.myText2 {
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 10pt;
	text-align: center;
			padding: 0;
}	
	
d1 {font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 15pt;
	line-height: 1.5;
	width:100%;
}
	
	.scrollViewImageContainer {
	display: -webkit-inline-flex;
	position:static !important;
	
}
	
	.headerContainer {
	position: relative;
	left: 0;
	right: 0;
	z-index: 100;
}
	.scrollViewImageContainer {
	display: -webkit-inline-flex;
	margin-bottom: 1vw;
	padding-bottom: 1vw;
	width:100%!important;
	position: center;
	margin-top: 2rem;
		
}


/*corpo  credits*/
.credits{
	font-family: "Helvetica", Arial, Verdana, "sans-serif";
	font-size: 25pt;
	margin: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	width: 100%;
	float: none;
	z-index: 0;
	position:static !important;
}
	.test{
     height:50px;
    width:300px;
font-size: 30pt;
}
	.test2{
     height:50px;
    width:300px;
	font-size: 30pt;
}

}

