body {
    background-color: white;
    color: black;
    font-family: 'font_tape';
    font-size: 16px;
    background-image: none;
    cursor: auto !important;
}

h2 {
    color: black;
}

.linktext {
    color: black;
}


.worktitle {
    color: black;
    border: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.collapsible {
    background-color: #ccc;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: none;
    color: black;
    background-color: white;
    font-size: 1.5em;
}

.collapcontent {
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    padding-left: 3px;
}

.collapsible.active {
    background-color: #f1f1f1;
}

.collapsible:hover {
    background-color: #3ff600;
}

#shows {
    font-size: 0.8em;
    text-indent: 50%;
}

#releases {
    font-size: 0.8em;

}

p {

    margin-left: 8em; 
    text-indent: -8em 
}

#press {
    font-size: 0.8em;
}

#releases a {
    text-decoration: none;
}

img {
    border: 1px solid black;
    margin-right: 0px;
    margin-left: 10px;
    float: right !important;
}

hr {
    background-color: black;
    height: 1px;
}

h1 {
    color: black;
    background-color: white;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
    background-color: yellow;
}

.listleft,
.listleft-blue,
.listleft-white,
.listright,
.listright-2 {
    color: black;
}

.listright {
    display: none;
}

.butt {
    opacity: 0.3;
    background-color: black;
    color: white;
    border: 1px solid white;
    font-size: 0.8em;
}

.butt:hover {
    cursor: pointer;
}

#content p {
    margin-left: 0em;
    text-indent: 0em;
}

@media screen and (max-width:600px) {
    img {
        float: right !important;
        margin-left: 0px !important;
    }
}

@font-face {
    font-family: font_tape;
    src: url("./font_tape.otf") format("opentype");
}