/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic,700italic);

/*html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }*/

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  box-sizing: border-box;
  margin: 0;
  font-size: 1em; }

.bkgdImage{

position: fixed; 
right: 0; 
bottom: 0;
min-width: 100%; 
min-height: 100%;
width: auto;
height: auto; 
z-index: -100;
margin: 0;
background: url("../images/mountain.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;


}

html{
/*position: fixed;
top: 0;
left: 0;
z-index: 0;*/
height:100%;
min-height: 100%;
font-family: 'Lato', sans-serif;
/*margin: 0;
font-family: 'Lato', sans-serif;
background: url("../images/mountain.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
*/

}

body {
min-height: 100%;
width: 100%;
   }

ul {
  list-style-type: none;
  padding: 0;
  display: inline-block; }

li {
  display: inline-block; }

a {
  text-decoration: none;
  font-weight: 400; }

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  max-width: 100%;
  width: 100%;
/*  min-width: 100%;*/
  background: transparent;
  z-index: 1;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  /*  flex: 1;*/
  /*  border-bottom: solid 1px white;*/ }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}  

nav {
  position: absolute;
  right: 20%;
  top: 0px;
  line-height: 80px; }

nav li {
  padding-right: 20px; }

nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 1.2em; }

nav li a:hover {
  border-bottom: 2px solid #8F9EBC;
  /* Or whatever color you want */
  text-decoration: none;
  padding-bottom: 3px; }

nav li.active a {
  border-bottom: 2px solid #8F9EBC;
  /* Or whatever color you want */
  text-decoration: none;
}

.hamburger {
  display: none; }

.hamburger .icon-bar {
  width: 22px;
  height: 2px;
/*  border-radius: 1px;*/
  margin-top: 4px;
  color: white;
  background-color: white;
/*  z-index: 1200;*/ }

footer {
  width: 100%;
  height: 50px;
  background-color: #ecf0f1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: .7em;
  color: white;
  text-align: center; }

footer p {
  line-height: 100px;
  color: #8F9EBC; }

.socialMedia {
  margin-left: 20%;
  margin-top: 10px; }

.socialMedia img {

  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
#homeContainer {
  width: 100%;
  height: 100vh;
/*  min-height: 100%;
  max-width: 100%;*/
  /*  margin: 0 auto;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.titleContainer{

  width: 100%;
  margin: 0 auto;
  text-align: center;

}  

.titleContainer h1 {
  text-align: center;
  font-size: 5.5em;
  color: white;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: .2em; }

.line {
  width: 80%;
  height: 3px;
  background: #8F9EBC;
  margin: 0 auto;
  margin-bottom: 20px; }

.titleContainer h2 {
  color: white;
  font-size: 1.7em;
  letter-spacing: .2em;
  font-weight: 300; }

.callToAttention {
  width: 150px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all .6s ease;
          transition: all .6s ease;
  border: solid #8F9EBC 2px; }

.callToAttention p {
  color: white;
  font-size: 1.2em;
  font-weight: 300;
  -webkit-transition: all .6s ease;
          transition: all .6s ease; }

.callToAttention:hover {
  background: white; }

.callToAttention p:hover {
  color: #8F9EBC; }

#aboutContainer {
  margin: 0 auto;
  width: 100%;
  height: 900px;
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.aboutMetaWrapper {
  margin: 0 auto;
  background-color: white;
  width: 100%;
  padding: 100px 0px; }

.aboutWrapper {
  height: 100%;
  width: 100%;
  max-width: 60em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;

 }

.aboutMeHeader {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16.75em;
  width: 30%; }

.aboutMeHeader h2 {
  text-align: left;
  color: #8F9EBC;
  font-size: 3em;
  letter-spacing: .2em;
  font-weight: 300;
  padding: 10px; }

.aboutMeContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16.75em;
  width: 8em;
  font-size: 1.2em;
  font-weight: 300;
  color: #56698f; }

.aboutLink {
  font-weight: 500;
  color: #56698f;
  border-bottom: 1px solid #56698f;}

a.aboutLink:visited {
  font-weight: 500;
  color: #56698f; }

#workContainer {
  background-color: #8F9EBC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1100px;
  width: 100%;
  height: 100%;
  padding-top: 60px;
   }

.workWrapper {
  width: 100%;
  max-width: 60em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 100px; }

.workHeader {
  margin-top: 120px;
  width: 100%;
  height: auto;
  margin-bottom: 40px; }

.workHeader h2 {
  text-align: left;
  color: white;
  font-size: 3em;
  letter-spacing: .2em;
  font-weight: 300;
  padding: 10px; }

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #56698f;
  color: white;
  opacity: 0;
  -webkit-transition: all .7s ease;
          transition: all .7s ease;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.overlay h2 {
  text-transform: uppercase; }

.overlay p {
  font-weight: 100; }

.row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0 0 1em; }

.box {
  height: auto;
  min-width: 15em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1em 1em 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden; }

.overlay:hover {
  opacity: 1; }

#contactContainer {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 80px; }

.contactMetaWrapper {
  margin: 0 auto;
  background-color: #8F9EBC;
  width: 100%;
  height: 600px; }

.contactWrapper {
  width: 100%;
  max-width: 60em;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }

.contactHeader {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16.75em;
  width: 10em; }

.contactHeader h2 {
  text-align: left;
  color: white;
  font-size: 3em;
  letter-spacing: .2em;
  font-weight: 300;
  padding: 10px; }

.contactContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16.75em;
  width: 8em;
  font-size: 1.2em;
  font-weight: 300;
  color: white; }

.contactForm input {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  color: #8F9EBC; 
  border: none;

}

#messageText {
  color: #56698f;
  width: 100%;
  background-color: #dfe3ec;
  font-weight: 300;
  border: none; }

::-webkit-input-placeholder {
  color: #8F9EBC;
  text-align: center; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8F9EBC;
  text-align: center; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8F9EBC;
  text-align: center; }

:-ms-input-placeholder {
  color: #8F9EBC;
  text-align: center; }

.contactForm input[type='submit'] {
  background-color: #56698f;
  border: none;
  color: white; }

.contactForm input[type='submit']:hover {
  background-color: #6f82a9;
  border: none;
  color: white;
  font-weight: 300; }

@media (min-width: 8.5em) and (max-width: 29.87em) {
  p {
    font-size: .9em; }

  .hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 2000;
/*  overflow: scroll; 
  -webkit-overflow-scrolling: touch;*/

     }

  .hamburger .icon-bar {
/*    z-index: 2000;*/ }

  header{

  z-index: 1;

  }

  header.show {
    background-color: #cfd5e2; }
   

  nav {
    width: 100%;
    position: absolute;
    right: 0px;
    top: -100px;
    /*  width: 100%;*/
    overflow: hidden;
    opacity: 0;
    line-height: 30px;
    /*  height: 0;
      margin: 0;*/
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    text-align: center;
    border-bottom: 3px solid #8F9EBC; }

  nav ul {
    width: 100%;
    text-align: center; }

  nav li {
    display: block;
    text-align: center;
    padding: 8px 5px 8px 0;
    border-bottom: 2px solid #8F9EBC;
    width: 100%; }

  nav.show a {
    color: #8F9EBC; }

  nav li a:hover {
    border-bottom: 2px solid #8F9EBC;
    /* Or whatever color you want */
    text-decoration: none;
    padding-bottom: 0; }

  nav li.current-menu-item a {
    border-bottom: 1px solid currentColor;
    /* Or whatever color you want */
    text-decoration: none;
    padding-bottom: 0; }

  nav.show {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: white;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease; }

.socialMedia {
    margin-left: 5%; }

.socialMedia img{

  width: 45px;
  height: auto;

}    

.titleContainer h1 {
    font-size: 2.5em; 
  line-height: 1em;
  padding-bottom: 10px;
  }

.titleContainer h2 {
    font-size: 1em; 


  }

.callToAttention {

  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}    

  #aboutContainer{
    
    height: 600px;

  }  

  .aboutWrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
      

  .aboutMeHeader{

  display: block;
  width: 100%;
  min-width: 100%;
/*  position: absolute;
*/  left: 0;
/*  top: 30px;*/
padding-bottom: 30px;

  }

  .aboutMeHeader h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0px; 
  

  }

.aboutMeContent {

/*  min-width: 16.75em;*/
  width: 100%;
  font-weight: 100;
  color: #56698f; 
  font-size: 1em

}

  .aboutMeContent p {
    width: 90%;
    margin: 0 auto; 
    color: black;
    font-weight: 300;

  }

  .workHeader {
    margin-top: 80px; }

  .workHeader h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px; }

#workContainer {


}

.workWrapper {
}


.row {
  width: 100%;
  display: block;
  padding: 0 1em 0 1em;
  text-align: center;
margin: 0 auto;

   }

.box {
  height: auto;
  width: 100%;
  min-width: 5em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  margin-bottom: 1em;          

  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.box img{

  width: 90%;
  margin: 0 auto;

}


.overlay{

  display: none;

}  

  .contactHeader {

  display: block;
  width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 30px;

  }  

  .contactHeader h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 30px; }

  .contactWrapper {
    position: relative;
    width: 90%; } 

  .contactContent {
  min-width: 100%;
  width: 100%;
  font-weight: 300;

 }
}
@media (min-width: 29.87em) and (max-width: 65em) {
  
  p {
    font-size: .9em; }

  .hamburger {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    z-index: 2000; }

  .hamburger .icon-bar {
    z-index: 2000; }

  header.show {
    background-color: #cfd5e2; }

  nav {
    width: 100%;
    position: absolute;
    right: 5px;
    top: -100px;
    /*  width: 100%;*/
    overflow: hidden;
    opacity: 0;
    line-height: 30px;
    /*  height: 0;
      margin: 0;*/
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    text-align: center;
    border-bottom: 3px solid #8F9EBC; }

  nav ul {
    width: 100%;
    text-align: center; }

  nav li {
    display: block;
    text-align: center;
    padding: 8px 5px 8px 0;
    border-bottom: 2px solid #8F9EBC;
    width: 100%; }

  nav.show a {
    color: #8F9EBC; }

  nav li a:hover {
    border-bottom: 2px solid #8F9EBC;
    /* Or whatever color you want */
    text-decoration: none;
    padding-bottom: 0; }

  nav li.current-menu-item a {
    border-bottom: 1px solid currentColor;
    /* Or whatever color you want */
    text-decoration: none;
    padding-bottom: 0; }

  nav.show {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: white;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease; }

  .socialMedia {
    margin-left: 5%; }

  #homeContainer h1 {
    font-size: 4.5em; }

  #homeContainer h2 {
    font-size: 2em; }

  .aboutWrapper {
    width: 90%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  .aboutMeHeader h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px; }

  .aboutMeContent p {
    width: 90%;
    margin: 0 auto;
  color: #56698f;
  font-weight: 300;
     }

  .workHeader {
    margin-top: 80px; }

  .workHeader h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px; }

  .contactHeader h2 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 30px; }

  .contactWrapper {
    width: 90%; }   
  
  .contactContent {

  font-weight: 300;
}


  }

