
.modal {
  /*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.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  width: 80%;
}

.model-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90%;
  width: 100%;
  justify-content: center;
}

.modal .txt-block div {
  text-align: right;
}

.modal .txt-block span {
  font-family: "Caveat", cursive;
  display: block;
  font-size: 59px;
  line-height: 56px;
  margin-top: 13px;
  flex-grow: 1;
  color: white;
}

.modal .social-block img {
  width: 100px;
  height: 100px;
}

/* The Close Button */
.close {
  color: #FFFFFF;
  float: right;
  font-size: 56px;
  font-weight: lighter;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
