
@media (max-width: 850px) {
  .page-header-home {
    display: block;
    height: auto;
  }
  
  .container div.home-bg {
    height: 200px;
    background-position: center center;
    background-size: cover;
  }
  
  .page-header-home .hero-blurb {
    display: block;
    height: auto;
    padding: 1em;
  }
  
  .page-header-home .text {
    padding-left: 0;
    padding-right: 0;
  }
  
  .page-header-home .text span {
    margin-bottom: 0;
    font-size: 0.75em;
    line-height: 1.25;
  }
}

@media screen and (max-width: 820px) {
  .logo.alignleft {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 820px) {
  .term-power-meeting {
    flex-basis: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 760px) {  
  .default-header h1 {
    padding: 0;
    font-size: 2.25em;
  }
}