/* Text Elements */

h1 span.heading-text-3 {
  color: #020507;
  font-weight: 700;
  font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}

p.paragraph {
  color: #1c1c1c;
  font-family: 'Raleway', sans-serif;
}

/* Interaction Elements */

a.link-button {
  font-variant: small-caps;
  font-family: 'Raleway', sans-serif;
}

a.link-button.button {
  -ms-flex-order: 2;
  margin-top: 30px;
  border-width: .125rem;
  border-color: #020507;
  border-radius: 100px;
  box-shadow: none;
  text-align: center;
  opacity: .99;
  -webkit-filter: opacity(.9);
          filter: opacity(.9);
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

/* Layout Elements */

body > .row {
  max-width: 80rem;
}

body > .row.row-3 {
  min-height: auto;
  max-width: none;
  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;

  background-blend-mode: normal;
}

body > .row > [class*='small-'].column-2 {
  float: none;
}

body.grid-2 {
  background-image: url('../myimages/gtpwebbusiness/Harristrustedphoto_0020.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-3 {
  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-top: 25%;

  -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;
}

.container.container-4 {
  min-height: auto;
}

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

  a.link-button.button {
    margin-top: 80px;
    border: 0 inset #ef1b1b;
    border-top-left-radius: 199px 200px;
    border-top-right-radius: 199px 200px;
    border-bottom-right-radius: 199px 200px;
    border-bottom-left-radius: 199px 200px;
    background-color: #2a617d;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, 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;
  }

  /* Layout Elements */

  body > .row.row-3 {
    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;
  }
}

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

  h1 span.heading-text-3 {
    background-color: rgba(2, 5, 7, .33);
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-variant: normal;
    font-size: 3.75rem;
    font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
  }

  p.paragraph span.paragraph-text-4 {
    color: #fff;
  }

  /* Layout Elements */

  body > .row {
    max-width: 80rem;
    width: 100%;
  }

  body.grid-2 {
    background-image: url('../myimages/gtpwebbusiness/Harristrustedphoto_0020.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-3 {
    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: start;
    -ms-flex-align: center;
    margin-top: 25%;
    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: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-blend-mode: normal;
  }
}