/* The Modal (background) */
.modal-1, .modal-2, .modal-3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-1, .modal-content-2, .modal-content-3 {
  background-color: #fefefe;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  padding: 35px;
  border: 1px solid #888;
  width: 30%;
}

/* The Close Button */
.close1, .close2, .close3 {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close2:hover,
.close3:hover,
.close1:focus,
.close2:focus,
.close3:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
</style>