/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.about {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #5a5a5a;
}

.contacts {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #5a5a5a;
}

.services {
  padding: 3rem;
}
.img-size {
  width: 50%;
  max-height: 60%;
}

.footer-text {
  margin-top: 1em;
}
/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 70%;
  /* The width is the width of the web page */
}
/*.featurette-heading {*/
/*  padding: 4rem;*/
/*}*/
.featurette-img {
  padding: 3rem;
}
