/* removes the shading on the hero photo */
#t4-hero .bg-overlay:before {
    opacity: 0;}
/* removes padding on the component section */
@media (min-width: 992px) {
  .t4-component,
.component {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
/* removes top and bottom padding on the right sidebar */
@media (min-width: 992px) {
.t4-sidebar, .t4-sidebar-r, .sidebar, .sidebar-r {
    padding-top: .5rem;
    padding-bottom: 0rem;
  }}
/* removes whitespace at the top of the hero overlay image */
#t4-header + #t4-hero {
    margin-top: -83px;
}
/* make the h1 headers smaller than 60px */
h1, .h1 {
  font-size: 42px; 
}
/* reduce the padding of the footer */
.t4-footnav .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}