/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    top: 0px;
   width: 100%;
   height: 100%;
    margin: 200px auto 200px auto;
    height: 300px; 
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    width: auto; 
    height: auto; 
    border: 1px solid #070000;
    width: 80%; /* Could be more or less, depending on screen size */
    z-index: 1500;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .resultContent{
    color: black;
  }

.modal .contactInfo{
  background: linear-gradient(90deg, #5fa2ce, #1388d6);
  padding: 10px;
  color: white;
}

.modal .contactInfo a{
  color: white;
  text-decoration: none;
  align-items: center;
  text-align: center;
}

  .modal .social-icons a {
    color: white;
    margin: 0 5px;
    text-decoration: none;
    font-size: 14px;
  }

  .modal .social-icons a:hover {
    color: #e76418;
  }

  .modal a {
    color: #ecf0f1;
    text-decoration: none;
  }

  .modal .fas .fa-phone{
    color: #ffffff;
  }

  .modal i {
    margin-left: 5px;
    margin-right: 0px;
  }

  .modal a:hover {
    text-decoration: none;
  }

  .modal .quick-links,
  .modal .contact-info {
    margin: 5px 0;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
  }

  .modal .contact-info p,
  .modal .quick-links a {
    margin: 5px 0;
  }
