/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #F9F9F8;
  text-align: center;
  text-shadow: 0 1px 3px rgba(114,114,109,.5);
  box-shadow: inset 0 0 100px rgba(114,114,109,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  background: url('main.jpg') no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: bottom;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 51px;
    font-size: 46px;
    text-transform: uppercase;
    margin: 0;
    color: #565E6F;
    text-shadow: -1px -1px 1px #EEEDE8, 1px 1px 1px #EEEDE8;
    }
h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  color: #770F0C; 
  text-shadow: -1px -1px 1px #EEEDE8, 1px 1px 1px #EEEDE8;
}
nav ul { list-style:none; padding: 0px; margin: 0 auto; width: 325px; }
nav ul li { position:relative; width: 105px; text-align: center; display: inline-block; }
nav a {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  margin: 0;
  color: #3A332D;
  text-shadow: -1px -1px 1px #EEEDE8, 1px 1px 1px #EEEDE8;
}
nav a:hover {
  color: #B5B2A8;
  text-shadow: -1px -1px 1px #3A332D, 1px 1px 1px #3A332D;
}
p {
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 23px 0;
    color: #23221E;
    text-shadow: -1px -1px 1px #EEEDE8, 1px 1px 1px #EEEDE8;
}
p a {color:#DD9636;text-shadow: -1px -1px 1px #3F3D34, 1px 1px 1px #3F3D34;}
p a:hover {color:#CF1B17;text-shadow: -1px -1px 1px #AAA7A2, 1px 1px 1px #EEEDE8;}