.inactive, .inactive:visited, .inactive:hover{
	color: black;
	pointer-events: none;
	text-decoration: none;
}

header{
	background-color:#bfefff;
	padding:0 10px;
	border-radius:15px 15px 0px 0px;
	margin-bottom:0px;
}

header h1{
	margin-bottom:0px;
}

header h2{
	margin-top:0px;
	margin-left: 30px;
}

body{
	padding:0 10px;
}
.portfolio{
	margin-top:-10px;
	padding:0 10px 10px 10px;
	border-radius:0px 0px 25px 25px;
	box-shadow: 0px 5px rgba(0,0,0,0.2);
}
.portfolio img{
	float:left;
	border-radius:100%;
	width:150px;
	/*Taken From https://www.w3schools.com/css/css3_shadows.asp*/
	/*box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	#box-shadow: 5px 5px 5px  rgba(0,0,0,0.2);
}

.portfolio ul{
	overflow:hidden;
}

.portfolio p{
	padding-top:5px;
	clear:both;
}
.portfolio .assignments{
	padding: 0 10px;
	display:inline-block;
	/*overflow:hidden;*/
}

footer{
	clear:both;
}