@import url('reset.css');

@font-face { font-family: "Chunk Five"; font-style: normal; font-weight: bold; src: url("Chunk5.woff") format("woff"); }
@font-face { font-family: "Overlock"; font-style: normal; font-weight: normal; src: url("Overlock.woff") format("woff"); }
@font-face { font-family: "Overlock"; font-style: italic; font-weight: normal; src: url("Overlock-It.woff") format("woff"); }

html {
  background-color: rgb(92,102,60);
  font-size: 14pt;
  line-height: 14pt;
  color: rgb(43,53,21);
  font-family: Overlock, sans-serif;
}

body {
  width: 70%;
  margin: 0 auto;
  background-color: rgb(232,231,208);
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Chunk Five', serif;
}

body > header {
  font-family: 'Chunk Five', serif;
  text-align: center;
}

body > header > h1 {
  font-size: 6rem;
  line-height: 6rem;
  text-transform: uppercase;
  color: rgb(87,70,33);
}

body > header > h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1rem 0 0.5rem 0;
}

dd {
  margin-left: 1em;
}
dd + dt {
  margin-top: 0.5rem;
}

section.left {
  width: 49%;
  float: left;
}

section.right {
  width: 49%;
  float: right;
}

p {
  margin: 0.5rem 0;
}

a:link, a:visited, a:hover, a:active {
  border-bottom: 1px solid rgb(170,178,162);
}

hr {
  clear: both;
  visibility: hidden;
}
footer {
  text-align: center;
  padding: 1rem 0;
}

