/* These classes overwrite what is standard in Twitter Bootstrap */

/* Navbar changes color */

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #BC1F26;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 #AF1D23;
}


.navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}

/* Change up H2 */

h2 {
  font-size: 20px;
  line-height: 20px;
  }
  
/* hero unit changes */

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}


/* spacers */

.bottomspacer20 {
	margin-bottom:20px;
}