@import "fonts.css";

.home-header {
    height: 45vh;
    background: url("/assets/img/shows/luna.jpg");
    background-position: center;
    background-size: cover;
    margin-bottom: 24px;
}

.header-logo {
    padding-left: 0;
    margin-left: 0;
}
.backblur {

}
.player-bar {
    background: rgba(52, 57, 63, 0.85);
    color: white;
    position: fixed;
    bottom: 50px;
    height: 75px;
    border-radius: 5px;
    backdrop-filter: blur(4px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.player-bar-cover {
    height: 75px;
    width: 75px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
}
.player-bar-meta {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #d8d8d8;
}
.btn-bar-play {
    background: #ffcc00;
    color: black;
    margin: 6px;
    border-radius: 5px;
    height: 63px;
    width: 63px;
    display: inline-block;
    position: absolute;
    right: 0px;
    font-size: 1.3rem;
    vertical-align: middle;
    align-content: center;
}

.meta-artist {
    font-family: "Work Sans";
    font-weight: 500;
    display: inline;
    letter-spacing: 1px;
}
.bar-current-show{
    color: rgba(216,216,216,0.8);
    opacity: 90%;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
#show_name {
    display: inline;
}


/*Responsive Querys*/
@media(min-width:576px) {
    .player-bar{
        max-width: 540px
    }
}

@media(min-width:768px) {
    .player-bar {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .player-bar {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .player-bar {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .player-bar {
        max-width: 1320px
    }
}
