@font-face {
    font-family: 'Constantia';
    src: url('../fonts/Constantia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
 height:100%;
 min-height:100%;
}

body{
  font-family: 'Constantia';
  background: #000 url('../images/img3.jpg') 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
  min-height:100%;
  
}

#page{
  margin: auto;
  max-width: 100%;
  padding: 1em 0;
}

.item{
  margin: 0 1em;
  overflow: hidden;
}

audio{
  padding: 0.1em 0;
  float: left;
  max-width: 70%;
  opacity: 0.7;
  transition: all 0.3s;
}

audio:hover{
  opacity: 1;
}

a{
  color: inherit;
  border: 0;
  outline: 0;
}

#background{
  position: absolute;
}

#content{
  position: absolute;
  margin: 20px auto;
  left: 0;
  right: 0;
  height: auto;
  width: 400px;
}

#logo{
  display: block;
  margin: auto;
}

img{
  max-width: 100%;
  height: auto;
}

.download{
  display: block;
  float: left;
  clear: right;
  margin-left: 10px;
}

h3{
  clear: both;
  display: block;
  font-weight: normal;
  font-size: 16px;
}

#social{
  margin: 20px auto;
  text-align: center;
}

#social a{
  display: inline-block;
  width: 68px;
  height: 68px;
  margin: 0 0.5em;
}

#social a.facebook{
  background: url('../images/facebook.png') 0% 0% no-repeat;
}

#social a.youtube{
  background: url('../images/youtube.png') 0% 0% no-repeat;
}

#social a.soundcloud{
  background: url('../images/soundcloud.png') 0% 0% no-repeat;
}

#social a.mixcloud{
  background: url('../images/mixcloud.png') 0% 0% no-repeat;
}

#social a.instagram{
  background: url('../images/instagram.png') 0% 0% no-repeat;
}

#social a.legalisdj{
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto;
}

