﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*{
 
}

.navbar {
    max-height: 6vh;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    position: relative;
    max-height: 100vh;
}

body::-webkit-scrollbar {
    width: 0; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.container::-webkit-scrollbar {
    width: 0; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.pb-3::-webkit-scrollbar {
    width: 0; /* Hide scrollbar for Chrome, Safari, and Opera */
}

body {
    -ms-overflow-style: none; /* Hide scrollbar for IE 10+ */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.container {
    -ms-overflow-style: none; /* Hide scrollbar for IE 10+ */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.pb-3 {
    -ms-overflow-style: none; /* Hide scrollbar for IE 10+ */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.container {
    max-height: 100vh;
}

.pb-3 {
    max-height: 99vh;
}

main {
    overflow: auto;
    /* must be same height as the footer */
}

.footer-container{
    display: inline-flex;
}

.audioPlayerExpanded{
    display: none;
}

.footer {
    border-radius: 20px 20px 0px 0px;
    background-color: #eee7;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vh;
    z-index: 999;
}


.footer-songDetails{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
    max-height: 7vh;
}

.footer-songImg{
    max-height: 46px;
    margin-left: 5vw;
}

.footer-songAtt {
    display: block;
    justify-content: center;
    align-items: center;
    width:auto;
    margin-left: 30px;
}

.footer h1{
    font-size: 200%;
    max-height: 60%;
    margin-bottom: 0;
}

.footer p {
    font-size: 100%;
    max-height: 20%;
}


.footer-controls {
    margin: 0 auto;
    display: grid;
    justify-content: center;
    align-items: center;
}

.footer-controls-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
}

.footer-btn {
    border: none;
    width: 20%;
    background-color: transparent;

}

.footer-control-img {
    border-radius: 50%;
    height: 95%;
    max-height: 30px;
    margin: 2%;
}

.footer-durationSlider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.seek_slider{
    width: auto;
}


.footer-volume {
    display: inline-flex;
    bottom: 0;
    align-items: center;
    justify-content: center;
    margin-right: 4%;
}




@media screen and (max-width: 1087px){
    .seek_slider {
        width: 30%;
    }
}





@media screen and (max-width: 989px) {

    .footer h1 {
        font-size: 150%;
    }

    .footer p {
        font-size: 100%;
    }

    .footer-volumeSlider {
        width: 65%
    }
}





@media screen and (max-width: 874px) {


    .footer-controls {
        width: 50%;
    }


    .footer-songImg {
        justify-self: center;
    }
    .footer-songAtt {
        justify-content: center;
    }

    .footer h1 {
        font-size: 130%;
    }

    .footer p {
        font-size: 80%;
    }

    .footer-volume{
        width: 20%;       
    }

    .footer-volumeSlider{
        width: 70%
    }
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



@media screen and (max-width: 696px) {

    .footer-volumeSlider {
        width: 65%
    }

    .footer-durationSlider{
        display: none;
    }
}





@media screen and (max-width: 575px) {
    .footer h1 {
        font-size: 100%;
    }

    .footer p {
        font-size: 60%;
    }


    .footer-volumeSlider {
        margin-right: 0.5%;
    }
}





@media screen and (max-width: 485px) {
    .footer-controls {
        width: 40%;
    }
}


