.mf-h3-dark
{
  color:#fff;
}

/* The Modal (background) */
.mf-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: fixed;
  background-image: url("../img/umbrellas.png");
}

/* Modal Content */
.mf-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 1%;
  width: 90%;
  max-width: 1200px;
  color: black;
}

/* The Close Button */
.close {
  /*color: white;*/
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}