/* Text Elements */

h1.site-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 49px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h1 span.heading-text-1 {
  color: #0a0a82;
  font-size: 3.375rem;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

h3.section-title {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  line-height: 1.4;
}

h3 span.heading-text-2 {
  background-color: transparent;
  color: #ff0503;
  font-weight: 500;
  font-size: 1.4375rem;
}

h5 {
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h5.service-title {
  display: inline;
  margin-top: 10px;
  color: #18191a;
}

p.paragraph.paragraph-1 {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span span.paragraph-text-1 {
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph span span.trips {
  color: #0109e5;
  font-weight: 600;
}

p.paragraph span.trips {
  color: #0008f5;
  font-weight: 700;
}

p.paragraph span.subsection {
  color: #330606;
  font-weight: 700;
  font-size: 1.125rem;
}

p.paragraph span.paragraph-text-1 {
  color: #020205;
}

a.link-text.nav-button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.footer-nav {
  padding: 10px 20px;
  color: #424345;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

/* Interaction Elements */

a.link-button {
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

/* Layout Elements */

body.body-1 {
  position: static;
  margin-right: 15%;
  margin-left: 15%;
  min-width: 0;
  background-color: #c2daf6;
}

.container.container-1 {
  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-align: center;
  padding-right: 10px;
  padding-left: 10px;

  -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;
}

.container.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-bottom: 60px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.hero-section {
  background-color: #9bfc91;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.service {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 400px;
}

div.responsive-picture {
  max-width: none;
}

div.responsive-picture.picture-1 {
  width: 50%;
}

div.responsive-picture.picture-2 {
  float: none;
  width: 35%;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  justify-self: auto;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.site-title {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    position: static;
    float: left;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    color: #050505;
    font-weight: 400;
    font-size: 1.125rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph span.subsection {
    color: #a40000;
    font-weight: 600;
    font-size: 1.1875rem;
  }

  p.paragraph span.trips {
    color: #000ef9;
    font-weight: 600;
    font-size: 1rem;
  }

  p.paragraph span span.trips {
    color: #0211f3;
    font-weight: 600;
  }

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
    border-left: .0625rem solid #000;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    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;
  }

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3 span {
    font-weight: 700;
  }

  h5 a.heading-text-5 {
    color: #05050f;
  }

  h5 a.heading-text-5.link {
    color: #550e61;
    font-weight: 400;
    font-size: 1.625rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  h5 span.heading-text-6 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  p.paragraph span.paragraph-text-1 {
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph.paragraph-2 {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    float: none;
    text-align: left;
    font-weight: 400;
  }

  p.paragraph span.trips {
    color: #0b5613;
    font-weight: 800;
    font-style: normal;
    font-size: 1.0625rem;
  }

  p.paragraph span.paragraph-text-20 {
    font-size: .875rem;
  }

  p.paragraph span.paragraph-text-34 {
    font-size: .875rem;
  }

  p.paragraph.paragraph-3 {
    font-size: 14px;
  }

  p.paragraph span.paragraph-text-35 {
    font-weight: 300;
  }

  p.paragraph span.paragraph-text-36 {
    color: #020204;
    font-weight: 400;
  }

  p.paragraph span span span.trips {
    color: #0a0a0a;
    font-style: italic;
  }

  p.paragraph a.paragraph-text-17 {
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-16 {
    font-weight: 600;
  }

  p.paragraph span.subsection {
    color: #06461d;
  }

  p.paragraph.paragraph-1.paragraph2 {
    font-size: 24px;
  }

  p.paragraph span.paragraph-text-1.trips {
    color: #000ef9;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-22 {
    font-weight: 400;
  }

  p.paragraph span span.trips {
    color: #090912;
    font-weight: 400;
  }

  p.paragraph span.paragraph-text-67 {
    font-weight: 400;
    font-size: 1.125rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph font.paragraph-text-48 {
    color: #155939;
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-2 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-3 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-4 {
    font-style: italic;
  }

  p.paragraph a.paragraph-text-5 {
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-6 {
    font-weight: 600;
  }

  p.paragraph a.paragraph-text-7 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-8 {
    font-style: italic;
  }

  p.paragraph a.paragraph-text-9 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-10 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-11 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-12 {
    font-weight: 200;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-13 {
    font-weight: 200;
    font-style: italic;
  }

  p.paragraph a.paragraph-text-15 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-18 {
    font-weight: 700;
  }

  p.paragraph a.paragraph-text-19 {
    font-weight: 700;
  }

  p.paragraph.paragraph-4 {
    max-width: 50%;
  }

  p.paragraph span.paragraph-text-14 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-40 {
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-21 {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-23 {
    font-weight: 700;
  }

  /* Interaction Elements */

  a.link-button.button {
    margin-right: 2px;
    margin-bottom: 1rem;
    padding-top: .34em;
    padding-right: .96em;
    padding-bottom: .34em;
    -webkit-transition-delay: 0s, 0s;
       -moz-transition-delay: 0s, 0s;
         -o-transition-delay: 0s, 0s;
            transition-delay: 0s, 0s;
    -webkit-transition-timing-function: ease-out, ease-out, linear;
       -moz-transition-timing-function: ease-out, ease-out, linear;
         -o-transition-timing-function: ease-out, ease-out, linear;
            transition-timing-function: ease-out, ease-out, linear;
    -webkit-transition-duration: 0s, .3s;
       -moz-transition-duration: 0s, .3s;
         -o-transition-duration: 0s, .3s;
            transition-duration: 0s, .3s;
    -webkit-transition-property: background-color, color, all;
       -moz-transition-property: background-color, color, all;
         -o-transition-property: background-color, color, all;
            transition-property: background-color, color, all;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #d6d8f3;
  }

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.hero-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.container-1 {
    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: justify;
    -ms-flex-align: center;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.footer-nav {
    -ms-flex-pack: start;
    float: left;
    margin-bottom: 0;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.services-grid {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    min-width: 2.2%;
    min-height: 12px;

    -webkit-box-flex: 0;
    -webkit-flex: 0 23;
       -moz-box-flex: 0;
        -ms-flex: 0 23;
            flex: 0 23;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.service {
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 40px;
    padding-right: 7px;
    padding-left: 7px;
    max-width: 354px;
  }

  div.responsive-picture.picture-2 {
    float: left;
    max-width: none;
    width: 19.5%;
    height: auto;

    justify-self: left;
  }

  div.responsive-picture.picture-2 > picture {
    height: auto;
  }

  a.social-image.social-icon-1 {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  a.responsive-picture.picture-link-5 {
    max-width: 400px;
    width: 100%;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 400px;
    width: 100%;
  }

  a.responsive-picture.picture-link-2 {
    max-width: 400px;
    width: 100%;
  }
}

@media screen and (min-width: 66.9375rem) {
  a.responsive-picture.picture-link-2 {
    max-width: 400px;
  }

  a.responsive-picture.picture-link-4 {
    max-width: 400px;
  }
}