/*Contains main content boxes.*/
.main {
  margin: 0 30%;
  padding-top:2%;
  padding-bottom:2%;
  width: 40%; 
  border: 0;
  }



body {
  margin: 0;
  padding: 0;
  background: url("https://loandbihold.neocities.org/fond website.png") fixed;
  line-height: 133%;
  font-size: 0.98em;
  font-family: "Open Sans", "Droid Sans", "Calibri", sans-serif;
  }
  
  
/*Miscellanous custom styling for various elements.*/
h1, h2, h3 {
  font-family: "Calibri";
  }
  
a {
  color: #DD8091;
  }

a:hover, a:focus {
  color: #805145;
  transition: ease-in 0.1s, ease-out 0.1s;
  }
  
blockquote {
  border-left: #D9B8BC 3px solid;
  background: #F2DADD;
  padding: 0.1px 0.75rem;
  margin: 0 1.5rem;
  }

iframe {
  border: 0;
  }

hr {
  width: 75%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  }
  
*{
    scrollbar-color: #D78394 #fff;
}
  

/*Sticky navigation links at the top of the page.*/
.quick-nav {
  position:fixed;
  z-index: 999;
  width: 100%;
  background: url("https://loandbihold.neocities.org/lace navbar.png");
  filter: drop-shadow(0px 1px #805145) ;
  text-align: right;
  color: #FFBECA;  
  font-size: 1em;
  }
  
.navbar {
  padding: 1px 25px 38px;
  }
  
.navbar a {
  display: inline-block;
  text-decoration: none;
  color: #DD8091;
  padding: 5px 4px;
  margin: 0 2px;
  }
  
.navbar a:hover, .navbar a:focus {
  color: #805145;
  transition: ease-in 0.1s, ease-out 0.1s;
  }
  
/*Header image.*/
.header {
  height: 200px;
  background: url("https://loandbihold.neocities.org/header hearts.png");
  }

/*Title bar with icon and title/tagline.*/
.title {
  background: #805145;
  min-height: 10px;
  height: 65px;
  margin-bottom: -15px;
  text-align: right;
  }
  
.title-text, .title-pic {
  padding:0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  }
  
/*Contains the text tagline.*/
.title-text {
  padding-right: 1em;
  width: calc(85vw - 110px);
  line-height: 167%;
  margin-top: -3px;
  padding-bottom: 15px;
  color: #FFF8EE;
  }
  
.title-text h1 {
  padding:0;
  font-size: 32px;
  }
  
/*Contains the profile pic. This can be left out and should still look okay.*/
.title-pic {
  height: 100px;
  margin-right: 100px;
  margin-top: -25px;
  border: 5px solid #805145;
  border-radius: 10px;
  }
  
.title-pic img {
  height: 100%;
  overflow: hidden;
  }
  
/*Contains the main content and sidebar.*/
.page-wrapper {
  background: linear-gradient(rgba(255,247,238,0.5), rgba(255,247,238,0.25)); /*Gradient makes tiles "fade in".*/
  margin-top: 15px;
  }

/*Code for the jukebox.*/
.player {
  height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 1px;
}

.now-playing {
  font-size: 15px;
}

.track-name {
  font-size: 20px;
}

.track-artist {
  font-size: 15px;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
}

.playpause-track, .prev-track, .next-track {
  padding: 15px 25px 15px 25px;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.playpause-track:hover, .prev-track:hover, .next-track:hover {
  opacity: 1.0;
}

.slider_container {
  width: 80%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Code for the Playlist.*/


#myProgress {
  width: 420px;
   background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #FFF8EE;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #FFF8EE;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title-music{
  margin-left: 10px;
  width: auto;
  text-align: center;
}

.player-ctn{
  border-radius: 15px;
  width: auto;
  padding: 10px;
  background-color: #9E6658;
  margin:auto;
}

.playlist-track-ctn{
  display: flex;
  background-color: #D78394;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  /*border: 1px solid #FFF8EE; */
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #FFF8EE;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #805145;
  color: #FFF8EE !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #FFF8EE !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #FFF8EE;
  font-size: 20px;
}


/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: black;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider:hover, .volume_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 60%;
}

.volume_slider {
  width: 30%;
}

.current-time, .total-duration {
  padding: 5px;
}

i.fa-volume-down, i.fa-volume-up {
  padding: 5px;
}

i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
  cursor: pointer;
  font-size: 20px;
}

/*Contains the sidebar boxes.*/
.sidebar {
  width: 320px;
  margin: 65px 40px;
  position: absolute;
  }

.sidebar2 {
  width: 320px;
  margin: 355px 40px;
  position: absolute;
  }
  
.sidebar h1 {
  font-size: 1.2rem;
  background: #D78394;
  color: #fff;
  padding: 12px 10px 10px 10px;
  margin: auto;
  }

.sidebar2 h1 {
  font-size: 1.2rem;
  background: #D78394;
  color: #fff;
  padding: 12px 10px 10px 10px;
  margin: auto;
  }
  
.sidebar a {
  display: block;
  border-left: 3px solid #E48C97;
  background: #FCC5CC;
  padding: 5px;
  margin: 10px 0;
  color: #0e0718;
  text-decoration: none;
  }

  
.sidebar a:hover, .sidebar a:focus {
  background: #E48C97;
  transition: ease-in 0.1s, ease-out 0.1s;
  }
  
.sidebar, .sidebar2, .main {
  display: inline-block;
  }

  /*Contains main content boxes.*/
.main {
  margin: 0 30%;
  padding-top:2%;
  padding-bottom:2%;
  width: 40%; 
  border: 0;
  }

.main a {
  display: flex;
  align-items: center;
  border-left: 10px solid #E48C97;
  border-radius: 0 20px 20px 0;
  background: #FCC5CC;
  padding: 15px 0;
  padding-left: 30px;
  margin: 10px 0;
  color: #0e0718;
  text-decoration: none;
  font-size:20px;
  }

  
.main a:hover, .main a:focus {
  background: #E48C97;
  transition: ease-in 0.1s, ease-out 0.1s;
  }

.main img{
  margin-right:50px;
  }

  
/*Basic container type for subsections of main and sidebar divs*/
.box {
  margin-bottom: 15px;
  }
  
/*Inner content div for boxes. Padding goes here so sidebar headers etc can keep their no-margin look.*/
.inner {
  background:  #FFF0EE;
  padding: 10px 25px;
  }

.inner img {
  max-width: 100%; /*Prevent image overflow.*/
  height: auto;
  border-radius: 5px; /*Give images in content rounded corners.*/
  }
  
.box, .title-pic img {
  border-radius: 5px;
  overflow: hidden; /*Force inner divs to conform to rounded corners.*/
  }
  
  
/*Footer section.*/
.footer {
  background: #9E6658;
  color: #fff;
  padding: 5px 20px;
  font-size: 0.75em;
  padding-bottom: 10px;
  }
  
.footer a {
  color: #fff;
  }

.footer a:hover, .footer a:focus {
  font-weight: bold;
  font-size: 1.5em;
  transition: ease-in 0.1s, ease-out 0.1s;
  }

/*Individual column of the footer. You can have 3 of these at the current given width.*/
.footer-column {
  width: 25%;
  margin: 5px 10px;
  display: inline-block;
  vertical-align: top;
  }


/*Adapt to narrower screens.*/
@media(max-width: 900px) {
  .page-wrapper {
    padding: 0 50px;
    }
  
  .sidebar {
    width: 25vw;
    }
  
  .sidebar2 {
    width: 25vw;
    }
    
  .main {
    margin: 50px 0 50px calc(25vw + 30px);
    width: calc(75vw - 150px);
    }
    
  .title-pic {
    margin-right: 7vw;
    }
    
  .title-text {
    padding-left: 1vw;
    padding-right: 2vw;
    }
  
  }
  
/*Mobile layout.*/
@media(orientation: portrait) {  
  .page-wrapper {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    }
  
  .sidebar, .sidebar2, .main {
    display: block;
    margin: 0 auto;
    position: static;
    width: 100%;    
    }
    
  .sidebar {
    margin-top: 50px;
    }
  
  .sidebar2 {
    margin-top: 50px;
    }
    
  .main {
    margin-top: 30px;
    margin-bottom: 30px;
    }
    
    
  }
  
/***
For really narrow screens which cause the title text to wrap. 
You may need to adjust the width at which this kicks in to fit 
your own title.
***/
@media(max-width: 500px) {
  .header {
    height: 60vw;
    }
  
  .title {
    padding-right: 0;
    }
  
  .title-text {
    margin-top: -5px;
    }
    
  .title-text h1 {
    font-size: 6vw;
    line-height: 75%;
    }
    
  .title {
    height: calc(auto - 25px);
    }
    
  .page-wrapper {
    padding: 0.1px 7vw;
    }
    
  /*For extra narrow screens where the columns would get too skinny.*/
  .footer-column {
    display: block;
    width: 100%;
    margin: 0 auto;
    }
  }