.hubbub-img-btn {
  box-shadow: 5px 5px 10px 0px #888888;
  border-radius: 5px;
  padding: 4px;
}

.btn {
  /* This overrides the bootstrap default of 2px */
  border-radius: 5px;
}

.btn.btn-raised.btn-primary {
  background-color: #4a6bb2;
}

.navbar, .navbar.navbar-default {
  background-color: #4a6bb2;
}

.form-control {
  color: #222;
}

.form-control::-webkit-input-placeholder {
   color: #444;
}

.carousel-merchants-wrap .carousel {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.carousel img {
  min-width: 100%;
}

.full-background {
  background-position: center center;
  background-size: cover;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100% !important;
  display: block;
}

.add-margin-bottom {
  margin-bottom: 10px;
}

.h1-at-top {
  margin-top: 0;
}

.membership-prompt {
  background-color: #CCC;
  color: #888;
  text-align: center;
  padding: 3px;
}

.container-main > *:first-child{
  margin-top: 20px;
}

.thumbnail-caption {
  background: rgba(255,255,255,0.7);
  position: absolute;
  width: 100%;
  padding: 4px;
  bottom: 0;
  left: 0;
  color: black;
  overflow: hidden;
  font-size: 11px;
}

.hr-small {
  margin-top: 5px;
  margin-bottom: 5px;
}

.small-logo {
  width: 150px;
}

ol.breadcrumb {
  margin-bottom: 0;
}

.inline-form form {
  display: inline-block;
}

.badge-links .badge {
  font-weight: inherit;
  font-size: 18px;
  background-color: #009688;
}

/* The default MDB theme labels are way too light. */
.form-group .checkbox label, .form-group .radio label, .form-group label {
  color: #6D6D6D;
}
