/*
bg: 1080 × 2700



.tk-lores-15-bold-alt-oakland { font-family: "lores-15-bold-alt-oakland",sans-serif; }
.tk-lores-15-narrow { font-family: "lores-15-narrow",sans-serif; }
.tk-lores-15 { font-family: "lores-15",sans-serif; }
*/

* { margin:0; padding:0; font-size: 1em; font-family: lores-15-narrow; font-weight: normal; }
body {
  background: #0c92ff;
  min-width: 1920px; max-width: 100%;
}

#container {
  background: #111534 url("../img/PBN_Wallpaper_FullMetalNerds_1920x1080.png") top left;

  padding-bottom: 300px;
  /*image-rendering: pixelated;*/
  background-size: auto;
  background-repeat: no-repeat;

  min-width: 190px;
  max-width: 190px;
  width: 100%;
  margin: 0 auto;

  min-height: 2700px;
  height: 100%;

  position: relative;
  filter: drop-shadow(0 0 2.75rem #000);
}

#header {
  display: none;
}

#content {  }

  #tour {
    position: relative;
    z-index: 4;
    color: #0d264f;
    width: 1930px;
    top: 1490px;
    margin: 0 auto;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
  }
/*
Dato: Lores 15 OT Narrow Regular 38pt
By: Lores 15 OT Bold 54pt
Venue: Lores 15 OT Narrow Regular 54pt
*/
  #tour a { color: white; text-decoration: none; }
    #tour a:hover { text-decoration: underline; }

    .tour-entry { display: block; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
      .date { display: block; font-family: lores-15-narrow; font-size: 38px; }
      .location-venue { font-family: lores-15-narrow; font-size: 54px; }
      .location-city { font-family: lores-15-bold-alt-oakland; font-size: 54px; }


footer { position: absolute; bottom: 40px; width: 100%; }
      footer div { text-align: center;}
      footer a { padding: 0 8px; }
      footer img { display: inline-block; vertical-align: middle;  }
