
html, body {
  height: 100%;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

section {
  padding: 50px 0 150px 0;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact-logo img {
  width: 2rem;
  height: 2rem;
  margin-right: .25rem;
  filter: invert(17%) sepia(81%) saturate(3582%) hue-rotate(260deg) brightness(83%) contrast(99%);
}

.gkw_portrait {
  box-shadow: 5px 6px 19px 0px #888888;
}

.client-logo {
  padding-left: 0;
}

.client-logo li {
  width:175px;
  display:inline-block;
  margin-top: 1rem;
}

.client-logo img {
  margin-bottom: 10px;
}

.client-logo p {
  font-size: 0.8rem;
}


#barriers {
  background-color: #f2f5ff;
}

#services {
  background-color: #f4eaf7;
}

#services img {
  height: 180px;
  margin-left: 30px;
  margin-bottom: 20px;
  box-shadow: 5px 6px 19px 0px #888888;
}

#speaking .text-center img {
  height:150px;
  margin-right:10px;
  margin-bottom:20px;
  box-shadow: 5px 6px 19px 0px #888888;
}

#blog {
  background-color: #f6e8f9;
}

.blog-entry {
  margin-bottom:20px;
}

.card {
  box-shadow: 5px 6px 19px 0px #888888;
}

.card-body {
  0.8rem;
}

#about {
  background-color: #ffffd8;
}

.smaller {
  font-size: 0.8rem;
}

/* Lightbox fix for IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .ekko-lightbox .modal-dialog {
      flex: 100%!important;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
      -ms-overflow-style: none;
    }
}
