/* commissioner-200 - latin */
@font-face {
  font-family: 'Commissioner';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/commissioner-v10-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/commissioner-v10-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/commissioner-v10-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/commissioner-v10-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/commissioner-v10-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/commissioner-v10-latin-200.svg#Commissioner') format('svg'); /* Legacy iOS */
}

body {
  font-family: "Commissioner", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;

  line-height: 1.5;

  background-color: #ffffff;
  color: #333;
}

h2 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 200;
  letter-spacing: 10px;
}

h3 {
  font-size: 2em;
  font-weight: 200;
}

h4 {
  font-size: 1.5em;
  font-weight: 200;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

h2.heroLegend {
  animation: fadein 1s 1s both;
}

section {
  /* Viewport Height as %  */
  /* Cover fits horizontal space available.    */
  background-size: cover;
  /* Fixes background to viewport   */
  background-attachment: scroll;
}

.heroSection {
  height: 100vh;
  background-image: url(images/hero.jpg);
  background-position: center center;

}

.processSection {
  background-image: url(images/process.jpg);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*   display: flex;
  justify-content: space-between;
  align-items: center; */
}

.processSection img {
  padding: 50px;
  max-width: 200px;
  vertical-align: middle;
}

.processSection div {
  float: left;
  width: 33.33333%;

  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
  padding:2em;
  margin: 40px auto 40px auto;
}

.introSection p {
  margin: 40px auto 40px auto;
}


.developmentSection {
  color: #ffffff;
  /*padding: 40px;*/
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(images/griffin-keller-385.jpg);
  background-position: center center;
  background-size: cover;
}

.developmentSection div {
  float: left;
  width: 50%;

  text-align: center;
  padding: 4em;

}

.helenSection {
  /*   background-image: url(griffin-keller-385.jpg); */

  overflow: hidden;
  /*   background-position: center; */
}

.helenSection div {

  float: left;
  width: 50%;
  text-align: left;
  padding: 5em;
  overflow: hidden;
}

.helenSection h5 {

  text-align: center;
  font-size: 0.75em;
}

.testimonialSection {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;


}
.testimonialBlocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.testimonialSection h3 {
  padding: 20px;
  text-align: center;
}

.testimonialSection img {
  padding: 20px;
  max-height: 80px;
}

blockquote {
  vertical-align: top;
  width: 30%;
  text-align: center;
  padding:10px 20px 10px 20px;
  color: #333333;
  background: #f9f9f9;
  min-width: 240px;
  padding:2em;
  margin: 15px 15px 0 auto;
  quotes: "\201C""\201D""\2018""\2019";

}

blockquote:before {
  color: #333;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}

blockquote p {
  padding-bottom: 10px;
}

blockquote cite {
  font-size: 0.8em;
  font-weight: 700;
}



h2.heroLegend {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}

.introSection div {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
  padding-bottom: 40px;
  text-align: center;
}

header {
  position: absolute;
  top: 20px;
  overflow: hidden;
  width: 100vw;
  /*   left: 20px; */

}

header a {
  color: #660066;
  text-decoration: none;
}

header a:hover {
  color: rgba(102, 0, 102, 0.7);
}

header h1 {
  /*float: left;*/
  float: none;
  text-align: center;
  padding: 20px;
}

header nav {
  float: right;
  padding: 20px;
  text-align: right;
}

.Logo {
  width: 400px;
}

.bodyLogo {
  padding-top: 40px;
  width: 300px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}


footer {
  background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3) ), url(images/griffin-keller-385.jpg);
  font-size: 0.6em;
  font-weight:600;
  text-align: center;
  color: #fff;
  background-position: bottom center;
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

footer a:hover {

  color: #662c66;
}

footer h2 {
  text-transform: uppercase;
  color: #fff;
  padding-top: 1em;
  font-weight: 600;
  letter-spacing: 5px;
}

footer h3 {
  letter-spacing: 0px;
  color: #fff;
  padding-top: 0.5em;
  font-weight: 600;
}

footer h4 {

  padding-top: 1em;
  padding-bottom: 0.5em;
}

footer h5 {
  text-transform: uppercase;
  color: #fff;
  padding-top: 0.5em;
  font-weight: 600;
  font-size: 2em;
}

footer p {
  padding-bottom: 1em;
}

footer img {
  padding: 20px;
  max-width: 300px;
}

@media (max-width: 775px) {
  header h1 {
    float: none;
    text-align: center;
    padding: 10px;
  }

  header nav {
    float: none;
    padding: 10px;
    text-align: center;
  }

  .processSection div {
    float: none;
    min-width: 350px;
    margin: 20px auto 20px auto;
  }

  .developmentSection {
    padding: 20px;
  }

  .developmentSection div {
    float: none;
    text-align: center;
    padding: 1em;
  }

  .helenSection div {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em;
    overflow: hidden;
  }

  .helenSection h5 {
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 0.75em;
  }

  .helenSection img {
    width: 375px;
    float: none;
    overflow: hidden;
  }

  blockquote {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px;
  }

  .testimonialSection {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }

  .developmentSection div {
    float: none;
    width: 100%;

  }


}
