:root {
  --dark: rgb(108, 85, 85);
  --primary: rgb(191, 160, 160);
  --accent: rgb(255, 191, 169);  
}

@font-face {
   font-family: Arial;
   src: url(arial.ttf);
}

@font-face {
   font-family: Arial Black;
   src: url(arial_black.ttf);
}

*{
    -webkit-tap-highlight-color: transparent;
}

body
{
    height: 100%;
	margin: 0px;
	padding: 0px;
	user-select: none;
	overflow: scroll;
}

.wrapper
{
    position:absolute;
    overflow-y:scroll;
}

header
{
	top: 10px;
	position: fixed;
	background-color: var(--dark);
	width: 100%;
	height: 125px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 0;
}
.photo
{
	background: url("../images/Kelvin.png");
	top: 30px;
	position: fixed;
	background-size: cover;
	width: 225px;
	height: 200px;
	margin-left: 80px;
	border-style: solid;
  	border-width: 10px;
  	border-color: white;
  	z-index: 2;
}
.photo:hover
{
	border-color: var(--accent);
	cursor: pointer;
}
.photo .tooltip
{
  visibility: hidden;
  width: 250px;
  background-color: var(--primary);
  color: white;
  font-family: Arial Black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  left: 150px;
  z-index: 1;
}
.photo:hover .tooltip
{
  visibility: visible;
}
.menu
{
	margin-right: 50px;
}
.menu>a
{
	font-family: Arial;
	text-decoration: none;
	color: white;
	margin: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}
.menu>a:hover
{
	color: var(--accent);
	text-shadow: 2px 2px 2px;
}
.name
{
	margin-top: 12px;
	font-size: 50px;
	color: var(--primary);
	font-family: Arial Black;
	margin-right: 50px;
}
.sidebar
{
	top: 115px;
	left: 50px;
	padding-top: 145px;
	position: fixed;
	background-color: var(--primary);
	width: 315px;
	height: 100%;
	text-align: center;
	font-size: 20px;
	color: var(--dark);
	z-index: 0;
}
.statement
{
	font-family: Arial;
	font-size: 15px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.education
{
	font-family: Arial Black;
	font-size: 15px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
.grade
{
	font-family: Arial Black;
	font-size: 0px;
	margin-left: 10px;
	width: 280px;
	height: 22px;
	background-color: grey;
	padding: 2.5px;
	border-radius: 5px;
}		
.gpa
{
	display: block;
	height: 20px;
	background-color: var(--accent);
	border-radius: 5px;
}
.content
{
	margin: 12px;
	margin-right: 50px;
	position: fixed;
	top: 150px;
	right: 0px;
	left: 380px;
	font-family: Arial;
	font-size: 15px;
	color: var(--dark);
}
.title
{
	background-color: var(--primary);
	color: var(--dark);
	font-family: Arial Black;
	padding: 2px;
	text-align: center;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.list:hover .head
{
	color: var(--accent);
	cursor: pointer;
}
.list .jobdesc
{
  visibility: hidden;
  width: 400px;
  background-color: var(--primary);
  color: white;
  font-family: Arial;
  font-size:12px;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: 0px;
}
.list:hover .jobdesc
{
  visibility: visible;
}
.head
{
	font-family: Arial Black;
}
.button
{
	width: 200px;
	height: 25px;
	bottom: 10px;
	right: 50px;
	position: fixed;
	background-color: var(--primary);
	color: var(--dark);
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-family: Arial Black;
	border-radius: 25px;
}
.button:hover
{
	background-color: var(--accent);
}

@media only screen and (max-width: 1200px){
	body
	{
		display: flex;
  		justify-content: center;
	}
	header
	{
		width: 100%;
		margin-top: 10px;
		position: static;
		height: 300px;
		text-align: center;
		z-index: 0;
		display: block;
	}
	.menu
	{
		margin-right: 0;
	}
	.name
	{
		margin: 12px;
		margin-top: 180px;
		font-size: 50px;
		font-family: Arial Black;
	}
	.photo
	{
		top: 50px;
		position: absolute;
		width: 162px;
		height: 144px;
		margin:0;
	  	border-width: 8px;
	  	border-color: white;
	  	z-index: 2;
	}
	.photo .tooltip
	{
		width: 150px;
		font-size: 12px;
		left: 5px;
		top:120px;
	}
  	.sidebar
	{
		top: 300px;
		left: 0;
		padding-top: 0;
		position: absolute;
		width: 100%;
		height: 250px;
	}
	.statement
	{
		margin-left: 0;
		margin-right: 0;
		width: 480px;
		display: inline-block;
		text-align: center;
	}
	.education
	{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.grade
	{
		width: 95%;
		margin-left:0;
		display: inline-block;
	}
  	.content
	{
		margin-top: 550px;
		margin-right: 12px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.list:hover .head
	{
		color: var(--dark);
	}
	.list .jobdesc
	{
	  visibility: visible;
	  color: var(--dark);
	  font-family: Arial;
	  position: static;
	  left: 0;
	}
	.head
	{
		font-family: Arial Black;
	}
	.button
	{
		bottom: 0;
		right: 0;
		width: 100%;
		top: 1220px;	
		position: absolute;
		border-radius: 0;
	}
}

@media only screen and (max-width: 780px){
	header
	{
		height: 450px;
	}
	.name
	{
		word-spacing: 1000px;
	}
	.sidebar
	{
		top: 450px;
	}
	.content
	{
		margin-top: 700px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.button
	{
		top: 1455px;	
		position: absolute;
	}
}