.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{
	z-index:11;
	color:white;
}
.Links{
	text-align:right;
	position:relative;
	top:-66px;
	margin-right:15px;
	font-family:Chubbo;
}
.Bottom{
	background-color:black;
	color:white;
	position:absolute;
	left:0px;
	right:0px;
	bottom: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;
}
body{
	background-image:url("/LandingPageIMG/bgtest.jpg");
	font-family:Chubbo;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family:Chubbo;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: white;
  color: black;
}

.container {
  border-radius: 5px;
  background-color: grey;
  padding: 20px;
  margin-top:11%;
  margin-right:15%;
  width:500px;
  place-self:end;
}

.Text{
	margin-top:8%;
	color:white;
	place-self:center;
	font-size:25px;
}

.BIGC{
	display:grid;
	grid-template-columns:repeat(2, minmax(500px,1fr));
	margin:8%;
	align-content:center;
	justify-content:center;
	grid-gap:100px;
}