/* Enter Your Custom CSS Here */

.middle{
  vertical-align: middle;
}

.logo{
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .inside-footer-widgets{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.page-header-image{
  max-width:1900px!important;
}

p.lead, p.lead a{
  font-size: 1.2rem;
  font-weight:bold; 
}

#footer-content-eb{
  background-color:#000;
}

#footer-content-eb p{
  margin-bottom:0;
}

#footer-content-eb a:hover{
  color:#fff;
}

/* People page - Responsive css */

@media screen and (max-width: 600px) {
  article#post-9 .entry-content, article#post-9 .entry-content p{
    text-align:center;
  }
  article#post-9 .wp-block-image{
    display:inline-block;
  }
}