/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}





body {
  max-width: 1920px;
  width: 100%;
  height: auto;
  line-height: 1;
  overflow-x: hidden;
  background-image: linear-gradient(rgba(138, 151, 62, 0.4) 25%, rgba(29, 14, 2, 0.98)), 
  url('01_Home/images/Music_BG_02.jpg');
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  z-index: -2;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


* {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   vertical-align: baseline;
   box-sizing: border-box;
   background: transparent;   
}

html { 
    font-family: "TheDark-pr2Z.ttf", "HardRock-AwxM.ttf", "moolbor.ttf";
    font-size: 60px;
 }


@font-face {
    font-family:'TheDark';
    src: url('01_Home/01_Fonts/TheDark-pr2Z.ttf') /* TTF file for CSS3 browsers */
}

@font-face {
  font-family:'Mool';
  src: url('01_Home/01_Fonts/moolbor.ttf') /* TTF file for CSS3 browsers */
}





::selection {
    background: rgb(255, 224, 140);
    color: white;
}

::-moz-selection {
    background: rgb(255, 224, 140);
    color: white;
}



.Wrapper {
  max-width: 1920px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.MusicList {
    position: relative;
    left: 41%;
    top: 150px;
    max-width: 280px;
    max-height: 1080px;
    width:100%;
    height: auto;
    border: solid 1px #000000;
    background-color: white;
    z-index: 1;
}

.MusicList img {
    margin-left: 15px;
}


.MusicList ul li {
    list-style-type: none;
    align-content: center;
    padding: 1px;
    background: linear-gradient(rgb(255, 255, 255), rgba(218, 218, 218, 0.98));
    height: 75px;
}

.MusicList ul li a {
    text-decoration: none;
}

.Listen {
    position: relative;
    display: block;
    left: 180px;
    top: -40px;
    width: 80px;
    height: 35px;
    border-radius: 8px;
    outline: none;
    background: linear-gradient(rgb(241, 241, 241), rgba(204, 204, 204, 0.98));
    font-size: 30px;
    font-family: 'Mool';
    text-align: center;
    color: rgb(95, 95, 97);
    z-index: 2;
    cursor: pointer;
    padding: 9px 5px;
    margin: 5px;
    overflow: hidden;
}

.MusicList ul li a {
    color: rgb(95, 95, 97);
    text-decoration: none;
    transition: .3s ease;
}


.MusicList ul li a:visited {
    color: rgb(95, 95, 97);
    text-decoration: none;
    transition: .3s ease;
}

.MusicList ul li a:link {
    color: rgb(95, 95, 97);
    text-decoration: none;
    transition: .3s ease;
}

.MusicList ul li a:active {
    color: rgb(95, 95, 97);
    text-decoration: none;
    transition: .3s ease;
}

.MusicList ul li a:hover { 
    color: rgb(65, 65, 66);
    text-decoration: none;
    transition: .3s ease;
}




.BandLogoMobile02 {
    display: block;
    position: absolute;
    top: 35px;
    left: 41.5%;
    max-width: 200px;
    width: 50%;
    height: auto;
  }



.Btn_Home {
    height: 50px;
    left: 45.6%;
    top: 95px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-family: 'Mool';
    text-align: center;
    padding: 9px 5px;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border-radius: 0;
    border: 2px solid white;
    z-index: 1;
    transition: 0.3s ease;
  }



  .Btn_Home a {
    text-decoration: none;
    color: white;
    position: relative;
    font-size: 40px;
    top: -5px;
    transition: 0.3s ease;
  }
  
  .Btn_Home a:link {
    text-decoration: none;
    color: white;
    font-size: 40px;
    top: -5px;
    transition: 0.3s ease;
  }
  
  .Btn_Home a:visited {
    text-decoration: none;
    color: white;
    font-size: 40px;
    top: -5px;
    transition: 0.3s ease;
  }
  
  .Btn_Home a:hover{
    text-decoration: none;
    color: white;
    font-size: 40px;
    top: -5px;
    transition: 0.3s ease;
  }
  
  .Btn_Home a:active {
    text-decoration: none;
    color: white;
    font-size: 40px;
    top: -5px;
    transition: 0.3s ease;
  }












  @media only screen and (max-width: 760px) {

    .MusicList {
        left: 18%;
        top: 120px;
        transition: .3s ease;
    }

    .Btn_Home {
        left: 39.2%;
        top: 98px;
    }

    .BandLogoMobile02 {
        left: 19.5%;
    }

  }