/*===============================================*/
/* 2022
/* By: Michele Ruffaldi Santori
/* https://www.videografica01.com 
/*==============================================*/


html, body {
margin: 0px;
padding: 0px;
background-color: #3ca2ea;
font-family: 'Trebuchet MS', Arial;
font-style: normal;
color: #FFFFFF;
font-size: 12pt;
line-height: 17pt;
text-align: justify;
direction: ltr;
}



.responsive-img-home {
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	height: auto;
}




/* bottone =====================================================================================================================================*/

.contenitore-button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	text-align: center;
}

.button {
  border-radius: 10px;
  background-color: #0B75BF;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;

}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



	
/* PIE PAGINA =====================================================================================================================================*/

.piepagina{
	width: 100%;
	height: 100px;
	margin: 0px auto;	/* superiore dx inferiore sx */
	}
.piepaginadentro{
	font-family: 'Trebuchet MS', Arial;
	font-style: normal;
	color: #FFFFFF;
	font-size: 10pt;
	}
	
/* If the screen size is 1001px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 1001px) {
  div.piepaginadentro {
    font-size: 10pt;
  }
}

/* If the screen size is 1000px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1000px) {
  div.piepaginadentro {
    font-size: 20pt;
	line-height: 26pt;
  }
  
  p.vg01{
	font-family: 'Trebuchet MS', Arial;
	font-style: normal;
	color: #FFFFFF;
	font-size: 14pt;
	}
	
	.responsive-img-home {
		display: block;
		margin-top: 20%;
		margin-bottom: auto;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 1000px;
		height: auto;
	 }
}
	
.vg01{
	font-family: 'Trebuchet MS', Arial;
	font-style: normal;
	color: #FFFFFF;
	font-size: 8pt;
	}
	
	
/* LINK =================================================== */

.vg01 a:link {text-decoration: none; color: #87CDFF;}
.vg01 a:visited {text-decoration: none; color: #87CDFF;}
.vg01 a:active {text-decoration: none; color: #87CDFF;}
.vg01 a:hover {text-decoration: none; color: #FFF;}

a:link {text-decoration: none; color: #FFF;}
a:visited {text-decoration: none; color: #FFF;}
a:active {text-decoration: none; color: #FFF;}
a:hover {text-decoration: none; color: #FFF;}