/* ---------------------------------------------------------- */
/* |                                                        | */
/* |              css Jolly consulting v.1.0                | */
/* |                     anno 2023                          | */
/* |                                                        | */
/* ---------------------------------------------------------- */

/* -------------------  FONT PERSONALIZZATI ------------------- */
@font-face	{
	font-family:'JollyConsulting';
	src: url('font/JollyConsulting.eot');
	src: url('font/JollyConsulting.eot?#iefix') format('embedded-opentype'),
		 url('font/JollyConsulting.woff2') format('woff2'),
		 url('font/JollyConsulting.woff') format('woff'),
		 url('font/JollyConsulting.ttf') format('truetype'),
		 url('font/JollyConsulting.svg#PoiretOne-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
/* -------------------  FINE FONT PERSONALIZZATI ------------------- */

/* -------------------  COMUNI A TUTTO ------------------- */
HTML		{	font-family:JollyConsulting,sans-serif,tahoma,verdana,arial;	}
BODY		{	background-image:url("../img/sfondo.png"); background-color:white; background-position:center; background-repeat:no-repeat; background-size:cover; width:100%;	}

a						{	color:black;	}
a:link					{	text-decoration:none;	}
a:active				{	text-decoration:none;	}
a:visited				{	text-decoration:none;	}
a:hover					{	text-decoration:none; color:black; cursor:pointer;	}
a:link img				{	text-decoration:none; border:0;	}
a:active img			{	text-decoration:none; border:0;	}
a:visited img			{	text-decoration:none; border:0;	}
a:hover img				{	text-decoration:none; border:0; color:black; cursor:pointer;	}
/* -------------------  FINE COMUNI A TUTTO ------------------- */

div#pgHome			{	margin:0 auto; padding:0; border:0; width:100%; max-width:1080px; min-height:500px; text-align:center;	}

div#header			{	margin:0 auto; padding:0; border:0; height:150px; width:95%;	}
	div#logo		{	margin:0 10px; padding:0; border:0; height:150px; float:left;	}
	div#menu		{	margin:0 10px; padding:0; border:0; line-height:150px; float:right; font-size:20pt; color:black;	}
	a#button		{	text-decoration: none; font-size:20pt; color:#000000; font-family:JollyConsulting,sans-serif,tahoma,verdana,arial; background:linear-gradient(to bottom, #FFFFFF, #7C7C7C); border-radius:5px; padding:15px; -webkit-transition:all 0.15s ease; -moz-transition:all 0.15s ease; -o-transition:all 0.15s ease; transition:all 0.15s ease;	}
	a#button:hover	{	opacity: 0.9; color:#FFFFFF; background:linear-gradient(to bottom, #000000, #7C7C7C);	}	
	
	
	div#presText	{	margin:20px auto; padding:0; border:0; width:90%; font-size:20pt; color:black; text-align:left;	}