#nnh-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 160px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

/* Modal Content */
#nnh-modal .nnh-modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* Hide  close button from Drupal Alert */
#nnh-modal .nnh-modal-content button.close{
  display: none;
}

/* change link color in modal */
#nnh-modal .modal-body a{
  color: blue;
}

/* hide the close button a little */
#nnh-modal-close-trigger{
  color: #e5e5e5;
}

