html {
  font-size: 15px;
}

.amp {
  font-family: 'Baskerville';
  font-style: italic;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  font-family: 'Merriweather';
  color: #3a3a44;
}

nav {
  background: white;
  width: 100%;
  font-size: 2.4rem;
}

ul {
}

nav li {
  display: inline-block;
}

nav li a {
  display: block;
  padding: 5px;
}

a {
  color: #05d;
}


article {
  font-size: 2rem;
  width: calc(100% - 10rem);
  margin: 5rem auto 0 auto;
}

section aside {
  color: #9999aa;
}

section {
  margin-bottom: 4rem;
}

b {
  font-weight: 700;
}

h2, em, blockquote {
  font-weight: 700;
}
h2 {
  padding: 0;
  line-height: 4rem;
  font-size: 2.4rem;
  margin: 12rem 0 4rem 0;
}

blockquote, cite {
}

blockquote {
  display: none;
  font-family: 'Merriweather Sans';
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 0.1px;
  line-height: 44px;
  margin: 50px 0;
  padding-left: 2rem;
  border-left: 2px solid #eee;

}
blockquote .author {
  font-size: 20px;
  font-weight: 900;
}

main {
  font-size: 3rem;
  margin: 5rem 0;
}

main, p {
  font-weight: 300;
  line-height: 1.5em;
}

p {

  font-size: 1.8rem;
  margin-bottom: 1rem;
}

em {
  font-weight: 700;
}

cite {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 1em 0 0 4em;
  overflow: hidden;
  color: #666;
  font-weight: 100;
  font-family: 'Nanum Pen Script', Marydale, 'Neucha', Merriweather, arial, cursive;
}

.praise cite {
    display: block;
    margin-bottom: 4rem;
}

img.round {
  border-radius: 60px;
  margin-left: 10px;
  vertical-align: middle;
  width: 32px;
}

section li {
  margin-top: 4em;
}

.engage-img {

}

small {
  color: #aaa;
  display: block;
  font-size: 1.4rem;
}

figure {
  margin-bottom: 2rem;
}

figcaption {
  display: block;
  font-size:  1.2rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
