/** Pop UP ***/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top:30px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height:100%;
  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 {
background:#43190b;
  margin: auto;
  padding: 10px;
  width: 30%;
  height:auto;
}
.modal-content h2 {
	float:left;
	width:100%;
font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#ffffff;
	padding:1% 0 1% 0;
	text-align:center;
	font-weight:600;
}

/* The Close Button */
.close {
  color: #ffffff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/** Pop UP ***/


@media only screen and (min-width:320px) {
.modal-content {
  width: 90%;
  height:390px;
  }
}

@media only screen and (min-width:400px) {
.modal-content {
  width: 90%;
  height:410px;
  }
}

@media only screen and (min-width:500px) {
.modal-content {
  width: 60%;
  height:72%;
  }
}
@media only screen and (min-width:990px) {
.modal-content {
  width: 30%;
  height:85%;
  }
}