.img {
display: block; 
max-width: 100%; 
height: auto;
}


.well {
align: center;
font-size: 10px;
letter-spacing: 1px;
font-weight: 600;
background-color: #B7B7B7;
padding: 30px;
color: white;
}


.carousel-control {
position: absolute;
top: 5px;
right: 0px;
left: 0px;
bottom: 0;
width: 15%;
opacity: .5;
filter: alpha(opacity=50);
font-size: 20px;
color: black !important;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
border-radius: 9px; 
}


 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: 0px auto;
      padding: auto;
  }

@media (max-width:400px max-height:150px) {
  .carousel {
  width: 100%;
  height: 100%;
  }
 } 

.bs-example{
    margin: 10px;
}

body {
   
   background-color: black;
}

.container {
   background-color: white;
   font-size: 125%;
font-family: arial; 
}

h4 { 
font-family: sans-serif;
color: black;
}

h5 { 
font-family: sans-serif;
color: white;
font-size: 150%;
text-shadow: 2px 2px black;
}

h6 { 
font-family: sans-serif;
font-weight: bold;
font-size: 40%;
}

p {
line-height: 2em;
font-family: sans-serif;
font-size: 100%;
}

h3 {
font-weight: bold;
border-radius: 5px;
font-family: Helvetica;
background-color:#B7B7B7;
}

h2 {
 background-color: white;
    color: #6A3900;
border-style: solid;
    border-color: #8B8E0A;
font-weight: bold;
border-radius: 5px;
font-family: Helvetica;
}


.col-sm-4 {
font-size: 300%;
}

.jumbotron {
    background-image: url('sierrabuttesbw.jpg');
    margin: 5px;
   padding: 25px;
}

.background-image {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;     
}


.gradient {
    background: -webkit-linear-gradient(#6A3900, #784C19, #876033, #96744C, #A58866, #B49C7F, #C3AF99, #D2C3B2, #E1D7CC, #F0EBE5, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#6A3900, #784C19, #876033, #96744C, #A58866, #B49C7F, #C3AF99, #D2C3B2, #E1D7CC, #F0EBE5, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#6A3900, #784C19, #876033, #96744C, #A58866, #B49C7F, #C3AF99, #D2C3B2, #E1D7CC, #F0EBE5, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6A3900, #784C19, #876033, #96744C, #A58866, #B49C7F, #C3AF99, #D2C3B2, #E1D7CC, #F0EBE5, #FFFFFF); /* Standard syntax (must be last) */
}


.col-sm-9 {
background-color: white;
color: black;
}



.panel-footer {
   margin: 5px;
font-size: 75%;
text-align: center;
color:#FFFFFF;
background-color:#000000;
font-family: sans-serif;
}


.navbar {
color: white;
background-color:#black;
height: auto;
margin-top: 5px;
margin-bottom: 5px;
}


.btn {
background: #8B8E0A;
    color: white;
border-color: black;
font-weight: 600;
font-family: Helvetica;
}

.btn:hover {
background: black;
color: white;
border-color: black;
}


#custom-bootstrap-menu.navbar-default {
   font-family: helvetica, arial;
   font-size: 18px;
   letter-spacing: 1.5px;
   font-weight: 600;
   background-color: black;
   color: white;
   border-width: 1px;
   border-radius: 5px;
   text-align: center;
   float: center;
}

#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: white;
    background-color: black;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
     color: white;
   background-color: #8B8E0A;  
   font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: white;
   background-color: #8B8E0A;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #8B8E0A;
    color: white;
    font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
     border-color: #8B8E0A;
    color: white;
    font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
     border-color: #8B8E0A;
    color: white;
    font-weight: bold;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    border-color: #8B8E0A;
    color: white;
    font-weight: bold;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

/* unvisited link */
a:link {
    color: #6A3900;
font-weight: bold;
}

/* visited link */
a:visited {
    color: #593812;
}

/* mouse over link */
a:hover {
    color: #6A3900;
   font-weight: bold;
}

/* selected link */
a:active {
    color: #6A3900;
    font-weight: bold;
text-decoration: underline;
}