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);
}

.immagine1 {
	display: block;
}

.immagine2 {
	display: none;
}

.cambioimmagine {
	float: center;
}

.cambioimmagine:hover .immagine1 {
	display: none;
}

.cambioimmagine:hover .immagine2 {
	display: block;
}

.maggioriinfo {
	opacity: 0.4;
}

.maggioriinfo:hover{
	opacity: 0.8;
}



#content1 {
	width: 285px;
	height: 241px;
	text-align: center;
	position: fixed;
	top: 45%;
	left: 35%;
	margin-top: -120px;
	margin-left: -142px;
}

#content2 {
	width: 285px;
	height: 241px;
	text-align: center;
	position: fixed;
	top: 45%;
	left: 65%;
	margin-top: -120px;
	margin-left: -142px;
}

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

#bottone2 img{
	float: left; 
	margin-left: -30px;
	padding: 8px 0px 0px 0px;
  	width: auto;
  	height: 15px;
}

#bottone2 a:hover {
	color: black;
	font-size: 18px;
	display: block;
}

#informazioni {
 	position: absolute;
 	bottom: 0px;
 	right: 10px;
}

#informazioni span,p {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	display: block;
}

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

#avatar {
	width: 140px;
	height: 140px;
	border-radius: 140px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	background-position: center center;
	position: relative;
	left: 50%;
	margin-left: -70px;
}

.icons {
	width: 16px;
	height: 16px;
	solid #000;
	float: left; 
	margin-top: 15px;
	margin-left: 80px;
}

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

.icons2 {
	width: 16px;
	height: 16px;
	margin-top: 28px; 
	margin-left: 40px
	solid #000;
	float: left; 
}

.icons2 img{
	float: left;
	margin-top: 8px; 
	margin-left: 30px;
	padding: 0px 0px 0px 0px;
  	width: auto;
  	height: 15px;
}

.icons2 span{
	margin-left: 50px;
}


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;
}

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

#content1 span a:hover {
	text-decoration: underline;
}

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

#content2 span a:hover {
	text-decoration: underline;
}

/*Regole del footer*/
footer {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
	text-align: center;
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 13px;
	cursor: default;
}

footer span{
	color: black;
}

/*Logo Frogstudio*/
#frog {
 	position: relative;
 	bottom: -2px;
 	left: 10px;
}

#frog img{
	float: left;
    opacity: 1; 
	padding: 8px 0px 0px 0px;
  	width: auto;
  	height: 15px;
}

/*media*/
@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;
	 }
} 