body,h1,h2,h3,h4,h5,h6,p
{
  margin: 0;
  padding: 0;
}

body
{
  font: inherit;
  font-size: 100%;
  line-height: 1.6em;
  background: #ffffff;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

#wrapper
{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
}

section
{
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  max-width: 90%;
  min-width: 75%;
  padding: 4.5em 3em 3em 3em;
  background: #ffffff;
  position: relative;
  display: block;
}

header
{
  display: block;
  height: 190px;
  padding: 0 0 0 1.8em;
  background-color: #ffffff;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
}

h1
{
  font-size: 5em;
  font-family: "PT Serif", "Open Serif", serif;
}

#untrue
{
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 2em;
  font-weight: 200;
  margin: 1.2em 0 0 5em;
}

footer
{
  padding: 1em 0 1em 0;
  font-size: 1.4em;
  background: transparent;
  text-align: center;
  height: 4em;
  line-height: 4em;
  display: block;
}

a
{
  text-decoration: none;
  color: inherit;
}

a:hover
{
  color: #009191;
}

#navigation ul
{
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 2em 0;
}

#navigation .selected, #navigation a:hover
{
  background-color: #f0f0f0;
}

#navigation li
{
  width: 50%;
  float: left;
  list-style-type: none;
  border-right: 1px solid;
  white-space: nowrap;
  border-color: #f0f0f0;
}

#navigation li a
{
  display: block;
  padding: 0 2em;
  text-transform: uppercase;
}
