body{
	background-color:#241918;
	color:white;
	font-family:Trebuchet MS,sans-serif;
}

a{
	display: inline-block;
	color:white;
}

#banner{
	height:60%;
	z-index:0;
}

#bannerText{
	position:absolute;
	color:black;
	font-size:3em;
	margin-left:75px;
	#background-color:
}

#bannerBox{
	position: relative;
	display: grid;
	overflow: hidden;
	box-sizing: border-box;
}

#contentBox{
	background-color:#6e302e;
	width:80%;
	margin-left:10%;
	padding:0px;
	min-height:90vh;
	z-index:-2;
}

#navBox{
	
}

.textBox{
	text-align:center;
	padding:100px;
	padding-top:0px;
}

.textUnderlined{
	border-bottom-color:white;
	border-bottom:solid;
	width:100%;
	padding-bottom:15px;
}