.page-header h1, .page-header h2 {
    margin: 1vh 5vw;
    font-family: sans-serif;
}

.page-header h1 {
    font-size: 1.5em;
}

.page-header h2 {
    font-size: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
}

nav li {
    flex: 1 1 auto;
    text-align: center;
}

nav a {
    display: block;
    padding: 1em;
    color: white;
    background-color: #0070AF;
    text-decoration: none;
    text-transform: uppercase;
}

aside {
    padding: 1em;
    color: white;
    background-color: #0070AF;
}

article {
    padding: 1em;
    background-color: #f2f2e6;
}

.hero-image {
    height: 8em;
    background: url(/images/header_home.jpg);
}

.hero-services {
    height: 8em;
    background: url(/images/header_services.jpg);
}

.quote {
  font-family: Georgia, serif;
  font-size: 14px;
  margin: 1.5em 0;
  line-height: 30px;
}

.curly-quotes:before, .curly-quotes:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 48px;
  font-size: 50px;
  opacity: .2;
}

.curly-quotes:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.curly-quotes:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}

.quote-by {
  display: block;
  padding-right: 10px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #84775c;
}