::-webkit-scrollbar {
    width: 5px;
} 
::-webkit-scrollbar-track {
    background: #666174; 
}
::-webkit-scrollbar-thumb {
    background: #897d9c; 
}
::-webkit-scrollbar-thumb:hover {
    background: #9991b9; 
}
/*
@font-face {
    font-family: Deja;
    src: url("fonts/dejavu/regular.ttf");
}
@font-face {
    font-family: Deja;
    src: url("fonts/dejavu/regular-bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: Deja;
    src: url("fonts/dejavu/regular-italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: pgothic;
    src: url("fonts/pgothic/regular.ttf");
}
*/
html {
    background-color: rgb(68, 67, 70);
    /* background-color: rgb(255, 248, 250); */
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10.5pt;
    max-width: 650px;
    height: 700px;
    background-color: rgb(51, 48, 66);
    color: #a19db9;
    line-height: 1.25em;
    margin: 10px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border: 1px solid black;
    box-shadow: 2px 20px 25px 5px rgb(0 0 0 / 30%);
}
hr {
    border: 1px solid #5f5781;
}
.main-container {
    padding-right: 15px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
.side-header {
    float: left;
    margin: 0px 15px 0px 0px;
    height: 100%;
    width: 150px;
    background-image: url(static/music_header.png);
    background-size: 700px;
    /* background-position-x: 70%; */
    background-position: 50% 90%;
    background-repeat: repeat-y;
    border-right: 1px solid black;
}
h1, h2, h3, h4, h5 {
    font-family: serif;
    padding-top: 10px;
    color: #aaa6c7;
    line-height: 1em;
}
#btn-dropdown-summary {
    font-size: 125%;
    padding-bottom: 10px;
    font-family: serif;
    font-weight: bold;
}
.img-figure {
    display: table;
    margin: 0px auto 0px auto; /* space around image, adjust as needed */
}
.img-figure img {
    vertical-align: top;
	/* width: 98%; */
	border: 1px solid rgb(171, 163, 204);
	padding: 5px;
}
.img-figure figcaption {
	display: table-caption;
	caption-side: bottom;
    font-size: 90%;
    line-height: 1em;
    color: #a5a3b4;
    text-align: center;
	padding: 5px;
}

a {
    color: #9284d1;
    text-decoration: none;
}
a:visited {
    color: #9284d1;
}
a:hover {
    text-decoration: underline;
}
.inline-song-name {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    font-size: 95%;
}
span {
    padding-bottom: 10px;
}

/* MUSIC PAGE START */
.album-display {
    display: flex;
    margin-bottom: 10px;
    background: linear-gradient(to left, rgb(51, 48, 66), #252222);
}
.album-display img {
    margin: 0px 10px 0px 0px;
    width: 100px;
    height: 100px;
    border: 1px solid rgb(185, 168, 230)
}
.album-display p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 100%;
    flex-grow: 1;
    align-self: center;
}
.album-display #album-caption {
    font-size: 80%;
    font-style: italic;
    align-self: center;
    padding-right: 15px;
}
.album-display #album-artist {
    font-size: 80%;
    font-style: italic;
    align-self: center;
    padding-right: 15px;
}
/* MUSIC PAGE END */

/* BIG ALBUM PAGE START */
.album-display-big {
    align-items: center; /* align vertical */
    margin-bottom: 10px;
}
.album-display-big p {
    padding: 0; margin: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
.album-display-big #album-cover {
    text-align: center;
}
.album-display-big #album-cover img {
    height: 200px;
    border: 1px solid black;
}
.album-display-big #album-title {
    text-align: center;
}
.album-display-big, #album-rating {
    text-align: center;
}
.album-display-big #album-favtrack {
    padding-top: 25px;
    font-size: 85%;
}
/* BIG ALBUM PAGE END */

.footer {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding-left: 1px;
    font-size: 80%;
    font-style: italic;
    margin: 0px;
    color: rgb(192, 173, 197);
}
.skippy { /* APPEAR IN BACKGROUND IN MINIMUM WIDTH LAYOUT */
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 40%;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.art-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.art-grid::after {
    content: "";
    flex: auto;
}

/* STATUS START */
.status-display {
    display: flex;
    margin-right: -15px;
    background: linear-gradient(to right, rgb(51, 48, 66), rgb(42, 40, 56));
}
.status-display img {
    height: 24px;
    margin: 5px 10px 5px 0px;
    padding: 0;
    align-self: center;
}
.status-display p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 100%;
    flex-grow: 1;
    align-self: center;
}
.status-display #caption1 {
    font-size: 90%;
    text-align: right;
    align-self: center;
    padding: 15px;
}
.status-display #caption2 {
    font-size: 90%;
    text-align: right;
    align-self: center;
    padding-right: 15px;
}
/* STATUS END */

@media only screen and (max-width: 550px) {
    body {
        height: 100%;
        max-width: none;
        margin: 0;
        padding-bottom: 10px;
    }
    .main-container {
        padding: 0px 10px 0px 10px;
        margin: 0;
    }
    .side-header {
        background-size: 600px;
        background-position: 70% 70%;
        width: 120px;
    }
    .footer {
        display: none;
    }
}
@media only screen and (max-width: 450px) {
    body {
        height: 100%;
        max-width: none;
        margin: 0;
        background-color: rgb(51, 48, 66);
        padding-bottom: 10px;
    }
    .main-container {
        padding: 0px 10px 0px 10px;
        margin: 0;
    }
    .side-header {
        display: none;
    }
    .footer {
        display: none;
    }
    .skippy {
        display: block;
    }
    #skippy-index {
        display: none;
    }
}
* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}