html {
 -webkit-font-smoothing: antialiased;
/*background: url(img/pyer_beach2.jpg) no-repeat center center fixed;*/

 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover;   
  background-color: #000;
}


*,
:after,
:before {
  box-sizing: inherit;
}


body {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #d8d8d8;
    font-family: 'Cormorant Garamond', serif;    
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 550px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #d8d8d8;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    text-align: center;
}

h2 {
    margin-top: 1.3em;
    font-size: 18px;
    text-align: center;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 0px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.logo {
    max-width: 25%;
}




.info {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding:0px;
}

.info:hover{
    color: #fff;
}

.title {
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 15px 20px 15px 20px;
    font-family: 'Cormorant Garamond', serif;    
    font-weight: bold;
    font-size: 1.6em;
}

.artist {
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
    padding: 0 20px 20px 20px;
    font-family: 'Cormorant Garamond', serif;   
    font-weight: bold;
    font-size: 1.4em;
}


.table_music {
    height: 80px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border-collapse: collapse;
    transition: background-color 0.5s;
    border-bottom-style: solid;
    border-width: 0 0 1px 0;
    border-bottom-color: rgba(255, 255, 255, 0.2);


    /*background: url(img/bg_sleepingshells.jpg) no-repeat center center fixed; */
}

.sep{
padding-top: 75px;
}


table:hover {
    background-color: rgba(255, 255, 255, 0.16);
}


.td_left {
    text-align: left;
    width: 50%;
    padding: 0px 15% 0 15%;
}


.td_right{
    text-align: right;
    width: 50%;
    padding: 0px 15% 0 15%;
}


    /*
      Rollover Image
     */
    .roll {
        position: relative;
        /* width: 360px;*/ /* can be omitted for a regular non-lazy image */
        max-width: 100%;
    }
    .roll img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .roll:hover img.image-hover {
      opacity: 1;
    }

.mail {
    max-width: 8%;
    min-width: 50px;
    opacity: 50%;
    padding: 50px 0 0 0;
}

.mail:hover {
        opacity: 100%;

}


.footer {
    color: #7d7c7d;
    font-family: sans-serif, arial;
  /*  position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 50px 0 8px 0;
}

.footer a, a:visited {
    color: #d8d8d8;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}