@font-face { font-family: dyslexy; src: url("font/OpenDyslexic-Regular.eot")}
@font-face { font-family: dyslexy; src: url("font/OpenDyslexic-Regular.otf")}

body {
	font-family: dyslexy, Arial, Helvetica, sans-serif; /*<!-- @font-face -->*/ /*<!--http://opendyslexic.org-->*/
	border: 0px;
	overflow-y: hide;
	width:96vw;
	margin: 20px;
	font-size:1.8vh;
	background-image: url("img/sea-view-14.jpg");
}
body::-webkit-scrollbar {
  tdisplay: none;
}
a{
	color: inherit;
	text-decoration: inherit;
	width:100%;
	height:100%;
}
#head{
	color:white;
	position: relative;
	height: 18vh;
	background-color: #303e49;
}
#name{
	top:0px;
	font-size: 5.8vh;
	left:0px;
	margin: 10px;
	right:60vw;
}
#profile_img{
	left:30vw;
	right:30vw;
	max-width:100px;
	max-height:200px;
}
#profile_img img{
	position:relative;
	left:80%;
	display: block;
	width: 100%;
}
#fastinfo{
	font-size: 1.2vw;
	right:0px;
	left:60vw;
	text-align: left;
}
.header_parts{
	top:0px;
	position:absolute;
	margin: 0px;
	width: 30vw;
}
#center{
	position: relative;
	margin: 0px;
	width: calc(100vw - (100vw - 90%));
}
.element{
	position:relative;
	width:50%;
}
.element:nth-child(odd) {
	left:0px;
	right:50vw;
	text-align:right;
}
.element:nth-child(even) {
	text-align:left;
	left:50vw;
	right:0px;
}
.element hgroup{
	font-size:2.8vh;
}