h1 {
	font-family: helvetica;
	font-variant: small-caps;
	padding: 6px 8px 6px 16px;
	color: white;
	border-color: #664A39ff;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	text-align: center;
	
}

body {
	font-family: helvetica;
	background: url(images/background_mets.png) center;
	background-repeat: no-repeat;
  background-size: cover;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #3D1D18;
  overflow-x: hidden;
  padding-top: 20px;
	border-color: #664A39ff;
	border-style: solid;
	border-width: 0px;
	border-right-width: 5px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
	text-decoration: underline;
 	font-size: 25px;
	font-family: helvetica;
	font-variant: small-caps;
  color: #664A39ff;
  display: block;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.main {
  margin-left: 300px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
