

    /*========Accesibility  Modal========*/

/* The Modal (background) */
.lodal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* 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/Box */
.modal-notice-content {
  background-color: transparent;
  font-weight: bold;
  margin: 5% auto; /* from the top and centered */
  padding: 0;
  border: none;
  border-radius: 25px;
  width: 310px;
  min-height: 100px;
  overflow: scroll;
  padding: 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 450px) {
  .modal-notice-content {
    width: 280px;
    margin: 20% auto;
    padding: 0 0 0 0;
  }
}

  .angie {
    width: 300px;
    height: 300px;
}

@media screen and (max-width: 450px) {
  .angie {
    width: 250px;
    height: 250px;
  }
}

/* The Close Button */
.close3 {
  color: #FF0000;
  float: right;
  font-size: 50px;
  position: relative;
  top: 3px;
  right: 0;
  background: transparent;
  border: 2px solid #FF0000;
  border: none;
  outline: none;
}

@media screen and (max-width: 450px) {
  .close3 {
    top: -15px;
    right: 20px;
  }
}

.close3:hover,
.close3:focus {
  color: #FF0000;
  text-decoration: none;
  cursor: pointer;
}
/*-- end search modal --*/