@font-face {
  font-family: 'fanzineregular';
  src: url('fonts/fanzine-webfont.woff2') format('woff2'), url('fonts/fanzine-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jmh_typewriterblack';
  src: url('fonts/jmh_typewriter-black-webfont.woff2') format('woff2'), url('fonts/jmh_typewriter-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jmh_typewriterbold';
  src: url('fonts/jmh_typewriter-bold-webfont.woff2') format('woff2'), url('fonts/jmh_typewriter-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jmh_typewriterthin';
  src: url('fonts/jmh_typewriter-thin-webfont.woff2') format('woff2'), url('fonts/jmh_typewriter-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jmh_typewriterregular';
  src: url('fonts/jmh_typewriter-webfont.woff2') format('woff2'), url('fonts/jmh_typewriter-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'jmh_typewriterbold';
  src: url('fonts/jmh_typewriter-bold-webfont.woff2') format('woff2'), url('fonts/jmh_typewriter-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*colors*/
body {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: 'jmh_typewriterregular', sans-serif;
  background-image: url('../img/papers.jpg');
  background-size: cover;
  min-height: 100vh;
  background-position: 100% 50%;
}
body #container {
  box-shadow: 5px 5px 5px #333;
  background-repeat: repeat;
  background-image: url('../img/paper.jpg');
  max-width: 1024px;
  min-height: 90vh;
  padding: 10px;
  margin: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1048px) {
  body #container {
    margin: 10px auto;
  }
}
body #container h1 {
  font-family: 'fanzineregular', sans-serif;
  font-size: 4rem;
}
body #container h1,
body #container h2 {
  margin-bottom: 0;
}
body #container h2,
body #container h3 {
  margin-top: 0;
  font-family: 'jmh_typewriterregular', sans-serif;
  font-size: 1.2rem;
}

body #container a:link, body #container a:visited {
  font-weight: bold;
  color: #300;
  text-decoration: none;
} 

body #container a:hover, body #container a:active {
  font-weight: bold;
  color: #c00;
  text-decoration: underline;
} 


body #container #banner {
  padding: 20px;
  position: relative;
  border-bottom: 2px solid #300;

}
@media (min-width: 580px) {
  body #container #banner {
    padding-left: 250px;
  }
}
body #container #banner::before {
  content: none;
  position: absolute;
  display: block;
  height: 66%;
  max-height: 233px;
  aspect-ratio: 1;
  top: 17%;
  left: 10px;
  background-image: url('../img/mick.jpg');
  background-size: cover;
}
@media (min-width: 580px) {
  body #container #banner::before {
    content: '';
  }
}
body #container #banner #socials {
  padding: 5px;
  position: relative;
}
body #container #banner #socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

body #container #banner #socials ul li {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

body #container #banner #socials ul li:nth-of-type(1) {
  background-image: url('../img/facebook.png');
}

body #container #banner #socials ul li:nth-of-type(2) {
  background-image: url('../img/instagram.png');
}

body #container #banner #socials ul li:nth-of-type(3) {
  background-image: url('../img/twitter.png');
}

body #container #banner #socials ul li:nth-of-type(4) {
  background-image: url('../img/redbubble.png');
}

body #container #banner #socials ul li a {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 18px;
}

body #container #banner #socials ul li a span {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

body #container #content {
}

@media (min-width: 580px) {
  body #container #content {
    max-width: 66%;
    margin: 0 auto;
  }
}


body #container #content ul {
  list-style: none;
}

body #container #content ul li {
  margin-bottom: 36px;
}

body #container #footer {
  border-top: 2px solid #300;
  padding: 40px;
  text-align: center;
}
