/* Text Elements */

h1.hero-heading-index {
  margin-top: 0;
  margin-bottom: 24px;
  color: #f8f5f2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 96px;
  font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  line-height: .9;
}

h1.heading-1 {
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.footer-paragraph {
  margin: 0 auto;
  color: #f8f5f2;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Inter', 'System Fallback', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, ' Helvetica Neue', Arial, sans-serif;
  line-height: 24px;
}

p.paragraph.paragraph-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3f3f3f;
  text-align: center;
  font-size: 18px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-2 {
  display: block;
  margin: 5px auto 10px;
  padding-top: 0;
  padding-right: 4rem;
  padding-left: 4rem;
  color: #3f3f3f;
  text-align: center;
  font-size: 17px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.heading-1 {
  margin-top: 21px;
  margin-bottom: 21px;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

p.paragraph.paragraph-3 {
  display: block;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-right: 4rem;
  padding-left: 4rem;
  color: #3f3f3f;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

span.text-element.title-subtext {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}

a.link-text.navlink-menu {
  padding: 4px 12px;
  color: #f8f5f2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
}

a.link-text.navlink-menu:hover {
  color: #fff;
}

/* Layout Elements */

body.body-2 {
  display: block;
  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;
}

body.body-2:hover {
  width: 100%;
}

.container.navigation-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -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;
}

.container.container-hero-index-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 0;
  max-width: 900px;
  width: 100%;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.navbar-section {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  max-width: 1480px;
  width: auto;
  background-color: transparent;
  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;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background-blend-mode: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.hero-events {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 70vh;
  background-image: -webkit-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/SmsHeroImage_r.jpg');
  background-image:    -moz-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/SmsHeroImage_r.jpg');
  background-image:      -o-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/SmsHeroImage_r.jpg');
  background-image:         linear-gradient(180deg, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/SmsHeroImage_r.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 0;
  background-color: #141e1d;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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.container-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  max-width: 1480px;
  width: 100%;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.services-summary-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0;
  width: 60%;
}

.container.services-detail {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  clear: none;
  margin: 10px auto;
  padding-top: 0;
  width: 100%;
  vertical-align: baseline;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.services_detail_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  margin: 0 auto 1rem;
  width: 100%;
  height: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-downloads {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 70vh;
  background-image: -webkit-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsAutumnImage2_c_r.jpg');
  background-image:    -moz-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsAutumnImage2_c_r.jpg');
  background-image:      -o-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsAutumnImage2_c_r.jpg');
  background-image:         linear-gradient(180deg, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsAutumnImage2_c_r.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 70vh;
  background-image: -webkit-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsSummerImage_c_r.jpg');
  background-image:    -moz-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsSummerImage_c_r.jpg');
  background-image:      -o-linear-gradient(top, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsSummerImage_c_r.jpg');
  background-image:         linear-gradient(180deg, rgba(20, 30, 29, .6) 0%, rgba(20, 30, 29, .4) 100%), url('../images/SmsSummerImage_c_r.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.hero-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 70vh;
  background-image: -webkit-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/KhokAdar_c.jpg'), -webkit-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:    -moz-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/KhokAdar_c.jpg'), -moz-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:      -o-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/KhokAdar_c.jpg'), -o-linear-gradient(top, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-image:         linear-gradient(180deg, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('../images/KhokAdar_c.jpg'), linear-gradient(180deg, rgba(20, 30, 29, .5) 0%, rgba(29, 30, 33, .5) 100%), url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  background-attachment: scroll, scroll, scroll, scroll;
  background-position: left top, left top, left top, left top;
  background-clip: border-box, border-box, border-box, border-box;
  background-origin: padding-box, padding-box, padding-box, padding-box;
  background-size: auto auto, auto auto, auto auto, auto auto;
  background-repeat: repeat, repeat, repeat, repeat;

  background-blend-mode: normal, normal, normal, normal;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.about-detail {
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  float: none;
  clear: none;
  margin: 10px;
  padding-top: 0;
  width: 40%;
  vertical-align: baseline;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.about-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin: 0 auto 2rem;
  width: 90%;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.contact-wrapper {
  display: flex; /*added html */
  justify-content: center;   /* centers left–right */
  align-items: center;       /* centers top–bottom */
  
  
  /*display: block;
  -ms-flex-pack: center;*/
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  width: 100%; /* changed from auto to 100% */

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.navigation-links.neutral-right-menu {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.container.downloads {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.container.services-detail:hover {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
  -webkit-transform: scaleX(1) scaleY(1);
     -moz-transform: scaleX(1) scaleY(1);
       -o-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
}

.container.services_detail_wrapper:hover {
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.glyph.mobile-nav-button {
  display: none;
}

.html-element.navigation-code {
  display: none;
}

a.responsive-picture.picture-download {
  margin-right: auto;
  margin-left: auto;
  width: 30%;
}

a.responsive-picture.picture-download-2 {
  margin-right: auto;
  margin-left: auto;
  width: 30%;
}

div.responsive-picture.image-about {
  margin-right: auto;
  margin-left: auto;
  width: 320px;
  border-width: .0625rem;
  border-style: solid;
}

div.responsive-picture.image-about2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-width: .0625rem;
  border-style: solid;
}

.html-element.contact-html {
  display: block;
  margin: 0 auto;
  width: 500px;
}

div.responsive-picture.picture-map1 {
  margin-right: auto;
  margin-left: auto;
  width: 40%;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

div.responsive-picture.picture-map1:hover {
  display: block;
  width: 60%;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
     -moz-transform: scaleX(1) scaleY(1) scaleZ(1);
          transform: scaleX(1) scaleY(1) scaleZ(1);
}

@media screen and (max-width: 86.8125rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  p.paragraph.paragraph-2 {
    font-size: 17px;
  }

  p.paragraph.paragraph-3 {
    font-size: 17px;
  }

  /* Layout Elements */

  .container.about-detail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.services-detail {
    width: 100%;
  }

  .container.services-summary-wrapper {
    width: 60%;
  }

  .container.downloads {
    width: 90%;
  }

  div.responsive-picture.picture-map1 {
    width: 40%;
  }

  div.responsive-picture.image-about2 {
    width: 100%;
  }

  a.responsive-picture.picture-download {
    width: 40%;
  }

  a.responsive-picture.picture-download-2 {
    width: 40%;
  }
}

@media screen and (max-width: 76.25rem) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    padding-right: 4rem;
    font-size: 17px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 4rem;
    font-size: 17px;
  }

  /* Layout Elements */

  .container.services-summary-wrapper {
    width: 70%;
  }

  .container.services-detail {
    width: 100%;
  }

  .container.hero-events {
    min-height: 60vh;
  }

  .container.hero-about {
    min-height: 60vh;
  }

  .container.hero-downloads {
    min-height: 60vh;
  }

  .container.hero-contact {
    min-height: 60vh;
  }

  .container.downloads {
    width: 90%;
  }

  div.responsive-picture.image-about {
    width: 280px;
  }

  div.responsive-picture.picture-map1 {
    width: 60%;
  }

  div.responsive-picture.image-about2 {
    width: 100%;
  }

  a.responsive-picture.picture-download {
    width: 50%;
  }

  a.responsive-picture.picture-download-2 {
    width: 50%;
  }

  div.responsive-picture.picture-map1:hover {
    width: 80%;
  }
}

@media screen and (max-width: 63.9375rem) {
  /* Text Elements */

  h1.hero-heading-index {
    font-size: 72px;
  }

  p.paragraph.paragraph-1 {
    font-size: 17px;
  }

  p.paragraph.paragraph-2 {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 15px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 15px;
  }

  /* Layout Elements */

  .container.services-summary-wrapper {
    width: 70%;
  }

  .container.about-detail {
    width: 60%;
  }

  .container.hero-about {
    min-height: 60vh;
  }

  .container.services-detail {
    width: 100%;
  }

  .container.hero-events {
    min-height: 60vh;
  }

  div.responsive-picture.image-about {
    width: 260px;
  }

  div.responsive-picture.image-about2 {
    width: 100%;
  }

  a.responsive-picture.picture-download {
    width: 60%;
  }

  a.responsive-picture.picture-download-2 {
    width: 60%;
  }
}

@media screen and (max-width: 47.5rem) {
  /* Text Elements */

  h1.hero-heading-index {
    font-size: 60px;
  }

  p.paragraph.paragraph-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  p.paragraph.paragraph-2 {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
  }

  a.link-text.navlink-menu {
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
  }

  /* Layout Elements */

  .container.navigation-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    opacity: 0;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.navigation-links.neutral-right-menu {
    background-color: #141e1d;
  }

  .container.navbar-section {
    position: static;
    z-index: 1000;
    -ms-flex-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #141e1d;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.hero-events {
    min-height: 50vh;
    background-attachment: scroll;
  }

  .container.hero-downloads {
    min-height: 50vh;
    background-attachment: scroll;
  }

  .container.hero-contact {
    min-height: 50vh;
    background-attachment: scroll;
  }

  .container.hero-about {
    padding-right: 16px;
    min-height: 50vh;
    background-attachment: scroll;
  }

  .container.services-detail {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .container.services-summary-wrapper {
    width: 90%;
  }

  .container.about-detail {
    width: 80%;
  }

  .container.about-detail-wrapper {
    width: 98%;
  }

  .container.downloads {
    width: 90%;
  }

  .container.navigation-links.show-menu {
    top: 0;
    visibility: visible;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  a.glyph.mobile-nav-button {
    display: block;
    color: #000;
    text-align: right;
    font-size: 34px;
    line-height: 1;
  }

  a.glyph.close-button-cross.mobile-nav-button {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding-top: 20px;
    padding-right: 24px;
    color: #fff;
  }

  a.glyph.mobile-nav-button.neutral-right-button {
    color: #fff;
  }

  div.responsive-picture.image-about {
    width: 240px;
  }

  div.responsive-picture.picture-map1 {
    width: 80%;
  }

  div.responsive-picture.image-about2 {
    width: 100%;
  }

  a.responsive-picture.picture-download {
    width: 70%;
  }

  a.responsive-picture.picture-download-2 {
    width: 70%;
  }

  div.responsive-picture.picture-map1:hover {
    width: 98%;
  }
}

@media screen and (max-width: 30rem) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
  }

  p.paragraph.paragraph-1 {
    width: 98%;
    font-size: 16px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 13px;
  }

  /* Layout Elements */

  .container.container-footer-links {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.services_detail_wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.services-detail {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .container.services-summary-wrapper {
    width: 90%;
  }

  .container.about-detail {
    width: 80%;
  }

  .container.hero-events {
    min-height: 50vh;
  }

  .container.navbar-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container.downloads {
    width: 90%;
  }

  div.responsive-picture.picture-map1 {
    width: 80%;
  }

  div.responsive-picture.image-about2 {
    width: 100%;
  }

  a.responsive-picture.picture-download {
    width: 80%;
  }

  a.responsive-picture.picture-download-2 {
    width: 80%;
  }
}