
.card-img-bottom {
  color: #fff;
  height: 20rem;
  background: url(http://via.placeholder.com/350x150) center no-repeat;
  background-size: cover;
}

.contact-form {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(95, 174, 255, 0.5);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.contact-map {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#map {
    width: 100%; height: 220px; margin-top: 20px; margin-bottom: 20px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}

#double ul{
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
  padding-left: 0;
}
#double li{
  line-height:1.5em;
  float:left;
  display:inline;
}
#double li  { width:50%;}
#triple li  { width:33.333%; }
#quad li    { width:25%; }
#six li     { width:16.666%; }

#partner {
  display: inline-grid;
}
#partner small {
  margin-bottom: 1rem;
}

.modal-dialog {
    min-height: calc(100vh - 300px);
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 300px);
  }
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4); /* Black background with opacity */
    z-index: -2; /* Specify a stack order in case you're using a different order for other elements */
    /* cursor: pointer; Add a pointer on hover */
}
