/* DEFAULT SITE CHANGES ------------------------------------ */

/* fix image grid title cards */

.headline-border {
  letter-spacing: normal !important;
  font-size: 22px !important;
}

.grid-image-label {
  letter-spacing: normal !important;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.headline-border:after {
  border-bottom-width: 2px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* change hours dropdown color */

#navbar-hours {
  background-color: #0f0f0f;
}

#hours ul.dropdown-menu {
  background-color: #303030;
}

/* fix tall grid image zoom to fill */

.grid-image img {
  width: 100%;
  height: auto;
}
