

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media  (max-width: 1023px){
    .bhs{
        display:none;
    }
    input, textarea{
        width: 95%;
    }
    input[type=radio]{
        width: auto;
    }
    .navbar-brand{
        font-size: 0.9em;
    }
    .text-muted{
        font-size: 0.75em;
    }
}
.bhs {
	float: right;
	/* rounded corner */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;	
}

/* Override base .btn styles */
/* Apply text and background changes to three key states: default, hover, and active (click). */
.btn-bhs,
.btn-bhs:hover,
.btn-bhs:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(128,0,0,0.75);
}

.btn-bhs:hover {
  background-color: rgb(128,0,0);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: rgba(128,0,0,1.0);/* f5f5f5 */
}
.container .text-muted {
  margin: 20px 0;
  color: #f5f5f5;
}

/* default visibility style */
.lyr{
    display: none;
}
/*Customize the navbar */
.navbar-custom a{
    color: white;
}

.navbar-custom a:hover,
.navbar-nav > li > a:hover, 
.nav > li > a:focus{
    background-color: rgb(128,0,0);
}

.navbar-custom .active{
    background-color: rgba(128,0,0,0.75);
}

.navbar-custom .active a:hover{
    color: white;
    background-color: rgba(128,0,0,0.95);
}

.navbar-custom{
    background-color: rgba(128,0,0,0.75);
}

.navbar-custom .navbar-toggle {
  	background-color:rgb(128,0,0);
}
.navbar-custom .icon-bar {
  	background-color:rgb(128,128,128);
}















