html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: #253952;
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#e4ebf5,#525a67);
}
body.photo {
	background: black;
}
h1,h2,h3,h4,h5,p,li,td,th {
	font-weight: normal;
	text-align: center;
	margin: 10px 0;
}
a {
	font-weight: bold;
	color: #24559a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0063ff;
}

h1 {
	font-size: 32px;
	letter-spacing: 1px;
	

}
h2 {
	font-size: 20px;
	letter-spacing: 1px;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
}

h4 {
	font-size: 14px;
	letter-spacing: 1px;
}



#home {
	position: absolute;
	height: 350px;
	width: 600px;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: auto;
}
#home-inner {
	padding: 30px 0;
	width: 600px;
}
#home-inner div.icons {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
#home-inner div.icons i {
	margin: 0 5px;
	color: #164657;
}

#about {
	display: none;
	position: absolute;
	width: 600px;
	top: 0; right: 0;
}
#about-inner {
	width: 580px;
	padding-left: 20px;
}
#about-inner p {
	font-size: 14px;
	text-align: left;
}



#contact {
	display: none;
	position: absolute;
	width: 600px;
	top: 0; left: 0;
}
#contact-inner {
	width: 580px;
	padding: 70px 0;
	padding-right: 20px;
}
#contact p {
	font-size: 14px;
}


#about-arrow {
	position: absolute;
	font-size: 50px;
	line-height: 0px;
	top: 150px; right: -40px; 
}
#contact-arrow {
	position: absolute;
	font-size: 50px;
	line-height: 0px;
	top: 150px; left: -40px;
}
#about-back {
	display: none;
	position: absolute;
	font-size: 50px;
	line-height: 0px;
	top: 150px; left: -40px; 
}
#contact-back {
	display: none;
	position: absolute;
	font-size: 50px;
	line-height: 0px;
	top: 150px; right: -40px;
}



a.back {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1000;
	font-size: 60px;
	line-height: 60px;
	text-stroke: 1px white;
	text-shadow: 0px 0px 15px black;
}
