 
body {
	margin: 0;
	background-color: #fcfcfc;
}

a:link {
	text-decoration: none;
	color: rgba(0,0,0,0.3);
}

a:visited {
	color: rgba(0,0,0,0.3);
}

#content {
	width: 285px;
	height: 241px;
	text-align: center;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-top: -120px;
	margin-left: -142px;
}

#avatar {
	width: 300px;
	height: 300px;
	border-radius: 300px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	background-position: center center;
	background-image: url(../img/sergio.jpg);
	position: relative;
	left: 40%;
	margin-left: -120px;
}

.icons-2 {
	width: 80px;
	height: 21px;
	position: relative;
	left: 50%;
	margin-left: -40px;
	margin-top: 15px;
}

.icons-3 {
	width: 140px;
	height: 21px;
	position: relative;
	left: 50%;
	margin-left: -70px;
	margin-top: 15px;
}

.icons-4 {
	width: 200px;
	height: 21px;
	position: relative;
	left: 50%;
	margin-left: -100px;
	margin-top: 15px;
}

.icons-5 {
	width: 260px;
	height: 21px;
	position: relative;
	left: 60%;
	margin-left: -130px;
	margin-top: 15px;
}

h1 {
	margin: 10px 0 0 0;
	font-family: source-sans-pro, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: rgba(0,0,0,0.8);
	padding: 0;
	cursor: default;
}

#content span {
	font-family: source-sans-pro, sans-serif;
	font-size: 20px;
	color: rgba(0,0,0,0.6);
	display: block;
	margin-top: 15px;
}

#content span a:hover {
	text-decoration: underline;
}

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 a:hover {
	text-decoration: underline;
}

@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;
	 }
} 