html {
    background: url('../img/torch_stage.jpg') no-repeat center fixed;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}

button {
    font-family: 'Poppins', sans-serif;
}

body{
    color: #FFFFF0;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFF0;
    margin: 0;
    padding-top: 0.1em;
}

.title {
    font-family: 'Merienda', cursive;
    white-space: nowrap;
}

.grid-container {
    display: grid;
    grid-template-columns: 40% 20% 40%;
}

.grid-item {
    text-align: center;
}

.left-menu, .right-menu {
    align-self: flex-end;
    font-size: 0.9em;
}

.right-menu{
    text-align: right;
}

.user_image{
    height: 2em;
    border-radius: 100% 100%;
    border: double 6px #FFCF22;
}

#toolbar-top {
    /*background-color: #005020;*/
    display: grid;
    grid-template-columns: 15% 60% 25%;
    background-color: #550000;
    margin: 0;
    padding: 0 0 0.1em 0;
    width: 100%;
    color: #FFFFF0;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    grid-column-start: 1;
    grid-column-end: 4;
}



#toolbar-top button{
    font-size: 0.8em;
}

#toolbar-bottom{
    /*background-color: #005020;*/
    background-color: #550000;
    margin: 0;
    padding: 0.3em 0 0 0;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
}

.audio-container {
    display: inline;
    margin: 0 0.6em;
}

audio {
    width: 98%;
    height: 1.5em;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #550000;
    margin: 0;
    color: #FFFFF0;
}

#footer-left {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0.2em;
}

#footer-left button {
    font-size: 0.8em;
}

#footer-right {
    align-self: flex-end;
}

#copyright {
    position: relative;
    bottom: 0;
    right: 0;
}

h1{
    display: inline;
    font-size: 2.3em;
}

h3{
    font-size: 1.1em;
}

h4{
    font-size: 0.7em;
}

p {
    margin: 0;
}

ul {
    list-style-type: none;
}

li {
    margin: 0.2em 0.6em;
}

.horiz {
    display: inline;
}

.viewer {
    width: 100%;
    margin: 1em 0;
    padding-top: 7.2em;
    padding-bottom: 2em;
}

.viewer-content{
    display: block;
    max-width: 85%;
    min-width: 55%;
    height: auto;
    margin: 0.3em auto;
    border-radius: 12px;
}

.dropbtn{
    background-color: #FDEDE0;
    color: #220000;
    padding: 0.6em;
    font-size: 0.8em;
    border: none;
    border-radius: 5px;
}

.drop-no-btn {
    background-color: rgba(0,0,0,0);
    padding: 0.6em;
    border: none;
    border-radius: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 0.8em;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFE0A0;
    box-shadow: 0px 0.8em 1.6em 0px rgba(0,0,0,0.5);
    z-index: 1;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 12px;
}

.dropdown-content li{
    color: #220000;
    padding: 0.3em 0.5em;
    text-decoration: none;
    display: block;
}

.dropdown-content li:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content{
    display: block;
}

.dropdown:hover .dropbtn, .dropdown:hover .drop-no-btn {
    background-color: #FFD000;
    color: #222222;
}

.right-drop {
    right: 0;
    min-width: 300px;
    text-align: left;
}

.left-drop {
    min-width: 400px;
}

.left-lift {
    min-width: 300px;
    bottom: 2.2em;
    text-align: left;
}

.right-lift {
    min-width: 400px;
    bottom: 0;
}

.light-text {
    color: #FFFFF0;
}

.dark-text {
    color: #550000;
}

.dis {
    color: #DDDDDD;
}

#select-track-dpd {
    grid-column-start: 1;
    grid-column-end: 2;
}

#track-title{
    background-color: rgba(255,255,255,0.3);
    overflow: hidden;
    white-space: nowrap;
    padding: 0.2em 0.8em;
    border-radius: 12px;
}

#autoscroll-btn{
    border-radius: 5px;
    margin: 0.1em 0.6em;
    overflow: hidden;
}
