
html, body {
   height: 100%;
   margin: 0;
   width: 100%;
   background-image: linear-gradient(260deg, #2376ae 0%, #c16ecf 100%);
   transition: 500ms;
   color: #f2f2f2;
}

.wrapper {
   height: 100%;
   /* min-height: 100%; */
   margin-left:0;
   margin-right:0;
   /* margin-bottom: 50px; */
   padding-left:0;
   padding-right:0;
   height: 100%;
   overflow: auto;
}

.row-offcanvas {
    position: relative;
    margin-left:0;
    margin-right:0;
    height: 100%;

}

#sidebar {
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.85) 100%) repeat scroll 0% 0%;
    max-width: 200px; 
    padding: 15px;
    overflow: auto;
    -webkit-transition: width 0.3s ease-in;
    -moz-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in;
    z-index: 0;
    color: #f2f2f2;
    border-right: 8px solid #2d87ee;
    margin-bottom: 0px;
    
}

#sidebar span.collapse.in {
    display: inline;
}

#sidebar .nav .nav-item .nav-link {
    white-space: nowrap;
    overflow: hidden;
    color: #f2f2f2;
}

#main {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 0px !important;
    padding: 0px;
    left: 0;
    height: auto;
    background-color: radial-gradient(ellipse farthest-corner at center center, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.85) 100%) repeat scroll 0% 0%;
    justify-content: center;
    align-items: baseline;
}

#submain1 {
    margin:auto;
    margin-top: 25px;
    margin-bottom:25px;
    padding: 25px;
    font-size: 17px;
}

#submain2 {
    margin:auto;
    margin-top: 25px;
    margin-bottom:25px;
    padding: 25px;
    font-size: 17px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px;
  height: auto;
}

h1 {
  padding: 5px;
  margin:0px;
}

hr { 
  width: 95%;
  height: 4px;
}

#hr { 
  width: 90%;
  height: 1px;
}


/* off canvas sidebar */
@media screen and (max-width: 34em) {
    #sidebar {
       min-width: 43px;
       -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
       transition: all 0.4s ease-in-out;
    }
    
    #main {
        width: 60%;
    }
    
    .row-offcanvas-left.active .sidebar-offcanvas span.collapse {
       display: inline !important;
    }
    
    .row-offcanvas-left.active {
       left: 40%;
    }
    
    .row-offcanvas-left.active .sidebar-offcanvas {
       left: -40%;
       position: absolute;
       top: 0;
       width: 40%;
    }
    
    .row-offcanvas-left.active #main {
       width: 60%;
    }
    
    /* sidebar link text always visible when active */
    .row-offcanvas-left.active .sidebar-offcanvas span.collapse.in {
        display: inline !important;
    }
    
} 
 
 
@media screen and (min-width: 34em) {
  .row-offcanvas-left.active {
    left: 43px;
    width: 97%;
    width: calc(100% - 43px);
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -43px;
    position: absolute;
    top: 0;
    width: 43px;
    text-align: center;
    min-width: 43px;
  }
  
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
  float:right;
}

/* Style the links inside the navigation bar */
.topnav a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navcontainer.navbar.container {
    margin-left: 20px;
}

.navbardropdown {
    margin-right:  20px;
}

.fa.fa-bars {
    margin-right:  100px;
    color: #2d87ee;
    position: absolute;
}
/* Change the color of links on hover */
.topnav a:hover {
  color: white;
}

/* Add an active class to highlight the current page */
.active {
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1010px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1010px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #sidebar {
    max-width: 150px;
  }
}

#searchDump {
    align-content: center;
    margin: auto;
    margin-bottom: 100px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.output {
    /* background-color: deepskyblue; */
    background: radial-gradient(ellipse farthest-corner at center center, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.85) 100%) repeat scroll 0% 0%;
    font-size: medium; 
    margin: 10px;
    margin-bottom: 2%;
    padding: 5px;
    box-shadow: 13px -6px 10px 0px rgb(2, 250, 31);
    width: 200px;
}

#music-show {
    background-color: #f2f2f2;
    border:  2px solid transparent; 
    /* round the corners */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 10px 10px #d902fac2; 
    -moz-box-shadow: 0px 0px 10px 10px #d902fac2;
    -webkit-box-shadow: 0px 0px 10px 10px #d902fac2;    
}

#music-show:focus { 
    outline: none;
    border: 3px solid transparent; 
    /* create a BIG glow */
    box-shadow: 0px 0px 20px 10px #15ff00;
    -moz-box-shadow: 0px 0px 20px 10px #15ff00;
    -webkit-box-shadow: 0px 0px 20px 10px #15ff00;
}

.push {
  height: 0px;
}

.footer-copyright {
  position: fixed;
  width: 100%;
  bottom: 0;
  clear: both;
  font-size: 12px;
  height: 75px;
  margin-bottom: 0px;
  margin-top: 0px;

}
.track {
  color: chartreuse;
  font-weight: 500;
}
.artist {
  color: #2d87ee;
}

.favorite {
  background: center;
  border: 0px;
  margin-top: 6%;
  margin-right: -77%;
  font-size: 20px;
  font: bold;
  color: #2d87ee;
}

.favorite {
  width:10%;
  margin: auto;
  /* right: -10px;
  bottom: 10px; */

}


#lastplayed {
  color: #2d87ee;
  text-align: center;
}

p {
  color:#f2f2f2;
}

.full-width{
  width:100%;
}

.margin-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.cover {
    outline: none;
    border: 3px solid transparent; 
    /* create a BIG glow */
    box-shadow: 0px 0px 20px 10px #15ff00;
    -moz-box-shadow: 0px 0px 20px 10px #15ff00;
    -webkit-box-shadow: 0px 0px 20px 10px #15ff00;
}

#lyricDiv {
  font-size: 27px;
  background-color: transparent;
  color: #f2f2f2;
  word-break: initial;
} 