/* Text Elements */

h3.main-heading {
  color: #248f34;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
}

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
}

h3.sub-heading {
  padding-right: 0;
  padding-left: 0;
  color: #248f34;
  font-size: 23px;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 16px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-2 {
  display: block;
}

p.paragraph.social-caption {
  display: block;
  float: left;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

/* Layout Elements */

body.body-1 {
  background-color: #fdf9f6;
}

.container-grid.header {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 50px;
  background-color: #fdf9f6;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

.rule.heading-rule {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

.container-grid.background-section {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.container-grid.social-section {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-grid.activities {
  padding-right: 10px;
  padding-left: 10px;
}

div.responsive-picture.picture-1 {
  position: static;
  right: auto;
  display: none;
  float: none;
  clear: none;
  margin-right: 0;
  min-height: auto;
  max-width: 50px;
  width: 100%;
  vertical-align: middle;

  grid-area: elementArea;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

div.responsive-picture.picture-2 {
  display: block;
  float: none;
  clear: none;
  overflow: auto;
  max-width: 500px;
  width: 100%;
  vertical-align: middle;

  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% center;
     object-position: 50% center;
}

.container-grid.container-1 {
  display: grid;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

a.responsive-picture.picture-link-1 {
  display: block;
  float: right;
  overflow: auto;
}

a.responsive-picture.picture-link-2 {
  display: block;
  float: right;

  grid-area: elementArea;
  justify-self: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

a.responsive-picture.picture-link-3 {
  max-width: 100px;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: right;

  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  h3 {
    font-size: 30px;
  }

  h3.main-heading {
    padding-top: 10px;
  }

  p.paragraph {
    font-size: 16px;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h3.main-heading {
    margin-bottom: 8px;
  }

  p.paragraph {
    margin-bottom: 7px;
    font-size: 17px;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  h3 {
    font-size: 40px;
  }

  p.paragraph {
    font-size: 19px;
  }
}

@media screen and (min-width: 75rem) {
  /* Text Elements */

  h3.main-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fdf9f6;
  }
}