body {
  margin: 0;
}

/* ========================= */
/* WEATHER FONT */
/* ========================= */

@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
       url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
       url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
       url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}

a {
  color: #ff0;
}

/* ========================= */
/* SIDEBAR (DESKTOP) */
/* ========================= */

.sidebar {
  font-family: 'Source+Sans+Pro', sans-serif;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.3px;
  position: fixed;
  top: 15%;
  left: 3%;
  width: 150px;
  height: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 99998;
}

.sidebar a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
  z-index: 99999;
}

.sidebar a:hover {
  color: #555;
}

.sidebar-gif {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

/* ========================= */
/* COVER / MISC */
/* ========================= */

.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.cover .hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.cover .hi span {
  color: #ff0;
  cursor: pointer;
  text-decoration: underline;
}

.cover .hi em {
  font-style: normal;
}

.cover .hi em.hidden {
  display: none;
}

.photo-wrapper {
  pointer-events: none;
}

li {
  margin-bottom: 100px;
  overflow-y: scroll;
}

iframe.tmblr-iframe.tmblr-iframe--unified-controls.tmblr-iframe--loaded.iframe-controls--desktop {
  display: none;
}

footer.post-footer,
section.inline-meta.date-notes,
section.panel {
  display: none;
}

section.post {
  height: 500px;
}

audio {
  filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(100%);
  width: 350px;
  height: 25px;
}

/* ========================= */
/* MAIN COLUMN (DESKTOP) */
/* ========================= */

#tumblr2 {
  z-index: 9999;
  font-family: 'Source+Sans+Pro', sans-serif;
  padding: 0 30px;
  overflow-y: scroll;
  overflow-x: auto;
  position: fixed;
  height: 80%;
  width: 650px;
  top: 15%;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

#tumblr3 {
  z-index: 9999;
  font-family: 'Source+Sans+Pro', sans-serif;
  padding: 0 30px;
  overflow-y: auto;
  overflow-x: auto;
  position: fixed;
  height: 80%;
  width: 600px;
  top: 15%;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.3px;
}

.boxer {
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.logo {
  width: 200px;
  height: 100px;
  left: 10%;
  top: 5%;
  position: absolute;
}

.boxerhead {
  background-color: rgba(255, 255, 255, 0);
  height: 14vh;
  z-index: 9999;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ========================= */
/* WEATHER — UNCHANGED */
/* ========================= */

#weather {
  font-family: 'Source Sans Pro', sans-serif;
  width: 500px;
  margin: 0 auto;
  text-transform: capitalize;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}

i {
  color: #000;
  font-family: weather;
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}

#weather h1 {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: rgba(255,255,255,0.9);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

/* ========================= */
/* MOBILE FIX — COLUMN ONLY */
/* ========================= */

@media (max-width: 768px) {

  #tumblr2,
  #tumblr3 {
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
  }
}
