body {
  margin-bottom: 2em; /* Add some space at the end of the page */
}
hr.top-banner {
  border-color: #F02333;
  /* border-color: #F4626E; */
  border-width: 12px;
  margin: 0;
}

div.default-body {
  padding-top: 8rem; /* To account for the fixed top menu */
}
div.home-body {
  padding-top: 6rem; /* To account for the fixed top menu */
}

.list-group-item.slim {
  padding: 0.4rem 1.25rem;
}

a.learn-more {
  font-variant: small-caps;
}

a.learn-more svg {
  color: #F02333 !important;  
}

.callout-text-small {
  font-size: 0.75em;
}

.callout-text-small-spread {
  font-size: 0.75em;
  line-height: 1.75;
}

.bg-light-gray {
  background-color: #eee !important;
}

.form-text-smaller {
  font-size: 80%;
}

.form-group {
  margin-bottom: 0.75rem !important;
}

#home-img {
  background-color: #F3C340;
}

.right-box {
  background-color: #eee !important;
  border-top: 0.75rem solid #2B699B;
  border-radius: 0.25rem;

}
