@import url("https://fonts.googleapis.com/css?family=Montserrat:500,500i,800");
body {
  background: #eee;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.33;
  color: #202020;
  padding: 5vh 5%;
  max-width: 36em;
  margin: 0 auto; }

html {
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    html {
      font-size: calc(20px + 10 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    html {
      font-size: 30px; } }

h1 {
  font-size: 3.12900721rem;
  font-weight: 800; }
  h1 {
    font-size: 47.05274px; }
    @media screen and (min-width: 320px) {
      h1 {
        font-size: calc(47.05274px + 11.4314 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      h1 {
        font-size: 58.48414px; } }

h2 {
  font-size: 2.352637rem;
  font-variant: all-small-caps;
  margin-bottom: 0px;
  color: #696969;
  letter-spacing: 0.1em;
  font-weight: 500; }
  h2 {
    font-size: 47.05274px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc(47.05274px + 11.4314 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      h2 {
        font-size: 58.48414px; } }

h3 {
  font-size: 1.7689rem; }
  h3 {
    font-size: 35.378px; }
    @media screen and (min-width: 320px) {
      h3 {
        font-size: calc(35.378px + 5.52 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {
      h3 {
        font-size: 40.898px; } }

a, a:visited {
  color: #0066ff; }

a:hover {
  color: #0047b3; }

a:active {
  color: #003380; }

section {
  width: 100%;
  padding-right: 0px;
  margin: 0 auto 1.6em; }

nav ul {
  list-style: none;
  margin: 0px 0px 1.3em;
  padding: 0px;
  line-height: 1.8; }

nav ul li a {
  font-weight: 900;
  color: #303030; }

nav ul li a.active {
  font-weight: 900;
  color: #666666; }

footer {
  clear: both;
  width: 100%;
  color: #696969;
  margin-top: 1.8em; }

.icon {
  margin-bottom: -.4em; }

.email {
  fill: #202020;
  height: 1.4em; }
