@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400);
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 11pt; }

@media only screen and (min-width: 1px) {
  header, footer, main > section {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (min-width: 400px) {
  header, footer, main > section {
    padding-left: 50px;
    padding-right: 50px; } }

#logo {
  float: left; }

p {
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  margin: 0 0 1.25rem 0; }

@media only screen and (min-width: 1px) {
  a.big-email {
    font-size: 120%; } }

@media only screen and (min-width: 400px) {
  a.big-email {
    font-size: 150%; } }

p {
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

h2 {
  padding-top: 1rem;
  font-size: 1.7rem; }

header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  opacity: 0.9;
  background-color: whitesmoke;
  z-index: 1000; }

header + * {
  margin-top: 85px; }

section {
  font-weight: lighter;
  padding-top: 35px;
  padding-bottom: 15px; }

section#intro {
  background-color: #4A82CE;
  color: white;
  font-size: 120%;
  padding-top: 15px;
  padding-bottom: 15px; }
  section#intro p {
    margin-top: 1.25rem; }

main > section:nth-child(odd) {
  background-color: #f8f8fa; }

div.people {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }

div.person {
  margin: 20px 10px;
  max-width: 380px; }

section#intro p.footnote {
  font-size: 60%;
  padding-top: 20px;
  padding-bottom: 20px; }

section#who p.portrait {
  text-align: center; }

section#who p.name {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.2em; }

section#who p.role {
  text-transform: uppercase;
  text-align: center; }

footer {
  padding: 10px 50px 10px 50px;
  font-size: 70%;
  text-transform: uppercase;
  text-align: center; }

a.social {
  margin-right: 0.5em; }

a {
  color: #336ebd;
  text-decoration: none; }

a:hover {
  color: #2a5b9d; }

div#what-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center; }

div#what-copy {
  flex: 1 1 300px; }

div#what-container > * {
  margin-left: 10px;
  margin-right: 10px; }

div#what-container ul {
  padding: 0;
  list-style-type: none; }

div#what-container li {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 400; }

svg {
  vertical-align: middle; }

g.ornament {
  fill: #c8c8c8; }

main.error {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

main.error h1 {
  font-size: 500%;
  font-weight: bold; }

div.portfolio-copy, div.portfolio-graphic {
  display: flex;
  flex-flow: row wrap; }

div.portfolio-copy {
  align-items: flex-start;
  justify-content: space-between; }

div.portfolio-graphic {
  align-items: center;
  justify-content: space-around; }

div.portfolio-copy > section {
  max-width: 100%;
  margin-right: 20px; }
  div.portfolio-copy > section h3 {
    font-size: 100%;
    font-weight: bolder;
    text-transform: uppercase;
    color: #585858; }

div.portfolio-graphic {
  text-align: center; }

div.portfolio-copy section:nth-child(1) {
  flex: 0 0 auto; }

div.portfolio-copy section:nth-child(2) {
  flex: 1 0 150px; }

div.portfolio-copy section:nth-child(3) {
  flex: 2 0 300px; }

div.portfolio-graphic blockquote::before {
  content: '\201c';
  color: #4A82CE;
  font-size: 3em;
  font-weight: bolder;
  position: absolute;
  top: -15px;
  left: -30px; }

div.portfolio-graphic img {
  margin: 1em 1em; }

div.portfolio-graphic blockquote {
  margin: 2em 2em;
  text-align: left;
  max-width: 320px;
  font-size: 130%;
  font-style: italic;
  color: #585858;
  position: relative; }
  div.portfolio-graphic blockquote cite {
    margin-top: 1em;
    display: block;
    font-size: 0.9rem;
    font-style: normal;
    text-align: right; }
    div.portfolio-graphic blockquote cite span.author {
      text-transform: uppercase;
      font-weight: bolder;
      color: #4A82CE; }

section#portfolio > section:not(:last-child) {
  border-bottom: 1px #bfbfbf solid; }
