.modal-content {
  background-color: #111;
  text-align: center;
	background-image:url("../media/backgrounds/ws.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  border: none;
}
.modal-header {
  color: #f3f3f3;
  text-align: center;
  border-bottom: none;
  margin-top: 20px;
	margin-left: 20px;
}
.modal-footer {
  border-top: none;
	padding: 0px 0px 15px 0px;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  color: #f3f3f3;
  font-size: 2.4rem;
  margin-top: -25px;
}

.modal-body p {
  color: #f3f3f3;
  margin: 15px 4rem 0 4rem;
}
.modal-body p a {
  color: #f3f3f3;
  font-weight: 700;
}
.modal-body p a:hover, .modal-body p a:focus {
  color: #f3f3f3;
  font-weight: 700;
  text-decoration: line-through;
}
@media (max-width: 667px) {
  .modal-body p {
    color: #f3f3f3;
    margin: 15px;
  }
}