/* General reset */
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, index.htmldd, 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, title {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}



/* 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; }

/* 1K styles */

/* global */
body {font-family: neue-haas-grotesk-display, sans-serif;  font-weight: 300; font-style: normal; font-size: 24px; background-color:#ccc; width: 100%; color: #000; text-align: center;}
h1 {text-align: center;margin-top: 10px;}
h2, h3 {font-size:36px; text-align: center; font-style: normal; padding:10px 20px;}
h4 {font-size:32px; text-align: center; font-style: italic; padding:5px; font-weight: 500;}
h5 {font-size:24px; text-align: center; font-style: normal; padding:5px;}

h2 span, h4 span, h5 span {font-weight: 800;}

b {font-weight: 700;}
i {font-style: italic;}

div.section {width: 50%; max-width: 500px; margin: 0 auto;}
div.section p {margin: 10px 0;}

div.footer {position: fixed; bottom: 0; background-color: #111; color: #ccc; width:100%; text-align: center; padding: 10px;}
div.footer span {font-style: italic;}


@media screen and (max-width: 500px) {
  div.section {width: 90%; max-width: 500px; margin: 0 auto;}
}


