/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* webfonts
------------------------- */

@import url("//hello.myfonts.net/count/2d333f");

/* Just use WOFF2 and WOFF for webfonts
   http://css-tricks.com/snippets/css/using-font-face/ */

/* Texta Heavy */
@font-face {
  font-family: 'Texta';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/2D333F_0_0.woff2') format('woff2'),
    url('../fonts/2D333F_0_0.woff') format('woff');
}

/* Texta Italic */
@font-face {
  font-family: 'Texta';
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/2D333F_1_0.woff2') format('woff2'),
    url('../fonts/2D333F_1_0.woff') format('woff');
}

/* Texta Regular */
@font-face {
  font-family: 'Texta';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/2D333F_2_0.woff2') format('woff2'),
    url('../fonts/2D333F_2_0.woff') format('woff');
}

/* Base
------------------------- */

/* colors
orange #F90
green #8C8
blue #09F
magenta #F09
*/

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Texta', sans-serif;
  font-size: 19px;
  line-height: 1.4;
  color: #666;
  padding-bottom: 200px;
}

a {
  color: #F90;
  text-decoration: none;
}

a:hover {
  color: #09F;
  text-decoration: underline;
}

/* ---- type ---- */

h1, h2, h3 {
  line-height: 1.2;
}

/* ---- iframe ---- */

iframe {
  background: #EEE;
}

/* ---- clearfix ---- */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- content-wrap ---- */

.content-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ----  ---- */

.big-copy {
  font-size: 1.2em;
  line-height: 1.15em;
}

/* ----  ---- */

@media screen and (min-width: 640px) {
  .content-wrap {
    padding: 0 30px;
  }

  .big-copy {
    font-size: 1.6em;
    line-height: 1.15em;
  }
}

/* button
------------------------- */

.button {
  display: block;
  padding: 6px 20px;
  border: 1px solid #BBB;
  border-right: none;
  background-color: #EEE;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1) );
}

.button:hover {
  background-color: #FFF;
}

.button:active {
  background-color: #EEE;
  box-shadow: inset 0 2px 10px hsla(0, 0%, 0%, 0.3);
}

.button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-color: white;
}

.button.is-selected {
  background-color: #F90;
  color: white;
}

/* ---- button group ---- */

/* clearfix */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
}

.button-group .button:first-child {
  border-radius: 8px 0 0 8px;
}

.button-group .button:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #BBB;
}

/* caption
------------------------- */

.caption {
  font-size: 0.925em;
  line-height: 1.2;
  margin: 10px 0 0;
}

.caption a {
  color: #E70;
}

.caption a:hover {
  color: #08E;
}

/* contact
------------------------- */

.contact-p {
  font-size: 1.6em;
  line-height: 1.2;
}

.contact__email {
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s, transform 0.4s;
}

.contact__email.is-address-visible {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.contact__email__piece {
  position: absolute;
  transition: opacity 0.4s;
  margin-top: 0;
  font-weight: bold;
}

.contact__email__piece--address {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.contact__email.is-address-visible .contact__email__piece--gate {
  opacity: 0;
  pointer-events: none;
}

.contact__email.is-address-visible .contact__email__piece--address {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .contact__disclaimer {
    font-size: 1.4em;
    line-height: 1.15;
  }
}

/* figure
------------------------- */

.figure {
  margin-bottom: 40px;
}

.figure__img-link {
  display: block;
}

.figure__img-link:hover { text-decoration: none; }

.figure img {
  display: block;
  width: 100%;
}

/* fit video
http://www.smashingmagazine.com/2014/02/27/making-embedded-content-work-in-responsive-design/
------------------------- */

.fit-video {
  position: relative;
  padding-bottom: 75%; /* default 3:4 ratio */
  height: 0;
  overflow: hidden;
}

.fit-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* flickity
------------------------- */

.flickity-demo {
  background: #EEE;
  border-radius: 8px;
}

.flickity-demo__cell {
  width: 66%;
  height: 150px;
  margin-right: 20px;
  background: #F90;
  border-radius: 8px;
  line-height: 150px;
  font-size: 50px;
  color: white;
  text-align: center;
}

.flickity-demo__cell--2 { background: #8C8; }
.flickity-demo__cell--3 { background: #F09; }
.flickity-demo__cell--4 { background: #09F; }
.flickity-demo__cell--5 { background: #F42; }

@media screen and (min-width: 640px) {
  .flickity-demo__cell {
    height: 300px;
    line-height: 300px;
    font-size: 100px;
  }
}

/* gif-player
------------------------- */

.gif-player {
  position: relative;
  background: #111;
}

.gif-player__play-button {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  border: 5px solid white;
  background: #F90;
  border-radius: 30px;
  outline: none;
  /* hidden by default */
  opacity: 0;
  transition: -webkit-transform 0.2s, transform 0.2s, opacity 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
          transform: translate(-50%, -50%) scale(0.01);
}

.gif-player__play-button svg {
  position: absolute;
  left: 28%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.gif-player__play-button__arrow {
  fill: white;
}

.gif-player__play-button--corner {
  right: 0px;
  top: 60px;
}

.gif-player__play-button--center {
  left: 50%;
  top: 50%;
}

.gif-player__img {
  transition: opacity 0.2s;
}

.gif-player:hover {
  cursor: pointer;
}

/* corner button visible when stopped */
.gif-player.is-stopped .gif-player__play-button--corner {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* corner button hidden when stopped:hovered */
.gif-player.is-stopped:hover .gif-player__play-button--corner {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.01);
          transform: translate(-50%, -50%) scale(0.01);
}

/* corner button visible when stopped:hovered */
.gif-player.is-stopped:hover .gif-player__play-button--center {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
}

/* img is dark when stopped:hovered or loading */
.gif-player.is-stopped:hover .gif-player__img,
.gif-player.is-loading .gif-player__img {
  opacity: 0.5;
}

/* grid
------------------------- */

/* clearfix */
.grid:after,
.grid__row:after {
  content: '';
  display: block;
  clear: both;
}

/* quarters take up half on mobile */
.grid__quarter {
  width: 48%;
  float: left;
}

.grid__quarter--alpha {
  margin-right: 4%;
}

@media screen and ( min-width: 640px ) {

  /* halfs take up half on larger */
  .grid__half {
    width: 48%;
    float: left;
  }

  .grid__half--alpha { margin-right: 4%; }

  /* quarters take up quarter on larger */
  .grid__quarter {
    width: 45.8%;
  }

  .grid__quarter--alpha { margin-right: 8.3%; }

}

/* Header
------------------------- */

.header {
  padding-top: 20px;
  position: relative;
  margin-top: 0;
}

.header h1 {
  font-size: 2.2em;
  line-height: 1.0;
  margin: 0 0 5px;
}

.header__copy {
  margin: 0.2em 0;
}

.header__headshot {
  margin-top: 10px;
}

.header__headshot img {
  display: block;
  width: 50%;
  border-radius: 4px;
}

/* Metafizzy link */
.header__description a { font-weight: bold; }

.header__credo {
  font-style: italic;
}

@media screen and (min-width: 640px) {

  .header {
    padding-top: 40px;
    position: relative;
    margin-top: 0;
    padding-right: 28%; /* space for headshot */
  }

  .header h1 {
    font-size: 100px;
    margin: 0 0 20px;
  }

  .header__headshot {
    position: absolute;
    width: 24%;
    right: 0;
    top: 60px;
    margin: 0;
  }

  .header__headshot img {
    width: 100%;
    border-radius: 8px;
  }

}

/* Isotope
------------------------- */

.isotope-demo {
  margin-bottom: 40px;
}

.isotope-demo__item {
  float: left;
  position: relative;
  width: 80px;
  height: 80px;
  background: #AAA;
  margin: 0 5px 5px 0;
  border-radius: 4px;
}

.isotope-demo__item--orange { background: #F90; }
.isotope-demo__item--green { background: #8C8; }
.isotope-demo__item--blue { background: #09F; }

.isotope-demo__item > span {
  position: absolute;
  color: white;
  line-height: 1;
  font-size: 1.8em;
}

.isotope-demo__item__letter {
  left: 10px;
  top: 8px;
}

.isotope-demo__item__number {
  right: 15px;
  bottom: 8px;
}

.isotope-demo-buttons .button-group {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 640px) {
  .isotope-demo__item {
    width: 120px;
    height: 120px;
    margin: 0 10px 10px 0;
    border-radius: 8px;
  }

  .isotope-demo__item > span {
    font-size: 2.6em;
  }
}

/* loader-spinner
------------------------- */

.loader-spinner {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0turn); /* center */
          transform: translate(-50%, -50%) rotate(0turn); /* center */
  -webkit-animation: spinLoader 600ms steps(12, end) infinite;
          animation: spinLoader 600ms steps(12, end) infinite;
}

@-webkit-keyframes spinLoader {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
            transform: translate(-50%, -50%) rotate(1turn);
  }
}

@keyframes spinLoader {
  to { transform: translate(-50%, -50%) rotate(1turn); }
}

/* Masonry
------------------------- */

.masonry-demo {
  margin-bottom: 40px;
}

.masonry-demo__item,
.masonry-demo__grid-sizer {
  width: 32%;
}

.masonry-demo__item {
  float: left;
  height: 60px;
  margin-bottom: 5px;
  background: #F90;
  border-radius: 8px;
}

.masonry-demo__gutter-sizer {
  width: 2%;
}

.masonry-demo__item--width2 { width: 32%; }

.masonry-demo__item--height2 { height: 90px; }
.masonry-demo__item--height3 { height: 130px; }

@media screen and (min-width: 640px) {
  .masonry-demo__item,
  .masonry-demo__grid-sizer {
    width: 15%;
  }

  .masonry-demo__item {
    margin-bottom: 20px;
    height: 120px;
  }

  .masonry-demo__item--height2 { height: 180px; }
  .masonry-demo__item--height3 { height: 260px; }

}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

.nav-item {
  display: inline-block;
  width: 240px;
}

.nav-item a {
  display: block;
}

.packery-demo {
  margin-bottom: 60px;
}

.packery-demo__item,
.packery-demo__grid-sizer {
  width: 15%;
  height: 60px;
}

.packery-demo__item {
  float: left;
  background: #F90;
  border-radius: 4px;
}

.packery-demo__gutter-sizer {
  width: 2%;
}

.packery-demo__item--width2 { width: 32%; }

.packery-demo__item--height2 {
  height: 120px;
  height: calc( 120px + 2.5% );
}

.packery-demo__item--draggable {
  background: #09F;
  z-index: 1;
  color: white;
  padding-top: 52px;
  user-select: none;
  text-align: center;
  transition: opacity 0.2s, box-shadow 0.2s;
}

.packery-demo__item--draggable:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.packery-demo__item--draggable.is-dragging,
.packery-demo__item--draggable.is-positioning-post-drag {
  opacity: 0.85;
  box-shadow: 0 3px 20px hsla(0, 0%, 0%, 0.25);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media screen and (min-width: 640px) {
  .packery-demo__item,
  .packery-demo__grid-sizer {
    height: 120px;
  }

  .packery-demo__item {
    border-radius: 8px;
  }

  .packery-demo__item--height2 {
    height: 240px;
    height: calc( 240px + 4% );
  }

  .packery-demo__item--draggable {
    padding-top: 108px;
    font-size: 1.6em;
  }
}

/* section
------------------------- */

section {
  margin: 60px 0;
  position: relative; /* for timestamp */
}

.section-header {
  margin-bottom: 10px;
}

.section-title {
  font-size: 2em;
  margin: 40px 0 0px;
}

.section-description {
  margin: 0;
}

.section-timestamp {
  margin: 0;
  color: #888;
}

section h3 {
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  section {
    margin: 100px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 4em;
  }

  .section-description {
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .section-timestamp {
    position: absolute;
    top: 30px;
    right: 0;
  }

  section h3 {
    font-size: 2.0em;
  }

}

/* text-list
------------------------- */


.text-list {
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}

.text-list li {
  margin: 0 0 20px;
}

.text-list__title {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.0;
}

.text-list__caption {
  font-size: 0.925em;
  line-height: 1.2;
  margin: 5px 0;
}

@media screen and (min-width: 640px) {
  .text-list__title {
    font-size: 2.0em;
  }
}
