
html {
    box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    color: #333;
    font-family: "Crimson Pro", serif;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 24px;
    line-height: 1.2;
    font-size-adjust: none;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-variant-alternates: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-language-override: normal;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-width: 300px;
  min-height: 360px;
  text-align: center;

}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 1.5em 0 1.5em;
  font-weight: 900;
}

.site-title {
  font-size: 300%;
  margin: 1rem 0 1rem 0;
}

.page-content .wrapper {
  max-width: -webkit-calc(880px - (2rem * 2));
  max-width: calc(880px - (2rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.page-content a {
  color: #e5077c;
}

strong {
  color: #159edb;
}

div.page-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p {
  margin-bottom: 1rem;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.list-left {
  text-align: left;
}

.top-nav {
  text-align: center;
  font-family: "Open+Sans",sans-serif; 
  padding-top: 1rem;
  padding-bottom: 1rem; 
}

.top-nav .wrapper {
  background: #64bea9;
  line-height: normal;

  position: relative;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px; 
}

.nav ul li {
  display: inline-block;
}

.top-nav li.current a {
  border-bottom: 4px solid #e5077c;
  color: #e5077c;
}

.top-nav .nav ul a:hover {
  text-decoration: none;
  border-bottom: 4px solid #e5077c;
}

.nav ul a {
  display: block;
  padding: 20px 30px;
  color: #FFF;
  text-decoration: none;
}


footer {
  font-family: "Open+Sans",sans-serif;
  font-size: 16px;
  color: #666;
  padding-top: 2rem;
  padding-bottom: 2rem; 
}