body {
  font-family: RefrigeratorDeluxe, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  background: #54524E;
}

h1, h2, h3, h4, h5 {
  font-family: RefrigeratorDeluxe, Tahoma, Verdana, Helvetica, sans-serif;
}

.glyphicon-lg {
  font-size: 250%;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.navbar {
    font-family: 'Syncopate', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.navbar > .container {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-brand {
  font-size: 20px;
  font-weight: bold;
}

.navbar-collapse {
  margin: 15px 0px 15px;
  background-color: #f70100;
}

@media (min-width: 768px) {
  .navbar-nav li + li:not(.active) {
    background: url('/images/menu_sep.png') no-repeat top left;
    padding-left: 10px;
  }

  .navbar-nav li.active {
    background:url('/images/menu_sep_active_l.png') no-repeat top left;
    padding-left: 10px;
  }

  .navbar-nav li.active + li {
    background:url('/images/menu_sep_active_r.png') no-repeat top left;
    padding-left: 10px;
  }
}

.navbar-nav > li > a {
  color: white !important;
  margin: 0px;
  padding: 0px 20px 0px 20px;
  line-height: 24px;
  height: 24px;
  display: table-cell;
  vertical-align: middle;
}

/* spaces out menu items, only when collapsed */
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding: 20px 20px 0px 20px;
    font-size: 16px;
  }
}

.navbar-nav > li.active > a {
  background-color: white !important;
  color: #f70100 !important;
}

.navbar-collapsed-button {
  margin-right: 25px;
}


a.anchor-offset {
  /* takes header height into account */
  padding-top: 54px;
  margin-top: -54px;
  display: inline-block; /* required for webkit browsers */
}

h3 {
  font-weight: bold !important;
  color: red;
  font-weight: normal;
  /*letter-spacing: 4px; */
  font-size: 150%;
}

.branding {
  margin-bottom: 0px;
  padding: 10px;
}

.branding-bg {
  background: url("/images/bg_1024.png")  no-repeat;
}

.branding-xs {
  margin: 8px 0px 8px 25px;
  max-width: 50%;
  vertical-align: middle;
}

h1.motto {
  font-size: 160%;
  color: white;
  font-weight: bold;
}

div.motto {
  margin-top: 10%;
}

/* per John: make motto smaller on small screens */
@media (max-width: 767px) {
  h1.motto {
    font-size: 90%;
    color: white;
  }
  div.motto {
    margin-top: 0px;
  }
}

.headbadge-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 6px;
  color: #4C4944;
  text-align: center;
  width: 225px;
  margin-top: -53px;
}

.the-content {
  background: white;
}

h1.real-big {
  font-size: 45px;
}

h1.bike-name {
  margin-top: 0px;
}

hr.content-divider {
  margin-top: 60px;
}

p.content-divider {
  margin-top: 20px;
}

p.content-divider-small {
  margin-top: 30px;
}

div.content-divider {
  height: 20px;
  background: #4D4845;
  clear: both;
}

footer {
  font-size: 120%;
  font-weight: bold;
  background: white;
  padding: 10px 0px 3px;
}

.about-img {
  margin: 10px 0px 10px;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

span.circle {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 10px;
    background: red;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/* TODO  Only load blog css styles on blog/* pages */

a.tag-link {
  padding: 5px 0px 5px !important;
  color: red;
}

h3.blog-post-title {
  text-transform:uppercase;
  font-size: 200%;
  margin-bottom: 5px;
}

h3.blog-post-title > a {
  color: red;
}

.blog-nav-header {
  margin-top: 20px;
}

div.next-prev-links {
  overflow: auto;
  width:100%;
}

.rss-subscribe small {
  padding-left: 10px;
  color: red;
}

/* image gallery/carousel styles */

.carousel-caption {
  font-weight: bold;
  font-size: 22px;
}

div.modal-header {
    padding-bottom: 0px;
}

.carousel-indicators-inverse li {
  background-color: #000;
}

.carousel-indicators-inverse .active {
  background-color: #000;
}

/* center images in the carousel that are narrower than the overall carousel */
.item img {
  margin: auto;
}


div.rounded {
  -moz-border-radius: 5px;
  border-radius: 5px;
}
