/* The Modal (background) */
.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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  text-align: left;
}



/* The Close Button */
.closeForm {
  color: #253592;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeForm:hover,
.closeForm:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-content ul li a{
  color: rgb(71, 66, 114);
}
.brown-color{
  color: rgb(204, 155, 49);
  font-weight: bold;
}
.blue-color{
  color: rgb(37, 33, 230);
  font-weight: bold;
}
.red-color{
  color: rgb(207, 54, 15);
  font-weight: bold;
}
.orrange-color{
  color: rgb(245, 162, 38);
  font-weight: bold;
}
.yellow-color{
  color: rgb(187, 184, 3);
  font-weight: bold;
}
.lightblue-color{
  color: rgb(97, 122, 235);
  font-weight: bold;
}
.lightgreen-color{
  color: rgb(129, 216, 79);
  font-weight: bold;
}
.green-color{
  color: rgb(65, 134, 24);
  font-weight: bold;
}
.modal-content p{
  font-weight: bold;
  color: #253592;
}
