/* Header */
.topnav {
	font-size:150%;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #1D1D1D;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: flex-end;
	font-family: Verdana;
	color: #442404;
	box-shadow: inset 0px -10px 0px #C1A774;
	Padding: 20px;
	z-index:1000;
}
.topnav a {
	display: block;
	color: #F1F1EF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.topnav a:hover {
	background-color: #1D1D1D;
  	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.navlist {
	display: flex;
	margin-left: auto;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: flex-end;
}

.navlist li {
  margin-left: 0px;
}
#title {
	flex-shrink: 0;
}
#titleimage {
	max-width: 100%;
	height: auto;
	max-height: 150px;
	display: block;
	Padding: 10px;
}

/* Body */
body {
	background-color: #333;
	margin: 0;
	position: relative;
	top: 200px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#mainbody {
	width: 70%;
	padding: 50px 15% 50px;
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	color: #F1F1EF;
}

#lowerbody {
	width: 70%;
	padding: 50px 15% 50px;
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	color: #F1F1EF;
}	

/* Chevron */
.chevron-image {
  width: 100%;
  height: 450px; 
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);

}

.chevron-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.myUL {
	display: inline-block;
	text-align: left;
}

/* Footer */
footer {
	margin-top: auto;
	width: 100%;
	left: 0;
	padding: 30px 0px 30px 0px;
	background-color: #1D1D1D;
	font-family: Verdana;
	color: #F1F1EF;
	box-shadow: inset 0px 10px 0px #C1A774;
}
footer a {
	color: #F1F1EF;
}

#footer {
	width: 100%;
	text-align: center;
}
	