body {
  font-family: 'Open Sans', sans-serif;
  background: #fff url('/images/dark_wood.png');
  color: #999;
}

a {
  text-decoration: none;
  color: #ff891e;
}

a:hover {
  color: #E67005;
  text-decoration: none;
}

h1, h2, h3 {
  text-shadow: 0 1px 1px #555;
  color: #222;
}

h2 a {
  color: #222;
}

.menu-left {
  background-color: #ebebeb;
  overflow: hidden;
}

.menu-left a.brand {
  text-transform: uppercase;
  padding-left: 0.75em;
  font-size: 2em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  display: block;
  font-weight: bold;
  text-align: center;
}

.menu-left h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.125em;
  margin: 0.125em 0;
  text-shadow: 0;
}

.menu-left h3 {
  text-align: center;
  font-size: 1.125em;
  color: #000;
  margin-bottom: 1.5em;
  margin-top: 0;
  text-shadow: 0;
}

ul.nav {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1em;
}

ul.nav li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
}

ul.nav li a {
  color: #333;
  text-decoration: none;
}

ul.nav li a:hover {
  transition: all .2s linear;
  background-color: #f5f5f5;
  color: #ff891e;
}

.block {
  background-color: #ebebeb;
  color: #222;
  margin-bottom: 1em;
  border-bottom: 10px solid #ccc;
  overflow: hidden;
}

.block p {
  padding: 1em;
  margin: 0;
}

.block p:not(:first-child) {
  padding-top: 0;
}

.block h2 {
  margin: 0;
  padding: 0.5em;
}

.footer {
  text-align: center;
}

.col-md-9 h1:first-of-type {
  color: #ff891e;
  text-transform: uppercase;
}

.block h3:first-of-type {
  margin-top: 1em;
  padding-left: 1em;
}

h1.featured {
  color: #ff891e;
  text-transform: uppercase;
}

.carousel {
  margin-bottom: 1em;
}

ul.thumbs {
  list-style: none;
  margin: -1% 0;
  padding: 0;
}

ul.thumbs li {
  float: left;
  width: 48%;
  margin: 1%;
  text-align: center;
}

ul.thumbs li a {
  margin-bottom: 0;
}

a.thumbnail {
  border-radius: 0;
}

.map-preview {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.map-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .menu-left a.brand {
    font-size: 3.5em;
  }

  ul.nav {
    font-size: 2em;
    line-height: 1.5em;
  }
}

@media (min-width: 992px) {
  .menu-left a.brand {
    text-align: left;
  }
}
