Body{
	background-image:url("/LandingPageIMG/bgtest.jpg");
}
.NAV{
	background-color:black;
	width:100%;
	height:125px;
	color:white;
	text-align:center;
	font-size:25px;
	position:fixed;
	top:0px;
	z-index:10;
	left:0px;
}
.BENHONG{
	text-align:left;
	font-size:90px;
	margin-left:15px;
	font-family:Tanker;
}
a{
	color:white;
}
.Links{
	text-align:right;
	position:relative;
	top:-66px;
	margin-right:15px;
	font-family:Chubbo;
}
.Container{
	margin-top:15%;
	display: grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:500px 500px 500px;
	grid-gap:50px;
	height:1000px;
}
img{
	width:100%;
	height:auto;
}
.Bottom{
	background-color:black;
	color:white;
	position:absolute;
	left:0px;
	right:0px;
	Height:100px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	font-size:18px;
}
#BottomLink{
	grid-area: 2 / 8;
	text-align:center;
}
#BottomEmail{
	grid-area: 2 / 7;
	text-align:center;
}
.SelfPortrait{
	width:500px;
	height:500px;
	overflow:hidden;
	place-self:center;
	box-shadow: 0px 0px 25px 0px white;
}
a img.hover{
	display:none;
}
a img.default{
	display: inherit;
}
a:hover img.hover{
	display: inherit;
}
a:hover img.default{
	display:none;
}
.Map{
	width:500px;
	height:500px;
	overflow:hidden;
	place-self:center;
	box-shadow: 0px 0px 25px 0px white;
}
