/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #853331;
    background-image: url('img/pattern-body.png');
    font-family: 'Opens Sans', Helvetica, Arial;
}

header {
    border-top: 15px solid #853331;
    background-color: goldenrod;
}

.menu ul li a {
    height: 110px;
    margin-top: -15px;
    font-family: 'Opens Sans', Helvetica, Arial;
    color: #853331;
    font-weight: 600;
    font-size: 1.05em;
    line-height: 110px;
    padding: 0 25px;
    text-align: center;
}

.menu ul li a.current {
    box-shadow: 0 15px 0 #EDEDED inset;
    background-image: url('img/menu_active.png');
    background-position: center 15px;
    background-repeat: no-repeat;
}

.menu ul li a:hover {
    box-shadow: 0 15px 0 #EDEDED inset;
}

.menu ul li a span {
    color: white;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-top: -35px;
    text-align: center;
    line-height: 0;
    font-family: 'Lucida Sans';
}

.carousel {
  height: 370px;
  margin-bottom: 10px;
  color: #853331;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 370px;
  background-color: #777;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 360px;
}

.jumbotron {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
}

.jumbotron p {
    color: #5D5D5D;
    font-size: 20px;
    line-height: 42px;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

ul.thumbnails li {
    list-style-type: none;
}

.container.page {
    margin-bottom: 30px;
}

.google-maps {
    height: 300px;
}

footer {
    font-family: 'Opens Sans', sans-serif;
    color: #B5B5B5;
    background-image: url('img/pattern-footer.png');
}

footer h3 {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 600;
}

footer h4, p {
    margin-bottom: 10px;
}

.copy {
    background: none repeat scroll 0 0 #111111;
    color: #333333;
    line-height: 22px;
    padding: 14px 0;
}

.thumb {
    margin-bottom: 30px;
}
