body {
    /* Typography Declarations */
    color: #222222;
    font-size: 1em;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
h1 {
  color: #22252C;
}
h2 {
  color: #33583E;
}

nav {
    text-align:  right;
    display: block;
    float: right;
    font-size: .8em;
    line-height: 2em;
    width: 70%;
}

nav li {
    display: inline;
    padding: 0;
    width: 100%;
}

nav ul li a {
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.shadow {
    -moz-box-shadow: 0 2px 3px #efefef;
    -webkit-box-shadow: 0 2px 3px #efefef;
    box-shadow: 0 2px 3px #efefef;
}

.logo-text {
    font-size: 1.5em;
    line-height: 2em;
    padding-left: 0.8em;
    text-transform: uppercase;
}
#logo {
    float: left;
    width: 30%;
    z-index: 15;
}

.masthead-intro {
    margin-bottom: 0.1em;
    font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 2em;
}

.masthead-heading {
    margin-top: -0.2em;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 6em;
    color: #B3D1DB;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.introduction > p,
.location > p,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 300;
    letter-spacing: 0.05em;
}
.questions-section > h2 {
    /* Typography Declarations */
    font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 1.2em;
    font-weight: bold;
}
.masthead-heading,
.masthead-intro,
.content-footer {
  text-align: center;
}

.masthead {
    padding: 2em 0;
    background-image: url('../img/stream.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30em;
    overflow: auto;
}
.masthead-intro {
    margin-bottom: 0.1em;
    color:white;
}

.masthead-heading {
    margin-top: -0.2em;
}

.introduction-section,
.location-section,
.questions-section,
.portfolio {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}
.content-footer
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    background-color: #3E6A8E;
    padding: 0.5em;
    text-align: center;
}
.social > li {
    display: inline-block;
}
.icon {
    max-width: 3em;
    margin: .25em;

}
.thumbs {
    background-color: #3E6A8E;
    min-height: 70em;
    
}

.portfolio {
    
}

.thumbnails {
    float: left;
    margin: 1%;
    padding: 1%;
    background-color: #d3d3d3;
    border: 1px solid #665544;
    overflow: auto;
    height: 65em;
    img-align: center;
    text-align: center;

}
.one-col {
  width: 6.958%;
}
.two-col {
  width: 15.41%;
}
.three-col {
  width: 23.87%;
}
.four-col {
  width: 32.33%;
}
.five-col {
  width: 40.79%;
}
.six-col {
  width: 49.25%;
}
.seven-col {
  width: 57.70%;
}
.eight-col {
  width: 66.16%;
}
.nine-col {
  width: 74.62%;
}
.ten-col {
  width: 83.08%;
}
.eleven-col {
  width: 91.54%;
}
.twelve-col {
  width: 100%;
}
.one-offset {
  margin-left: 8.458%;
}
.two-offset {
  margin-left: 16.91%;
}
.three-offset {
  margin-left: 25.37%;
}
.four-offset {
  margin-left: 33.83%;
}
.five-offset {
  margin-left: 42.29%;
}
.six-offset {
  margin-left: 50.75%;
}
.seven-offset {
  margin-left: 59.20%;
}
.eight-offset {
  margin-left: 67.66%;
}
.nine-offset {
  margin-left: 76.12%;
}
.ten-offset {
  margin-left: 84.58%;
}
.eleven-offset {
  margin-left: 91.54%;
}



@media all and (max-width: 768px) {
  [class*="-col"] {
    width: 100%;
    margin-bottom: 1em;
    .masthead {
        padding: 3em 0;
    }
    .masthead-heading {
        font-size: 3em;
    }
  }
