/* Text Elements */

h2.section-title {
  margin-top: 18px;
  color: #0c2340;
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  font-family: 'Montserrat', cursive;
}

h3.heading-1 {
  font-size: 20px;
}

p.paragraph.paragraph-1 {
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
  font-family: 'Montserrat', cursive;
}

p.paragraph b.paragraph-text-3 {
  font-weight: 400;
}

a.link-text.nav-button {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: .0625rem solid #9c9ea0;
  background-color: #3d3d3d;
  color: #f6f7f8;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

a.responsive-picture.picture-link-1 {
  position: static;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
  padding-bottom: 0;
  max-width: 60%;
  width: auto;
  vertical-align: middle;

  justify-self: auto;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-position: 50% top;
     object-position: 50% top;
}

a.responsive-picture {
  display: inline;
  max-width: 200px;
}

.container-grid.logo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 3px;
  vertical-align: middle;
  text-align: left;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture {
  max-width: none;
}

a.social-image.social-icon {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #1c569f;
}

.container-grid.social-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-bottom: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container-grid.hero-section {
  padding-top: 0;
}

.container-grid.map {
  margin-bottom: 10px;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
  }

  .container-grid.nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-color: #3d3d3d;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}