@font-face {
    font-family: Humming;
    src: url('humming.otf');
}

@font-face {
    font-family: Raleway;
    src: url('raleway.ttf');
}

html {
  background: url('img/bg.png');
}

#container {
	height: 612px;
	padding: 0;
	margin: 0 auto;
	width: 960px;
}

#container::before {
	background-color: #dadbd8;
	content: "";
	display: block;
	height: 540px;
	margin: 20px 15px;
	position: absolute;
	width: 880px;
	z-index: -2;
}

nav {
	color: #d9d9d9;
	font-size: 2em;
	font-variant: small-caps;
	margin-left: 16px;
	paint-order: stroke fill;
	position: absolute;
		top: calc(5% + 125px);
	text-align: center;
	-webkit-text-stroke: 5px #636a63;
	width: 172px;
	z-index: 1;
}

nav ul, nav ul li {
  	border-left: 0px solid #dadad8;
  	border-right: 0px solid #dadad8;
	list-style: none;
	padding: 0;
    transition: all 0.2s;
}

nav ul li:hover {
  border-left: 4px solid #dadad8;
  border-right: 4px solid #dadad8;
  transition: all 0.2s;
}

nav ul li a {
	color: inherit;
    display: block;
	text-decoration: none;
	width: 100%;
}

#main {
  display: block;
  margin: 5% auto;
  z-index: -1;
}

#content {
  color: #4A544C;
  font-family: Raleway;
  font-size: 0.8em;
  height: 471px;
  line-height: 1.5;
  margin: auto;
  overflow-y: auto;
  padding: 25px;
  position: relative;
  	top: -634px;
  	left: 59px;
  scrollbar-color: #7a8479 #dadbd8;
  scrollbar-width: thin;
  text-align: justify;
  width: 646px;
  z-index: 1;
}

.pres {
	filter: drop-shadow(2px 2px 3px rgba(99,106,99,0.7));
}

.ribbon {
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.5));
	margin: 0px 2px;
}

h1 {
  display: block;
  font-family: "Humming";
  font-size: 3em;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 7px auto;
  text-align: center;
  text-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h3 img {
	border: 1px #7a8479 solid;
	margin-right: 10px;
	position: relative;
		top: 3px;
}

h4 {
	margin: 0px 0px 5px 0px;
}

.title {
	color: #888469;
}

.divider {
	display: block;
	margin: 15px;
}

#content ul {
	margin: 0;
}

#content ul li {
	list-style: none;
}

#content a {
	color: #787a6a;
	text-decoration: none;
}

#content a:hover {
	color: #566060;
	font-weight: bold;
}