.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  font-family: 'FuturaStd-Light',sans-serif;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  font-family: 'FuturaStd-Light',sans-serif;
}

.modal-content {
  color: #fff;
  background-color: #404040;
  margin: 15% auto;
  padding: 15px;
  width: 28%;
  border: 2px solid;
  border-color: #fff;
  border-radius: 0;
  box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 1);
}

.modal-content a {
  color: #fff;
}

.close {
  color: #fff;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

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

.paragraph-1 {
  text-align: center; 
  margin-top: 0px; 
  margin-bottom: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px;
  font-size: 36pt;
}

.paragraph-2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36pt;
}

.paragraph-3 {
  text-align: center;
  margin-top: 0px;
  font-size: 14pt;
  margin-bottom: 15px;
  font-weight: bold;
}

.paragraph-4 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 14pt;
}

.paragraph-5 {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  font-size: 12pt;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .modal {
    height: 100vh;
    
  }
  .modal-content {
    width: 80%;
    margin: 40% auto;
  }
  .modal .paragraph-1,
  .modal .paragraph-2 {
    font-size: 30px;
  }
}