@font-face {
  font-family: 'kingthings';
  src: url('../fonts/Kingthings_Trypewriter_2-webfont.eot');
  src: url('../fonts/Kingthings_Trypewriter_2-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Kingthings_Trypewriter_2-webfont.woff') format('woff'),
       url('../fonts/Kingthings_Trypewriter_2-webfont.ttf') format('truetype'),
       url('../fonts/Kingthings_Trypewriter_2-webfont.svg#kingthings_trypewriter_2Rg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blackout';
  src: url('../fonts/blackout-midnight-webfont.eot');
  src: url('../fonts/blackout-midnight-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/blackout-midnight-webfont.woff2') format('woff2'),
       url('../fonts/blackout-midnight-webfont.woff') format('woff'),
       url('../fonts/blackout-midnight-webfont.ttf') format('truetype'),
       url('../fonts/blackout-midnight-webfont.svg#blackoutmidnight') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font: 16px/26px 'kingthings', 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  background: #000000;
  color: #ffffff;
  font-size: 1em;
  line-height: 2;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

a:hover {
  color: #E00008;
}

header,
footer {
  background: #000000 url("../img/bg-texture.png") top left no-repeat;
  background-size: cover;
}

header h1 {
  width: 100%;
  height: 1px;
  margin: 0;
  visibility: hidden;
}

header .bottomWrap {
  width: 100%;
  margin: 0;
  padding: 0 10px 0 0;
  clear: both;
  background: #ffffff;
  font-family: 'blackout', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: .7em;
  color: #000000;
  text-align: center;
}

header .bottomWrap ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 0;
  max-width: 1120px;
}

header .bottomWrap ul li {
  visibility: hidden;
  padding: 0 3px;
}

header .bottomWrap ul li.dash::after {
  content:'-';
  padding: 0 0 0 3px;
  font-size: 1em;
}

header .imageWrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

header .imageWrap img {
  width: 280px;
}

.main {
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

.main article,
.main aside {
  width: 100%;
}

.main p {
  margin: 1em 0 0 0;
}

.main p.fiddy {
  display: block;
  width: 100%;
  margin: 10px 0;
  float: left;
  text-align: center;
  font-family: 'blackout', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ec1d24;
  font-size: 1.3em;
}

#slider {
  margin: 20px 0 60px 0;
}

h2.social{
  margin: 1em 0 0 20px;
  line-height: .3em;
}

.instaWrap {
  height: 1100px;
  overflow: hidden;
}

footer {
  padding: 20px 0;
  height: 200px;
  border-bottom: 29px solid #ffffff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

  header .imageWrap img {
    width: 380px;
  }

  header .bottomWrap ul li {
    visibility: visible;
    font-size: 1em;
  }

  .main p.fiddy {
    width: 48%;
    margin: 2em 1%;
    float: left;
    font-size: 1em;
  }
}

/*wide width*/
@media only screen and (min-width: 768px) {

  header .imageWrap {
    padding: 0 20px 0 0;
  }

  header .imageWrap img {
    width: 460px;
  }

  header .bottomWrap ul {
    padding: 0 20px 0 0;
  }

  header .bottomWrap ul li {
    font-size: 1.2em;
  }

  .main {
    flex-direction: row;
    justify-content: space-between;
  }

  .main article {
    width: calc(100% - 300px);
    padding-right: 10px;
  }

  .main aside {
    width: 300px;
  }
}

/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
