html, body {
    height: 100%;
    background: #c8c8c8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Times New Roman, Times New Roman, Times, serif;
    font-weight: bold;
    font-variant: normal;
    white-space: normal;
    color: #56522f;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    line-height: 27px;
}

.wrapper {
    height: 100%;
    background: #383638; /* Old browsers */
    background: -moz-linear-gradient(top, #383638 0%, #c8c8c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #383638 0%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #383638 0%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383638', endColorstr='#c8c8c8',GradientType=0 ); /* IE6-9 */
}

.main-content {
    background: #ece9d8;
    margin: 20px 0;
    padding: 0 26px;
}

header {
    padding: 20px 0;
}

.header-logo {
    background-image: url("/media/1001/logo.jpg");
    height: 100px;
    width: 230px;
}

.header-nav {
    margin-top: 25px;
    float: right;
}

.header-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-nav ul li {
    line-height: 40px;
    position: relative;
    display: inline;
    font-size: 16px;
}

.header-nav ul li a:hover {
    background-color: #5a5431;
    color: #ece9d8;
}

.header-nav ul li a {
    color: #5a5431;
    text-decoration: none;
    overflow: hidden;
    padding: 10px;
}

.hl {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
    border-top: 1px solid #b9b38a;
}

.slideshow-left img {
    display: block;
    height: 100px;
    margin: auto;
    border: 1px gray solid;
}

.slideshow-left .hl {
    margin: 20px 0;
}

.carousel {
    border: 1px solid #272727;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

.carousel-inner > .item > img {
    margin: 0 auto;
    width: 100%;
}

.subheading {
    font-family: Times New Roman, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 15pt;
    text-align: center;
    padding-bottom: 20px;
}

.quote {
    font-family: Times New Roman, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 13pt;
    text-align: center;
}

footer {
    margin: 20px -26px 0 -26px;
    padding: 0 30px;
    background: #383638; /* Old browsers */
    background: -moz-linear-gradient(top, #383638 0%, #5a5a5a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #383638 0%,#5a5a5a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #383638 0%,#5a5a5a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383638', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */
}

footer img {
    margin: 20px 0;
    height: 35px;
    width: auto;
}

footer .footer-text {
    color: #fff;
    margin: 20px 0;
}

footer .footer-text a, footer .footer-text a:visited {
	color: #fff;
}

.copyright {
    font-family: Times New Roman, Times New Roman, Times, serif;
    font-size: 11px;
    margin: 10px 0;
}

.outer-container {
  width: 100%;
}

@media (max-width: 1200px) {
  .container {
    width: 75%;
  }
}

@media only screen and (max-width : 992px) {
    .header-nav {
        float: left;
    }
}