body {
	margin: 0;
	background-color: #edf4fb;
}

a:link {
	text-decoration: none;
	outline: none;
	noFocusLine: expression(this.onFocus=this.blur());
	color: rgba(0,0,0,0.3);
}

a:visited {
	color: rgba(0,0,0,0.3);
}

#content1 {
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	top: 15%;
	left: 0%;
}

#content1 span,p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	display: block;
}

#content2 {
	margin-top: 0px;
	margin-bottom: 60px;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	top: 75%;
	left: 0%;
}

#content2 span,p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	display: block;
}

#bottone2 {
 	position: absolute;
 	margin-top: 10px;
 	text-align:left;
 	top: 0px;
 	right: 10px
}

#bottone2 span,p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	display: block;
}

.maggioriinfo {
	opacity: 0.4;
	margin-bottom: 60px;
}

.maggioriinfo:hover{
	opacity: 0.8;
}

#informazioni {
 	bottom: 30px;
	display: block;
	text-align: center;
	position: static;
}

#informazioni span,p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	display: block;
}

#avatar {
	width: 140px;
	height: 140px;
	border-radius: 140px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
 	 display: block;
 	 margin:0 auto;
}

.icons img{
	float: left; 
    opacity: 0;
	padding: 0px 0px 0px 0px;
	margin-left: -16px;
  	width: auto;
  	height: 15px;
}

.icons2 img{
	float: left; 
    opacity: 0;
	padding: 0px 0px 0px 0px;
	margin-left: -16px;
  	width: auto;
  	height: 15px;
}

.icons {
	text-align: center;
	margin-top: 10px;
}

.icons2 {
	text-align: center;
	margin-top: 10px;
}


h1 {
	margin: 10px 0 0 0;
	font-family: source-sans-pro, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	padding: 0;
	cursor: default;
}

footer {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	display: block;
	text-align: center;
	bottom: 15px;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
	 body { zoom: 50%; }
	 footer {
		 bottom: 10px;
	 }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px) {
	 body { zoom: 50%; }
	 footer {
		 bottom: 30px;
	 }
} } 