/* Text Elements */

h1.site-title {
  margin-bottom: 0;
  color: #00f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Montserrat', cursive;
}

h3.expert-heading {
  color: #f00;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h5.service-title {
  margin: 10px 0;
  color: #00f;
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.address-p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #00f;
  text-align: center;
  font-size: 24px;
}

p.paragraph.paragraph-1 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1;
}

ul.unorder-list.unordered-list-1 {
  padding-right: 10px;
  padding-left: 10px;
}

a.link-text.nav-button {
  display: block;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  background-color: #e9e7e7;
  color: #00f;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

/* Layout Elements */

.container.address-1 {
  margin-right: 0;
  margin-left: 0;
}

.container.hero-section {
  min-width: 0;
}

.container.nav-wrapper {
  margin-top: 11px;
  margin-bottom: 10px;
}

div.responsive-picture.heo-image {
  max-width: none;
  width: auto;
}

div.responsive-picture.hero-image {
  max-width: none;
  width: auto;
}

li.list-item.unordered-list {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 20px;
  text-align: left;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.site-title {
    color: #00f;
  }

  h3.expert-heading {
    margin-bottom: 0;
  }

  p.paragraph.address-p {
    margin-top: 0;
    margin-bottom: 0;
    color: #00f;
    text-align: center;
    font-size: 26px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  /* Layout Elements */

  .container.address-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    width: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  body.body-1 {
    max-width: 1040px;
  }

  li.list-item.unordered-list {
    margin-right: 10px;
    margin-left: 40px;
  }
}