/* Text Elements */

h1.heading-3 {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  font-family: 'Bitter', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2.heading-4 {
  color: #fff;
  text-align: center;
  text-shadow: #000 4px 4px 5px;
  font-weight: 700;
  font-size: 33px;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-1 {
  margin: 20px 0 35px;
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
  text-align: center;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-2 {
  margin-top: 32px;
  margin-bottom: 61px;
  background-color: rgba(0, 0, 0, .62);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-3 {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 28px;
  color: #cacaca;
  text-align: center;
  font-size: 13px;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-text.menu-item-1 {
  position: static;
  display: block;
  overflow: visible;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: .125rem solid transparent;
  background-color: #060606;
  color: #fff;
  vertical-align: baseline;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

a.link-text.menu-item-1:hover {
  color: #86cd79;
}

/* Interaction Elements */

a.link-button.button {
  margin-right: 0;
  padding: 16px 32px;
  max-width: 200px;
  width: 100%;
  border-width: .125rem;
  border-color: rgba(255, 255, 255, .6);
  border-radius: 50px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  font-family: 'Work Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button.button.evaluation {
  display: block;
  float: none;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 16px;
  max-width: 364px;
  background-color: #9e56a0;
  font-weight: 700;
  font-size: 24px;
}

a.link-button.button:hover {
  border-width: .125rem;
  border-color: #fff;
  background-color: rgba(31, 59, 28, .58);
  -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, .25s;
     -moz-transition-duration: 0s, .3s, .25s;
       -o-transition-duration: 0s, .3s, .25s;
          transition-duration: 0s, .3s, .25s;
  -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;
}

a.link-button.button.evaluation:hover {
  background-color: #1f3b1c;
  color: #fff;
}

/* Layout Elements */

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

.container.header {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 1000;
  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;
  min-height: 100px;
  background-color: #060606;

  -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.menu-bar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
  background-color: #060606;

  -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.menu-wrapper {
  position: static;
  display: none;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  float: none;
  clear: none;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  width: 100%;
  background-color: #060606;

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

.container.container-2 {
  background-color: #060606;
}

.container.container-1 {
  margin-bottom: 0;
  padding-bottom: 29px;
  max-width: none;
  background-color: #060606;
  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;
}

.container.container-3 {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  background-image: url('../images/kitty.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: padding-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .99;

  background-blend-mode: normal;
}

.container.container-4 {
  position: static;
  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: start;
  float: none;
  clear: none;
  -ms-flex-align: start;
  overflow: visible;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 17px;
  padding-bottom: 50px;
  background-color: #060606;

  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  justify-self: center;
}

.container.container-4.facebook {
  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;
  float: none;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cacaca;

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

.container.container-4.facebook.linkedin {
  padding-top: 20px;
  padding-bottom: 12px;
  background-color: #060606;
}

.container.address.container-4 {
  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;
  float: none;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 7px;
  background-color: #060606;
  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-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.menu-wrapper.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 100vh;
  background-color: #fff;

  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

a.glyph.menu-toggler {
  background-color: #060606;
  color: #fff;
  font-size: 28px;

  -webkit-text-stroke-color: #000;
}

div.responsive-picture.picture-3 {
  max-width: 100%;
  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;
  opacity: 1;
  -webkit-filter: opacity(1) sepia(0) invert(0) brightness(1.16) contrast(1.06) saturate(.91);
          filter: opacity(1) sepia(0) invert(0) brightness(1.16) contrast(1.06) saturate(.91);
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);

  mix-blend-mode: normal;
  background-blend-mode: normal;
}

a.glyph.font-icon-link-1 {
  color: #fff;
  font-size: 37px;

  -webkit-text-stroke-color: transparent;
}

div.responsive-picture.picture-2:hover {
  max-width: 200px;
  opacity: 1;
  -webkit-filter: brightness(1) sepia(0) invert(0) blur(0px) hue-rotate(0deg) grayscale(0) saturate(1);
          filter: brightness(1) sepia(0) invert(0) blur(0px) hue-rotate(0deg) grayscale(0) saturate(1);
  -webkit-transform: perspective(0px);
     -moz-transform: perspective(0px);
          transform: perspective(0px);
}

div.responsive-picture.picture-3:hover {
  opacity: 1;
}

@media screen and (min-width: 27.5rem) {
  div.responsive-picture.picture-3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 75%;
  }
}

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

  h1.heading-3 {
    font-size: 27px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 50px;
    margin-left: 50px;
  }

  p.paragraph.paragraph-2 {
    margin-right: 50px;
    margin-left: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  a.link-text.menu-item-1 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  /* Layout Elements */

  .container.header {
    position: relative;
    min-height: 170px;
  }

  .container.menu-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .container.container-3 {
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
  }

  a.glyph.menu-toggler {
    display: none;
  }

  div.responsive-picture.picture-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 400px;
  }

  .html-element.html-element-2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
  }

  .html-element.html-element-3 {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
  }

  .html-element.html-element-4 {
    margin-right: auto;
    margin-left: auto;
    max-width: 70%;
  }

  div.responsive-picture.picture-3 {
    max-width: 50%;
  }

  div.responsive-picture.picture-2:hover {
    max-width: 400px;
    width: 100%;
  }
}

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

  h1.heading-3 {
    font-size: 39px;
  }

  h2.heading-4 {
    font-size: 38px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 200px;
    margin-left: 200px;
    font-size: 18px;
  }

  p.paragraph.paragraph-2 {
    margin-right: 200px;
    margin-left: 200px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 150px;
    padding-left: 150px;
  }

  /* Layout Elements */

  body.body-1 {
    background-color: #fff;
    -webkit-column-rule-color: #fff;
       -moz-column-rule-color: #fff;
            column-rule-color: #fff;
  }

  .container.header {
    position: relative;
  }

  div.responsive-picture.picture-2 {
    max-width: 500px;
  }

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

  div.responsive-picture.picture-2:hover {
    max-width: 500px;
  }
}

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

  h2.heading-4 {
    font-size: 41px;
  }

  p.paragraph.paragraph-1 {
    margin-right: 400px;
    margin-left: 400px;
  }

  p.paragraph.paragraph-2 {
    margin-right: 400px;
    margin-left: 400px;
  }

  p.paragraph.paragraph-3 {
    padding-right: 350px;
    padding-left: 350px;
  }

  /* Layout Elements */

  .container.container-3 {
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
  }

  div.responsive-picture.picture-2 {
    max-width: 600px;
  }

  div.responsive-picture.picture-3 {
    max-width: 30%;
  }

  div.responsive-picture.picture-2:hover {
    max-width: 600px;
  }
}