body
{
	font-family: 'Roboto', sans-serif; /* google.com/fonts */

	background-image: url(../css/images/bg/blurred/blur.jpg);
	background-position: 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.popup
{
	top: 10%;
	left: 15%;

	height: 76%;
	width: 70%;

	overflow: auto;

	position: absolute;

	opacity: 0; /* per il fadeIn */
	background-color: rgba(180,180,180,0.4);
}

.arrow
{
	margin-left: 20px;
	margin-right: 10px;
}

h1
{
	padding-top: 6px;
}

h2
{
	margin-top: 5%;
	margin-left: 20px;
	margin-right: 20px;
}

p
{
	margin: 20px;
}

footer
{
	opacity: 0; /* per il fadeIn */
	background-color: rgba(180,180,180,0.4);

	text-align: center;	

	height: 4%;

	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;	
}

footer p
{
	margin: 2px;
} 

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;

	max-width: 100%;
	max-height: 100%;
}