.socialblue--sky .site-footer {
  padding: 25px 0;
  background-color: transparent;
}

@media (min-width: 900px) {
  .socialblue--sky .site-footer {
    padding: 45px 0;
  }
}

.footer{
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0;
  height: 375px;
  background-image: url("https://staging.dodeaweb.sei-app.com/img/shared/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
