/* Enter Your Custom CSS Here */
.before-footer-widgets-wrapper .icon{
  display:none;}

/* Lead paragraph */
.archive-description .lead{
  font-size:14px!important;
  font-weight:600;
}

h3.people {
  margin-top:0;
}

.entry-content a {
    text-decoration: none;
}

.footer-widgets-wrapper .widget a, .footer-widgets-wrapper .widget a:visited, .footer-widgets-wrapper .widget a:hover {
    color: #0000;
}

#footer-content-eb{
  background-color:black;
}

#footer-content-eb a{
  color:white;
}

/* People page - Responsive css */

@media screen and (max-width: 480px) {
  article#post-14 .entry-content{
    text-align:center;
  }
  article#post-14 .wp-block-image{
    display:inline-block;
  }
}

