@import url(node_modules/normalize.css/normalize.css);
.left-float {
  float: left; }

button {
  background-color: #a00011;
  color: white;
  text-transform: uppercase;
  border: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }
  button:hover {
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  text-align: right; }

body {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: georgia, serif;
  line-height: 1.25em; }

header, footer, nav, #content {
  width: 40em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  header .button, footer .button, nav .button, #content .button {
    background-color: #a00011;
    text-transform: uppercase; }
  header a.button, footer a.button, nav a.button, #content a.button {
    display: block;
    padding: 0.25em 0.1em;
    color: white;
    text-align: center;
    text-decoration: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    header a.button:hover, footer a.button:hover, nav a.button:hover, #content a.button:hover {
      text-decoration: underline; }
    header a.button:visited, footer a.button:visited, nav a.button:visited, #content a.button:visited {
      color: white; }
  header span.break, footer span.break, nav span.break, #content span.break {
    display: block;
    height: 1em; }

header img#title {
  width: 110%;
  margin-left: -5%; }

nav {
  width: 34em;
  padding: 0; }
  nav ul {
    height: 3em;
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    text-align: justify; }
    nav ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
      bottom: 0;
      overflow: auto; }
      nav ul li.break {
        width: 100%;
        height: 0; }
      nav ul li a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 8em;
        height: 3em;
        padding-top: 0.25em;
        background-color: #8e7f62;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
        nav ul li a:hover, nav ul li a.active {
          background-color: #a00011; }

#content {
  overflow: auto;
  margin-bottom: 3em;
  background-image: url("../images/content-background.jpg");
  background-size: cover;
  background-repeat: repeat;
  color: white; }
  #content div.left, #content div.right {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #content div.left {
    width: 80%;
    padding: 1em;
    text-align: justify; }
    #content div.left img.cover {
      width: 100%;
      margin-left: -1em;
      margin-bottom: -1em; }
    #content div.left img.left-float {
      width: 15em;
      margin: 1em 0.5em 0.5em 0;
      padding: 0.25em;
      border: 1px solid #ccc; }
    #content div.left .inset {
      margin-left: 2em;
      margin-bottom: 1em; }
  #content div.right {
    width: 20%;
    padding: 1em 1em 1em 0.5em;
    text-align: center; }
    #content div.right img {
      width: 80%;
      margin: 1em 0; }
  #content a {
    color: #a00011; }
    #content a:hover, #content a:visited:hover {
      color: #d30016; }
    #content a:visited {
      color: #a00011; }

#contact-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: justify; }
  #contact-form label {
    display: inline-block;
    width: 18%;
    vertical-align: top; }
  #contact-form input, #contact-form textarea {
    width: 80%;
    margin-bottom: 0.75em;
    color: black; }
  #contact-form textarea {
    height: 5em; }
  #contact-form #contact-captcha div {
    margin: 0 auto; }
  #contact-form button {
    display: block;
    padding: 1em 1.5em;
    margin: 1em auto; }

footer {
  width: 100%;
  padding: 0.1em;
  color: white;
  text-align: center;
  font-size: 0.8em; }
  footer a {
    color: #ccc;
    text-decoration: underline; }

/*# sourceMappingURL=main.css.map */
