body
{ background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(122,160,179,1) 100%); fixed;
}

.Banner
{
	background-image: url("Banner.svg");
	height: 60%;
	width: 99%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: -1;
}

.CV 
{
	font-family: Helvetica, sans-serif;
	margin-left: 160px;
	padding: 0px 10px;
	position: relative;
}

.CV img 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 18%;
	position: relative;
	top: 65px;
}

.Table
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	width: 75%;
	text-align: justify;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.Table h1
{
	text-align: center;
	margin-bottom: -10px;
}

.Table .Section
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ProfileText
{
	font-size: 21px;
}

.Table .Entry
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.Table .Entry:after
{
	content: "";	
	display: table;
	clear: both;
}

.Table .Entry .DateColoumn
{
	width: 40%;
	float: left;
}

.Table .Entry .DateColoumn p
{
	margin-top: auto;
	font-size: 20px;
	text-align: left;
	padding-right: 45px;
	margin-left: 17%;
}

.Table .Entry .Coloumn
{
	width: 60%;
	float: left;	
}

.Table .Entry .Coloumn h2
{
	margin-top: auto;
	margin-bottom: auto;
	font-size: 22px;
}

.Table .Entry .Coloumn h3
{
	margin-top: auto;
	margin-bottom: auto;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.Table .Entry .Coloumn ul
{
	padding-left: 20px;
	text-align: left;
}

.Seperator { 
	border: 0;
 	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.sidebar 
{
	font-family: Helvetica, sans-serif;
	width: 160px;
	position: fixed;
	z-index: 1;
	top: 15;
	left: 15;
	background-color: rgba(178, 191, 205, .4);
	overflow-x: hidden;	
	border-radius: 5px;
}

.sidebar a 
{
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #404040;
	display: block;
	opacity: 1;
}

.sidebar a:hover 
{
	color: #f1f1f1;
}
