
/* CSS Customization */

body {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  color: #ebebeb;
  background-image: url('../img/bkg.jpg');
  background-position: top;
  background-size: 100%;
}

.navbar-nav > li > a {
  padding-top:30px !important; padding-bottom:30px !important;
}

.navbar {
  min-height:80px !important
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  color: #777777;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-inverse {
  border-bottom: solid #111111 2px;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ff0000;
  background-color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ff0000;
  background-color: #000000;
}

.carousel .item {
  height: 500px;
}

.carousel-caption {
  position: absolute;
  left: 0px;
  right: 5%;
  bottom: 10%;
  z-index: 10;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f1f1f1;
  font-size: 2.5em;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  text-align: left;
  line-height: 110%;
  background: rgba(0, 0, 0, 0.75);
  border-top: solid rgba(255, 0, 0, 0.35) 1px;
  border-bottom: solid rgba(255, 0, 0, 0.35) 1px;
  border-right: solid rgba(255, 0, 0, 0.35) 1px;
  border-left: none;
  border-radius: 0px 4px 4px 0px;
}

.section-spacer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-pad {
  padding: 15px;
}

.trans-black {
  padding: 10px;
  background: url("../img/trans-black.png");
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.trans-red {
  padding: 10px;
  background-image: url('../img/trans-red.png');
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #464646;
}
