
header {font-family:"Arial"; font-weight: 300; font-size: 10pt;}
body {font-family:"Arial"; font-weight: 300; font-size: 10pt;}
button {font-family:"Arial"; font-weight: 300; font-size: 10pt;color: rgb(11,19,161);}
a {text-decoration: none; color: rgb(11,19,161);}
a:visited {text-decoration: none; color: rgb(11,19,161);}
a:hover {text-decoration: underline;}
.video {object-fit: cover; display: inline-block; z-index: -1; height: 100%; width:100%; position: absolute; top: 0px; bottom: 0px; right: 0px; left:0px;}
.testoindex {padding-left: 10px; position: fixed; bottom: 0;}
.testo {padding-left: 10px;}
.bodyportfolio {background-color: grey;}
.imgportfolio {max-width: 200px; padding-left: 10px; display: none; position: fixed; bottom: 30px;}
.testoprogetto {margin:0;padding-left: 10px; max-width:30vw;z-index: 2; position:fixed; bottom: 0;padding-bottom: 0;color: rgb(11,19,161);}
.linknavigazione{text-decoration: none; color: black;}
.linknavigazione:visited{text-decoration: none; color: black;}
.linknavigazione:hover{text-decoration: underline;}


#tastotesto {
  background-color: transparent;
  border: none;
  color: rgb(11,19,161);
  padding-left: 10px:;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  z-index: 1000;
  
}

#tastohide {
  background-color: transparent;
  border: none;
  color: rgb(11,19,161);
  padding-left: 10px:;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
  z-index: 1000;
}

#tastoback {
  background-color: transparent;
  border: none;
  color: rgb(11,19,161);
  padding-left: 10px:;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  
  z-index: 1000;
  
}





#progettotesto {
	display:none;
}


.container {
  display:;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 5vh;
  width: 100vw;
  height: 90vh;
  overflow-x:hidden;
  background-color: transparent;
}

.imgprogetto { 
  height: 90vh;
  width: auto;
  display: block;
  margin: auto;}

.imgfebbre { 
  height: 100vh;
  width: auto;
  display: inline-block;
  margin: auto;}


  .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  
  color: white;
  font-weight: bold;
  font-size: 20px;
 
}
.next {
  right: 0;
  
}

@media only screen and (max-width: 700px){
  

  .container {
  position: fixed; 
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x:hidden;
  display: flex;
  align-items: center; 
   justify-content: center;
  
}

.imgprogetto {
    width: 90vw;
    height: auto;
    margin: auto; /* Location of the box */}

    .testoprogetto {max-width: 90vw; padding-bottom: 10px;}
  }