html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-family: 'Roboto', sans-serif;
  color: #333; }

h1 {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 8px;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase; }

h2 {
  font-size: 12px;
  letter-spacing: 6px;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 40px 0;
  text-transform: uppercase;
  color: #666; }

.column {
  display: flex;
  flex-flow: column nowrap; }

.row {
  display: flex;
  flex-flow: row nowrap; }
  .row--center {
    justify-content: center; }
  .row--wrap {
    display: flex;
    flex-flow: row wrap; }

.u-text-align--center {
  text-align: center; }

.fill {
  flex-grow: 1; }

.swipebox, .swipebox--external {
  width: 300px;
  height: 300px;
  background-color: #eee;
  margin: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: background-color 0.5s ease;
  -webkit-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.17); }
  .swipebox img, .swipebox--external img {
    max-width: 200px; }
    .swipebox img.thumb--full, .swipebox--external img.thumb--full {
      max-width: 300px; }
  .swipebox:hover, .swipebox--external:hover {
    background-color: #f4f4f4; }
    .swipebox:hover img, .swipebox--external:hover img {
      max-width: 210px;
      transition: max-width 0.2s ease; }
    .swipebox:hover img.thumb--full, .swipebox--external:hover img.thumb--full {
      max-width: 280px;
      transition: max-width 0.2s ease; }

.u-center {
  justify-content: center;
  align-items: center; }

.description {
  max-width: 800px;
  color: #666;
  padding: 10px;
  border: solid 1px #eee;
  margin: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
