/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color:#E7D992;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.headwrap{
  background: -webkit-linear-gradient(#6F0000, #BB0000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#6F0000, #BB0000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#6F0000, #BB0000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#6F0000, #BB0000); /* Standard syntax */
  color:#E7D992;
}

.headwrap a{
color:#E7D992;
text-decoration:none;
}
.headwrap a:hover{
color:#E7D992;
text-decoration:none;
}
#gallery ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
     #gallery ul li {     
          list-style:none;
          margin-top:20px;           
      }
    #gallery  ul li img {
          cursor: pointer;
      }
	  
	  .controls{          
    width:50px;
    display:block;
    font-size:11px;
    padding-top:8px;
    font-weight:bold;          
}
.next {
    float:right;
    text-align:right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

footer a{
color:#fff;
}
footer a:hover{
color:#fff;
text-decoration:none;
}
p {
    font-size: 1em;
    line-height: 1.6;
    color: #000;
}

p a{
color:000!important;
text-decoration:none;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
	min-height:550px;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
  background: -webkit-linear-gradient(#6F0000, #BB0000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#6F0000, #BB0000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#6F0000, #BB0000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#6F0000, #BB0000); /* Standard syntax */
  color:#E7D992;
}

footer p {
    margin: 0;
    padding: 50px 0;
	  color:#E7D992;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #E7D992;
		width:100%;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #E7D992;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
  background-color:#9D0000; /* Standard syntax */
    }

    .nav>li>a {
        padding: 20px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (min-width:768px) {
nav li {
border-right:solid 1px #7e0204;
}
nav li:hover{
background-color:#BB0000;

}
nav li a:hover{
background-color:#BB0000;
color:#E7D992!important;
font-weight:500;
}

}
#button:hover{
background-color:#6F0000!important;
}
input[type="submit"]:hover{
  color:#E7D992!important;
  background-color:#BB0000;
}
input[type="reset"]:hover{
  color:#E7D992;!important;
  background-color:#BB0000;
}