html,
body {
  height: 100%;
  position: relative;
  padding: 5px 15px 15px 10px;
  background: url(images/bg__2021.jpg) #000  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #faf4ed;
  font-family: 'Helvetica', sans-serif; 
  font-weight: 400;
  font-size: 13px;
  line-height: 1.35em;
}

.container {max-width: 420px;}

p {padding: 4px 0px 4px 0px;}

h1 {
  font-family: 'Poppins', sans-serif; 
  font-size: 2.8em;
  line-height: 1.1em;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Poppins', sans-serif; 
  font-size: 2.8em;
  line-height: 1.1em;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

hr {
  border-color: #4c4640;
  margin-top: 10px;
  margin-bottom: 12px;
}

a {color: #516a6f;
  line-height: 0.8em;}

.link,
.link:visited {
  text-decoration: none;
  color: #1d1918;
  background: #e78e1d;
  border-radius: 25px;
  padding: 1px 5px 1px 5px;
}

.link:hover {
  color: #000;
  background: #8e3e3e;
  transition-duration: 0.5s;
  text-decoration: none;
}

.heavyrotation{
    padding: 10px 0px 10px 0px;
    max-width: 400px;
}

#lastfmrecords {margin-left: 0px;}

ol {padding: 15px 0 0 0;}

#lastfmrecords img {
  padding: 0px 10px 4px 0px;
  width: 110px;
  max-height: 110px;
  }

.copyright {
  opacity: 0.5;
  margin: 20px 0px 15px 0px;
}

@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin: 10px 0px 0px 0px; 
    padding-left: 30px;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 2px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'\e040';
}
.soc-facebook:before {
    content:'\e041';
}
.soc-instagram:before {
    content:'\e057';
}
.soc-bandcamp:before {
    content:'\e06a';
}
.soc-spotify:before {
    content:'\e04e';
}
.soc-mail:before {
    content:'\e01f';
}

.soc li a:hover {
    color: #8e3e3e;
    background-color: none;
    text-shadow: none;
    transition-duration: 0.5s;
}

@media (max-width: 1200px) {

.container {max-width: 380px;}

h1 {
  font-size: 2.6em;
  line-height: 0.95em;
  letter-spacing: -0.04em;
}

h2 {
  font-size: 2.6em;
  line-height: 0.95em;
  letter-spacing: -0.04em;
}

#lastfmrecords img {
  padding: 5px 5px 5px 5px;
  width: 95px;
  max-height: 95px;
  }

}

@media (max-width: 992px) {

}

@media (max-width:768px) {

  html, body {
  background: url(images/bg__2021.jpg) top center fixed no-repeat #211d1c; 
  background-size: 900px 576px;
}

h1 {font-size: 2.2em;}

.container {max-width: 200px;}

}

@media (max-width:480px) {

  html, body {
  background: url(images/bg__2021.jpg) top center fixed no-repeat #211d1c; 
  background-size: 1438px 920px;
}

.container {max-width: 720px;}

h1 {font-size: 2em; margin-bottom: 20px}

h2 {font-size: 2.1em;}

}