/** Custom CSS for b&s */
:root {
  --nav-height: 90px;
  --tile-pad: 20px;
  --tile-rad: 15px;


}
body ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0;
}
body ul li {
  position: relative;
}

#masthead {
  height: var(--nav-height);
}

#masthead .site-branding {
  width: 160px;
}

.text-underline {
  text-decoration: underline;
}

.footer_above__img {
  margin-top: -30px;
}
/** Section Indicator */
.secInd,
.is-style-secInd {
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--family-alternative);
}

.entry-footer .edit-link {
  display: none;
}

}