body {
  color:#000;
}

.result-container {
  background-color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 10px;
  width:20%;
  height:auto;
}

.result-container a {
  color: #333;
  text-decoration: none;
}
.result-container a:link {
    color: #333;
    text-decoration: none;
}
.result-container a:visited {
    color: #333;
    text-decoration: none;
}
.result-container a:hover {
    color: #000;
    text-decoration: none;
}
.result-container a:active {
    color: #000;
}
#results {
  width:100%;  
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#results::after {
  content: "";
  flex: auto;
}
#sidebar-wrapper {
  padding:10px;
}
div#sidebar-wrapper {
  background-color: #eee !important;
}
#page-content-wrapper {
  padding-top:0px !important;
}
div#sub-titlebar {
  padding-top: 5px !important;
}
.btn-secondary {
  color: #000;
  background-color: #fff;
  border-color: #000;
  width: 12rem;
}
.btn-bar-wrapper {
  padding-left: 1rem;
}
#searchresults {
  padding-left: 1rem;
}
#search-terms-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.row {
    margin: 0;
}
header.blog-header {
    padding: 5px 0 0;
    border: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}
header .top-row {
    padding: 0 15px 5px;
}
.search_form input {
    border-radius: 0 5px 5px 0;
}
.search-icon {
    display: flex;
    background: #000;
    color: #fff;
    height: 100%;
    aspect-ratio: 1;
    padding: 9px;
    border-radius: 0 5px 5px 0;
}
.blog-header-logo a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgb(0 0 0 / 75%);
}
.blog-header-logo a img {
    max-width: 48px;
}
.navbar.navbar-black {
    background: transparent !important;
color: #45454B !important;
  }
.navbar-black .navbar-nav .nav-link {
    color: #45454B;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 0rem !important;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.search_form input {
    border-radius: 5px 0 0 5px;
    margin: 0;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.image-wrap.color-tile {
    flex: 1 1 auto;
    min-width: 12.5%;
}
.image-wrap.color-tile a {
    display: block;
}
.image-wrap.color-tile a img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
