html,
body {
    height: 100%;
}
body{
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.65;
}
a, a:hover, a:focus, a:active, a:visited {
  color: #FF8600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    margin-top:40px;
    margin-bottom: 20px;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}
.masthead {
    background-color: rgba(0,0,0,0.6);
    margin: 14px 0px 14px 0px;
}
.masthead-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:74px;
    z-index: -1;
    background-color: #000;
}
#masthead-brand {
    font-size: 22px;
    line-height: 22px;
    padding: 13px 0px 8px;
    color: #FFF;
    color: rgba(255,255,255,.95);
    margin-right: 40px;
}
#masthead-brand:hover,
#masthead-brand:focus {
    color: #FFF;
}
#main-content {
    padding-bottom: 40px;
}
.lead {
    font-size: 16px;
    line-height: 1.8;
}
#highlight-label {
    text-align: center;
}
.cover-img {
    background: url(images/hero.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    --background-size: cover;
    background-size: cover;
    background-color: #000;
    background-position: center center;
    color: #FFF;
}
.masthead-nav{
    float: right;
}
.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding: 12px 0px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.90);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    border-bottom-color: #fff;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.5);
  color: #fff;
  color: rgba(255,255,255,.90);
}

@media (max-width: 548px) {
  .masthead-nav {
    float: left;
  }
  .masthead-bg {
      height: 118px;
  }
}

@media (min-width: 992px) {
    .container {
	width: 970px;
    }
}

.mastfoot {
  text-align: center;
  padding: 15px 0px;
}

@media (max-width: 992px) {
  .nav-stacked {
    display: none;
  }
  #highlight-label {
    text-align: left;
  }
}
.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover,
.nav-stacked>li.active>a:focus {
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  border: none;
  border-bottom: 1px solid #FF8600;
  color: #FF8600;
  background-color: #fff;
}
.nav-pills>li>a {
  border-radius: initial;
}
.nav-stacked>li+li {
  margin: 9px 20px 16px;

}
.nav-stacked>li+li>a {
  display:inline;
  border-radius: 0px;
  border-bottom: 1px solid transparent;
  padding: 0px;
}
.nav-stacked>li+li>a:hover,
.nav-stacked>li+li>a:focus {
  border-bottom: 1px solid #FF8600;
   background-color: transparent;
}

a.glyphicon {
  text-decoration: none;
}

.card {
  border: 1px solid #ccc;
  padding: 10px;
}

.img-caption {
  margin: 0px 20px 10px 0px;
  float: left;
}

.img-caption img {
  width: 290px;

}
.img-caption .caption {
  font-size: 12px;
  margin-top: 10px;
}

blockquote {
  margin: 0px -24px 20px;
  border-left: 4px solid #ff8600;
  background-color: #f8f8f8;
}
