* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box; /* Firefox, other Gecko */
          box-sizing: border-box; /* Opera/IE 8+ */   
}

section {
  font-family: Georgia, Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url('img/main-bg.jpg') no-repeat center center fixed; 
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main-bg.jpg', sizingMethod='scale')";
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main-bg.jpg', sizingMethod='scale');
}

.follow-us {
  width: 660px;
  overflow: hidden;
  margin: 0px auto;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -330px;
}

h1 {
  background: transparent url('img/logo-bg.png') no-repeat top center;
  color: #CBAE74;
  margin: 0px auto;
  padding: 70px 80px 75px 80px;
  text-indent: -9999px;
  width: 350px;
}

h2 {
  background-color: #000;
  color: #D9CBA8;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
}

ul {
  list-style: none;
  overflow: hidden;
}

ul li {
  float: left;  
  background-color: #000;
  margin-right: 20px;
  width: 150px;
  
}

ul li.contact  { 
 margin-right: 0;
}

ul li a {
  color: #D9CBA8;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 0px 6px 0px;
}

ul li a span {
  display: inline-block;
  background: #000 url('./img/sprite.png') no-repeat 10px 0px;
  height: 35px;
  width: 50px;
  margin-right: 5px;
  margin-top: -4px;
}

ul li.bandcamp a span       { background-position: 10px -31px; }
ul li.twitter a span        { background-position: 10px -63px; }
ul li.contact a span        { background-position: 10px -96px; }
ul li.facebook a:hover span { background-position: -30px 0px; }
ul li.bandcamp a:hover span { background-position: -30px -31px; }
ul li.twitter a:hover span  { background-position: -30px -63px; }
ul li.contact a:hover span  { background-position: -30px -96px; }

ul li a:hover {
  color: #CBAE74;
/*  text-decoration: underline;*/
}
ul li a:hover span {
  background-position-x: -30px; 
}

