










* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


html {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    height: 100%;
}


body {
  /*min-height: 100%;*/
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;

    background-color: #f8e7c3;
    color: #EEE;
/*
    /*background-image: url(img/background_4.jpg);
    background-size: 90vmax;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*height: 100vh;
    */
  
}

div{
  overflow-y: scroll;
}

/* ---------  This is for the animatino of the background.... -------*/

/*
.crossfade > figure {
    animation: imageAnimation 30s linear infinite 0s;
    backface-visibility: hidden;
    background-size: 90vmax;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: transparent;
    height: 100vh;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%; 
    z-index: 0;
  }
  
*/

.crossfade{
  overflow-y: visible;
  
}

  .crossfade > figure {
    animation: imageAnimation 36s linear infinite 0s;
    backface-visibility: hidden;
    background-size: 90vw;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
    position: fixed;
    overflow: hidden;
  }

  .crossfade > figure:nth-child(1) {
    background-image: url('img/background_1.jpg');
  }
  .crossfade > figure:nth-child(2) {
    animation-delay: 6s;
    background-image: url('img/background_2.jpg');
  }
  .crossfade > figure:nth-child(3) {
    animation-delay: 12s;
    background-image: url('img/background_3.jpg');
  }
  .crossfade > figure:nth-child(4) {
    animation-delay: 18s;
    background-image: url('img/background_4.jpg');
  }
  .crossfade > figure:nth-child(5) {
    animation-delay: 24s;
    background-image: url('img/background_5.jpg');
  }
  .crossfade > figure:nth-child(6) {
    animation-delay: 30s;
    background-image: url('img/background_6.jpg');
  }
  
  @keyframes imageAnimation {
    0% {
      animation-timing-function: ease-in;
      opacity: 0;
    }
    8% {
      animation-timing-function: ease-out;
      opacity: 1;
    }
    17% {
      opacity: 1
    }
    25% {
      opacity: 0
    }
    100% {
      opacity: 0
    }
  }
  

  @supports (-webkit-overflow-scrolling: touch) {
    .crossfade {
    background-attachment: fixed;
    }
  }

/* ---------  Thisis the rest -------*/
.clearfix{
  overflow-y: visible;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
    background-color: transparent;
}

.main-container {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: auto;
    position: relative;
    width: 100%;
    overflow-y: scroll;

}   

.footer {
  text-align: center;
  background-color: #1d0c08A0;
}

.openspace {
    height: 78vh;
    background-color: transparent;
}

.row {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;

}

.pgheader {
    margin: 0;
    background-color: #1d0c08A0;
    width: 100%;
    height: 10vh;
    overflow-y: visible;
}

.artist-info {
    position: relative;
    color: #eeeeee ;
    
    float: left;
    padding-left: 3%;
    padding-right: 5%;
    font-family: 'Nothing You Could Do', cursive;
    width: 50%;
    overflow-y: visible;
    /*
    width: 1140px;
    background-color: #1d0c08A0;
    top: 10%;
    left: 10%;
    transform: translate(-50%,-50%);
    */
}
.artist-name{
  padding-left: 10%;
  padding-top: 1%;
  font-size: 5vh;
  font-weight: bold;
  white-space: nowrap;
  overflow-y: visible;
}
.artist-title{
  padding-left: 13%;
  padding-top: 1%;
  font-size: 3vh;
  white-space: nowrap;
  overflow-y: visible;
}


.connections {
    position: relative;
    color: #eeeeee ;
    padding-right: 5%;
    position: relative;
    float: right;
    
}
.connections .icon_header {
  width: 15%;
  float: right;
  height: auto;
  padding: 1%;

}




/*   -----------------------------------------------------------

Navigation Section

*/
.heronav{
    overflow: hidden;
    padding-right: 5%;
    background-color: #f8e7c3;
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    color: #1d0c08;
    z-index: 1;
    
}
.main-nav {
    float: right;
    list-style: none;
    margin-top: 5px;

}

.main-nav li {
    display: inline-block;
    margin-left: 30px;  
    
}

.main-nav li a:link,
.main-nav li a:visited {
    
    color: #1d0c08;  
    text-decoration: none;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;

}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #1d0c08;

}

.scrollup{
  font-family: sans-serif;
  font-size: 100%;
  font-stretch: ultra-expanded;
  color: #EEE;
  width: 7%;
  background: #1d0c08A0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content{
    background-color: #1d0c08A0;
    background-image: inherit;
    height: 100%;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    position: relative;
    overflow-y: visible;
    
  
}

.releasedate{
  color:  #fcd400;
  text-align: center;

}

.video h1{
  font-family: 'Nothing You Could Do', cursive;
  color:  #fcd400;
  text-align: center;
  font-weight: 900;
  font-size: 500%;
}
.video h2{
  font-family: 'Nothing You Could Do', cursive;
  color:  #fcd400;
  text-align: center;
  font-size: 200%;

}
.video img{
  position: relative;
  display: block;
  float: center;
  object-fit: contain;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}


.music {
    float: right;
    list-style: none;
    width: 35vw;
  

}

.music img{
  padding: 2%;
  border-width: 1%;
  border-color: #fcd400;
  object-fit: contain;
  width: 100%; 
  background: transparent; 
}

#homepage_audioplayer {
    padding: 2%;
    width: 100%;
}

#playlist {

  list-style: none;
  padding-top: 1%;
  padding-bottom: 5%;

}

#playlist li a {
  color: #eeeeee ;
  text-decoration: none;
  font-family: 'Nothing You Could Do', cursive;
  font-size: 150%;
  padding-left: 10%;
    
}

#playlist .current-song a{
  color:  #fcd400;

}



.video {
    float: left;
    list-style: none;
    width: 55vw;
    background: transparent;

}

.aboutme{
  color: #eeeeee ;
  font-family: 'Nothing You Could Do', cursive;
  font-size: 150%;
  font-weight: bold;
  background-color: #1d0c08A0;
  padding: 12%;
  padding-top: 5%;
  line-height: 160%;
}

.aboutTheMusic{
  color: #eeeeee ;
  font-family: 'Nothing You Could Do', cursive;
  font-size: 150%;
  font-weight: bold;
  background-color: #1d0c08A0;
  padding: 5%;
  padding-top: 5%;
  line-height: 160%;
}

.aboutTheMusic h3{
  padding-bottom: 5%;
}
.leftPicRail{
  background-image: 
    url(resources/img/xLeftRibbon1.jpeg),
    url(resources/img/xLeftRibbon2.jpeg),
    url(resources/img/xLeftRibbon3.jpeg),
    url(resources/img/xLeftRibbon4.jpeg),
    url(resources/img/xLeftRibbon5.jpeg);
  background-color: #1d0c08A0;
  float: left;
  width: 25%;
  padding: 2%;
  margin-right: 0%;
}

.leftPicRail img{
  width: 100%;
  position: relative;
  float: left;
}

.galleryRow{
  display: flex;
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
  border: 5px solid  #1d0c08A0;
  position: relative;
}

.galleryCol{
  flex: 50%;
}
.galleryCol img{
  width: 100%;
  vertical-align: middle;
  position: relative;
  
}

.salutation{
  padding-left: 50%;
  padding-top: 3%;

}
.signature{
  padding-left: 55%;
  padding-bottom: 5%;
  font-size: 150%;
}
.aboutme h3{
  padding-bottom: 5%;
}


@media only screen and (max-width: 767px) {
  /* phones */
  .artist-info{
    width: 100%;
  }
  .connections{
    z-index: 2;
    overflow-y: visible;
  }
  .video {
    float: none;
    list-style: none;
    width: 100vw;

  }
  .music {
    float: none;
    list-style: none;
    width: 100vw;
    padding-bottom: 5%;
  }

  .content{
    padding-left: 0%;
    padding-right: 0%;

}
  .main-nav{
    font-size: 65%;
    margin-top: 10px;
  }
  
  .openspace {
    height: 65vh;
    background-color: transparent;
}

  .aboutTheMusic{
    font-size: 120%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .aboutme{
    font-size: 120%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .scrollup{
    font-size: 80%;
  }
}