article.head{
	position: relative;
	margin: auto;
	padding: 0;
	top: 0px;
}

article.head h5{
	font-size: x-large;
	position: relative;
	text-align: center;
	top: 50px;

}

article.head hr{
	position: relative;
	top: 40px;

}

h5.title1{
	font-size: large;
	text-align: left;
	position: relative;
}

article.gallery{
	position: relative;
	margin: auto;
	padding: 0;
	top: 40px;
	width: 80%;
	max-width: 1920px;
}

article.gallery p{
	position: relative;
	padding: 0;
	top: -5px;
	left: 20px;
}

div.members{
	position: relative;
	width: 100%;
	top: 0px;

}

div.members h5{
	position: absolute;
	top: 10px;
	left: 70px;
	font-size: x-large;

}

div.members p{
	position: absolute;
	top: 80px;
	left: 80px;

}

div.members a{
	text-decoration: none;
	color: #4169e1;
}

a.memBlog:hover{
	opacity: var(--overColor);
}

img.face{
	position: relative;
	width: 100%;
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
	pointer-events: none;
}

div.past-works{
	position: absolute;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 250px;
	left: 80px;
	width: 45%;

}

div.past-works li{
	width: 19%;
	padding: 0.5%;

}

div.past-works img{
	position: relative;
	width: 100%;
}


