/* Color value for blue/purple: #1e2c57 */
/*
body {
  padding: 4em;
}

/* Header container 
.container-header {
  background-color: #fff;
  background-image: none;
}

/* Header navigation menu 
.container-header .mod-menu {
  color: #000;
}

/* Header navigation hamburger 
.container-header .navbar-toggler {
  color: #000;
}
*/

/* Resize the header so it's not ginormous, but still have it variable for screen width. 50% is too small on small screens. */
.container-header .navbar-brand img {
  width: 50%;
}


/* make the background of each of the blog posts on the front page light gray */
.blog-item {
  background-color: #f7f7f7;
  }

.item-content {
  padding: .5em;
}

h2.item-title {
  font-size: 1.25em;
}

.article-info dd {
  margin-bottom: 0;
}


.top-a {
  margin: 0;
  padding: 0;
}


#mod-custom154 > p {
  margin: 0;
  padding: 0;
}





/* Set up formatting for the results pages, to display the results in a fluid "table" */

.results_year {
  clear: left;
}

.results_year_date {
  font-weight: bold;
  padding: 6px;
  background-color: #1e2c57;
  color: #fff;
}

.results_event {
  padding: 6px 12px;
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
}

/* Inline blocks for divisions in the event, eg races in Road Racing */
.results_event_race {
  padding: 6px 12px 6px 0px;
  max-width: 100px;
  display: inline-block;
  vertical-align: top;
}

/* This is wider for Road Racing events */
.results_event_club { 
  padding: 12px 24px;
  max-width: 600px;
  display: inline-block;
  vertical-align: top;
}

.results_title {
  font-size: 1em;
  line-height: 95%;
  font-weight: bold;
}

.results_date {
  font-size: .9em;
  line-height: 95%;
  color: #808080;
}

.results_link {
  font-size: 1em;
  line-height: 95%;
}

.results_link_class {
  font-size: 1em;
  line-height: 95%;
  font-style: oblique;
  text-decoration: underline;
}

.results_link_class_desc {
  font-size: .6em;
  line-height: 1em;
  color: #606060;
  
}

.bog-banner {
  margin: 0;
  background-color: #5E3C31;
  padding: 24px;
  text-align: center;
}

.bog-banner-text {
  color: #fff;
}


a.bog-banner-link:link, a.bog-banner-link:visited {
  color: #fff;
}

a.bog-banner-link:hover {
  color: #FFA385;
}


  