/*
@author     Benjamin Klein <wanted@benjamin-klein.name>
@copyright  2016 Benjamin Klein
*/
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; }

@font-face {
  font-family: 'Leander';
  src: url("/fonts/LeanderLeander.eot");
  src: url("/fonts/Leander.woff2") format("woff2"), url("/fonts/Leander.woff") format("woff"), url("/fonts/Leander.ttf") format("truetype"), url("/fonts/Leander.svg#Leander") format("svg"), url("/fonts/Leander.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
html {
  height: 100%;
  width: 100%; }

body {
  color: white;
  font-family: 'Leander';
  height: 100%;
  width: 100%; }

#content {
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 30px; }
  #content .counter {
    position: relative;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    top: 50%;
    padding: 0px 20px; }
    #content .counter .time {
      font-size: 2em; }

#social {
  position: absolute;
  height: 100%;
  width: 100%; }
  #social .tweets {
    position: relative;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    padding: 20px 20px; }

.bg {
  background-color: rgba(0, 0, 0, 0.5); }

.fill {
  min-height: 100%;
  height: 100%; }

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important; }

h2 {
  font-size: 2rem;
  text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
