@charset "utf-8";
/* CSS Document */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: sticky; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 15px; /* Location of the box */
  /*left: 0;*/
  margin: auto;
  top:0;
  width: 95%; /* Full width */
  height: auto; /* Full height */
  max-width: 750px;  /*To contain modal within website boundary*/
  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-color: #EDEDF1;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #888;
	width: 95%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.25em;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

#myBtn {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	color: #900;
}
.rqmts {
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #930;
	text-decoration: none;	
}
.fire {
	list-style-position: outside;
	text-align: center;
	color: #363;
	font-size: 0.95em;
	
}