@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#4a4a4d !important;
  }

  /* DeLaSalle Parent Portal background */

body {
  background-color: #4d4d4f;
  background-image:
    linear-gradient(
      rgba(20, 25, 30, 0.25),
      rgba(20, 25, 30, 0.35)
    ),
    url("https://delasallecom.finalsite.com/fs/resource-manager/view/b02b2369-0934-440c-adbf-5c035d508cba");

  background-repeat: no-repeat;
  background-position: center 58%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

#content-body {
  background-color: rgba(255, 255, 255, 0.97);
  border-top: none;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

footer {
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  body {
    background-position: center center;
    background-attachment: scroll;
  }

  #content-body {
    border-radius: 0;
  }

  footer {
    border-radius: 0;
    margin-bottom: 0;
  }
}

  h1,
  h2,
  h3,
  .sa-form-title,
  .sa-form-nav-page-name,
  .sa-form-nav-pages-current i.fa-circle,
  .sa-form-field[data-flavor='section'],
  .sa-form-field[data-flavor='subsection']
  {
    color: # FFD700;
  }

  section h2:first-of-type {
    border-bottom-color: # FFD700;
  }

  #content-body {
    border-top-color: # FFD700
  }

  .notification-alert {
    background-color: rgba(255, 215, 0, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: # FFD700;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: # FFD700;
  }

  li.page-item.active > a.page-link {
    background-color: # FFD700
  }

  ul.header-actions > li > a > .header-action-label {
    color: # FFD700
  }

  .student-summary-action-link {
    color: # FFD700
  }

  button.btn-primary {
    background-color: # FFD700
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: # FFD700
    }
  }
}
