body { background: white;}
body #main-nav { background: white;}
body #page-footer { background: white;}

html, body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Crimson Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}


strong { font-weight: 700; }

@media (max-width: 500px) { html, body { font-size: 14px; } }
@media (min-width: 501px) { html, body { font-size: 16px; } }

header {
  position: relative;
  max-width: 1040px;
  margin: 0 auto 100px;
  text-align: center;
  padding: 20px 20px 0;
}

header a {
  position: absolute;
  top: 20px; right: 20px;
  text-decoration: none;
  color: #666;
}
a { color: inherit; }

#lv1 {
  padding: 0 20px 60px;
  max-width: 800px;
  margin: 0 auto;
}

h1, h2 {
  text-align: center;
  font-family: 'Crimson Pro', sans-serif;
  font-weight: 400;
  line-height: 1em;
  font-size: 50px;
  margin: 30px auto 20px;
}

h3 { font-weight: 700;  font-size: 25px; margin-top: 2em; text-align: center; }


p, td {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #444;
}

p.big {
  font-size: 1.5em;
  line-height: 1.2em;
  text-indent: 0;
}

p.small {
  font-size: 1em;
}

blockquote {
  font-family: 'Alfa Slab One';
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  max-width: 400px;
  margin: 1em auto;
  line-height: 1.2em;
  padding: 0 20px;
}

div.wide {
  margin: 0 -400px;
}

figure {
  margin: 35px auto;
  display: table;
}

figure img {
  max-width: 100vw;
  display: table-row;
  margin: 0 auto;
}

figcaption {
  display: table-caption;
  caption-side: bottom;
}

figcaption p, label {
  max-width: 600px;
  margin: 0 auto;
  padding: 4px 8px;
  text-align: center;
  font-size: 1em;
}

img { max-width: 100%; }


/* Icon showcase */
.showcase {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 50px auto 30px;
}
.case {
  width: 30%;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
}
@media (max-width: 500px) {
  .case {
    font-size: 12px;
  }
}
.case a {
  display: block;
  width: 100%;
  padding-bottom: 101%;
  margin-bottom: 5px;
}
/* DONE: Icon showcase */
