/* Text Elements */

h2.heading-3 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  color: #036;
  font-size: 26px;
  font-family: 'Khand', sans-serif;

  -webkit-order: 1;
     -moz-order: 1;
      -ms-order: 1;
       -o-order: 1;
          order: 1;
  -webkit-align-self: center;
     -moz-align-self: center;
      -ms-align-self: center;
       -o-align-self: center;
          align-self: center;
}

h3 {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #036;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  font-family: 'Khand', sans-serif;
  line-height: 1.1;
}

h3.heading-1 {
  margin-bottom: 0;
  color: #036;
  font-style: normal;
  font-variant: normal;
  font-family: 'Khand', sans-serif;
}

h3 span.heading-text-2 {
  color: #036;
}

h3.heading-2 {
  margin-top: 0;
  padding-top: 20px;

  -webkit-align-self: flex-start;
     -moz-align-self: flex-start;
      -ms-align-self: flex-start;
       -o-align-self: flex-start;
          align-self: flex-start;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

p.paragraph.copyright {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

p.paragraph.paragraph-1 {
  color: rgba(0, 0, 0, .65);
}

p.paragraph.paragraph-2 {
  text-align: center;
}

blockquote span.blockquote-text-1 {
  font-style: normal;
  font-size: 27px;
  font-family: 'Khand', sans-serif;
}

blockquote.blockquote-1 {
  margin-right: 0;
  padding-right: 0;
  color: #222;
  text-indent: 0;
  line-height: 1;
}

/* Common Elements */

div.rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

div.rule {
  margin-right: auto;
  margin-left: auto;
}

div.rule.h3-underline {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 150px;
  width: 100%;
}

div.rule.h3-underline hr {
  border-top-width: 1px;
  border-top-color: #333;
}

/* Layout Elements */

body {
  height: auto;
}

body > .row {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #333;
}

body > .row.nav-row {
  position: static;
  z-index: 1000;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row > [class*='coffee-span-'].header-cover {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].header {
  min-height: 50px;
}

body > .row > [class*='coffee-span-'].column-1 {
  position: static;
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;

  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-content: center;
     -moz-align-content: center;
      -ms-align-content: center;
       -o-align-content: center;
          align-content: center;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
}

body > .row.row-1 {
  min-width: 0;
}

a.link-button-glyph.go-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.logo {
  margin-top: 20px;
  margin-right: 0;
  max-width: 250px;
  background-image: none;
}

a.link-button-glyph.button-link-1 {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  float: right;
  clear: none;
  margin-right: 1%;
  margin-left: 0;
  padding-right: 30px;
  max-width: 200px;
  background-color: #036;
  text-align: left;

  -webkit-order: 2;
     -moz-order: 2;
      -ms-order: 2;
       -o-order: 2;
          order: 2;
  -webkit-flex-wrap: nowrap;
     -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
       -o-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: center;
     -moz-justify-content: center;
      -ms-justify-content: center;
       -o-justify-content: center;
          justify-content: center;
  -webkit-align-self: baseline;
     -moz-align-self: baseline;
      -ms-align-self: baseline;
       -o-align-self: baseline;
          align-self: baseline;
  -webkit-align-items: center;
     -moz-align-items: center;
      -ms-align-items: center;
       -o-align-items: center;
          align-items: center;
  -webkit-align-content: center;
     -moz-align-content: center;
      -ms-align-content: center;
       -o-align-content: center;
          align-content: center;
}

div.responsive-picture.picture-1 {
  min-width: 200px;
}

div.responsive-picture.picture-2 {
  max-width: none;
}

a.link-button-glyph.go-to-top:hover {
  bottom: 25px;
  background-color: rgba(79, 79, 79, .89);
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
      -ms-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

@media screen and (max-width: 565px) {
  /* Text Elements */

  h2.heading-3 {
    float: none;
    text-align: center;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    float: none;
  }

  body > .row > [class*='coffee-span-'].column-7 {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    float: none;

    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
  }

  div.responsive-picture.picture-1 {
    display: inline;

    -webkit-align-self: center;
       -moz-align-self: center;
        -ms-align-self: center;
         -o-align-self: center;
            align-self: center;
  }
}

@media screen and (max-width: 399px) {
  /* Text Elements */

  h2.heading-3 {
    display: block;
    vertical-align: middle;
    white-space: nowrap;

    -webkit-align-self: auto;
       -moz-align-self: auto;
        -ms-align-self: auto;
         -o-align-self: auto;
            align-self: auto;
    -webkit-order: 1;
       -moz-order: 1;
        -ms-order: 1;
         -o-order: 1;
            order: 1;
  }

  h3 {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  p.paragraph {
    margin-top: 7px;
    font-size: 16px;
  }

  /* Layout Elements */

  body > .row.row-1 {
    display: block;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    display: block;
  }

  body > .row > [class*='coffee-span-'].column-7 {
    display: block;
  }

  a.responsive-picture.logo {
    margin-right: auto;
    margin-left: auto;
  }

  a.link-button-glyph.button-link-1 {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;
    float: none;
    margin-top: 7px;
    min-width: 0;
    max-width: none;
    vertical-align: middle;

    -webkit-align-self: center;
       -moz-align-self: center;
        -ms-align-self: center;
         -o-align-self: center;
            align-self: center;
    -webkit-align-content: center;
       -moz-align-content: center;
        -ms-align-content: center;
         -o-align-content: center;
            align-content: center;
    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
         -o-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
  }
}