header.masthead {
	background: url('/assets/img/animals.jpg');
  background-position: center;
  background-size: cover;
}

header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;
}

header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}

.transparent-dark-background {
  background-color: rgba(0, 0, 0, 0.3);
}

.transparent-light-background {
  background-color: rgba(0, 0, 0, 0.1);
}

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}

a {
    color: unset;
}

a:hover {
    color: unset;
}

@media (max-width: 991px) {
  ul.offered-services {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
    padding: 15px 0;
  }

  header.masthead .masthead-content .masthead-subheading {
    font-size: 3rem;
    padding: 15px 0;
  }

  .google-map {
       padding-bottom: 25%;
       position: relative;
  }
}
