/* Add here all your CSS customizations */
#features .list li:hover {
  font-weight: bold;
  cursor: default;
}

#googlemaps {
	min-height: 350px;
}

#home img.hero-image {
  padding-top:0px;
}

.header-body {
  padding: 10px 0;
}

#header .header-body {
  background: #e1e1e1 !important;
}

html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
  transition: none;
  -webkit-transition: none;
}

@media (min-width: 992px) {
  html #header.header-semi-transparent .header-nav-main nav > ul > li > a {
    color: #383F47;
    font-size: 15px;
  }
}

html.sticky-header-active #header.header-semi-transparent .header-body:before {
    opacity: 0;
}

.espa-link {
  max-width: 700px;
  width: 70%;
  margin: 0 auto;
  display:block;
}

.espa-link img {
  padding-top: 90px;
  
}

@media (max-width: 750px) {
  .espa-link {
    width: 95%;
  }
}