div {
float: left;
clear: none;
}


/* Background */
.container{
	min-height: 900px;
	background-image: url(Red_Background.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 900px;
	

}


/* self Image*/
.self {
	width: 20%;
	min-width: 200px;
	min-height: 200px;
	margin-top: 10vh;
	margin-left: 40%;
	margin-right: 40%;
	clear: both;
}

.header{
	min-height: 30%;
	text-align: center;
	height: 30%;
	width: 30%;
	padding: 2%;

	margin-left: 35%;
	margin-right: 35%;
	color: ghostwhite;
	background-color: black;
	font-size: 14pt;
	
}


.menubar {
	float: left;
	width: 100%;
	clear: both;
}



/* Resume and old work and other menus */
.menublock{
	text-align: center;
	justify-content: center;
	vertical-align: middle;
	height: 16vh;
	width: 16vh;
	bottom: 10%;
	margin-left: 10%;
	margin-bottom: 2px;
	margin-top: 2px;
	color: ghostwhite;
	background-color: black;
	font-size: 16pt;
}


/* https://www.w3docs.com/snippets/css/how-to-vertically-center-text-with-css.html#example-of-vertically-aligning-a-text-4  */