.footer-lot {
   font-size: .8em;
   background-color: #222;
   background-image: linear-gradient(25deg, transparent 65%, #222f3e, transparent 70%), linear-gradient(-30deg, transparent 65%, #222f3e, transparent 70%), linear-gradient(-25deg, transparent 30%, #222f3e, transparent 35%), linear-gradient(25deg, transparent 30%, #222f3e, transparent 35%), linear-gradient(65deg, transparent 65%, #222f3e, transparent 70%), linear-gradient(-65deg, transparent 65%, #222f3e, transparent 70%), linear-gradient(-65deg, transparent 30%, #222f3e, transparent 35%), linear-gradient(65deg, transparent 30%, #222f3e, transparent 35%);
   background-size: 5em 2em, 5em 2em, 5em 2em, 5em 2em, 2em 5em, 2em 5em, 2em 5em, 2em 5em;
 }
/* The Modal (background) */
.modal {
  background-color: rgba(0,0,0,0.8);
  display: none; /* Hidden by default */
  left: 0;
  z-index: 99; /* Sit on top */
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
 
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 2s
}

/* Modal Content */
.modal-content {
  position: fixed;
  top:16%;
  background-color: rgba(0,0,0,0.9);
  width: 90%;
  left:5%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

 

/* The Close Button */
.close0, .close1, .close2,.close3 {
  color: white;
  font-size: 28px;
  font-weight: bold;
}
.close0:hover,
.close0:focus ,
.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-header {
  padding: 2px 16px;
  background-color: rgba(34,47,62,0.8);
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {

  padding: 2px 16px;
  background-color: rgba(34,47,62,0.8);
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: 300px; opacity: 0} 
  to {top: 10%; opacity: 1}
}

@keyframes slideIn {
  from {bottom: 300px; opacity: 0} 
  to {top: 10%; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.link:link {
  background-color: #15304D;
  color: white;
  padding: 14px 25px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  background-color: #15304D;
  text-decoration: underline;
  }
.link-active {
  background-color: #007DFB;
}

.tab { margin-left: 35px; }

input[type=radio] {
margin-left:15px;
margin-top:10px
}