.hidden {
    display: none;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background-color: lightblue;
}

a, a:visited {
    color: steelblue;
}

ul {
    padding: 0;
    margin: 0;
    list-style: square;
}

ul.no-bullet {
    list-style: none;
}

ul li {
    margin-bottom: 4px;
}

h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-link {
    text-decoration: none;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    color: grey;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    position: absolute;
    bottom: -24px;
    right: -10px;
}

ul.gigs li p.gig-details {
    border-top: 1px solid lightgrey;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 16px;
    position: relative;
}

#about p {
    font-family: 'Times New Roman', Times, serif;
}

#header {
    background-image: url("../imgs/header.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
    background-position-y: bottom;
    color: white;
    height: 100px;
}

.subheader h1 {
    padding: 0;
    margin: 20px 0 0 40px;
}

#bildspel {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

#bildspel img {
    width: 100%;
}

.subrub {
    font-size: 16px;
    padding-left: 40px;
    margin-top: 6px;
    margin-bottom: 10px;
    color: darkslategray;
}

.module {
    padding: 10px 20px;
    margin: 10px;
    border-radius: 8px;
    background-color: white;
}

.subheader {
    background-color: white;
}

.about-text p {
    max-width: 500px;
}

#footer {
    font-size: 12px;
    padding: 20px;
}

ul li.spotify-link {
    list-style-image: url("../imgs/icons8-spotify-small.svg");
}

ul.gigs li,
ul.listenings li {
    padding: 10px;
    border-top: 1px solid lightgrey;
}

ul.gigs li {
    padding-bottom: 20px;
}

ul.booking li {
    padding: 6px 0 6px 0;
    border-top: 1px solid lightgrey;
}

#about img {
    vertical-align: middle;
    width: 36px;
}

ul.listenings li img {
    width: 24px;
    vertical-align: middle;
    padding-bottom: 4px;
}

ul.gigs li p,
ul.listenings li p {
    margin: 0;
    padding: 0;
    position:relative;
}

ul.gigs,
ul.listenings {
    border-bottom: 1px solid lightgray;
}

ul.listenings li p.listen-name {
    font-size: 20px;
    font-weight: bold;
}

ul.listenings li p.listen-details {
    padding-bottom: 4px;
    font-size: 12px;
}

#boka img {
    vertical-align: middle;
    width: 36px;
}

.some-link {
    text-decoration: underline;
}

.listen-link {
    margin-right: 6px;
    text-decoration: underline;
}

.yt-icon {
    vertical-align: middle;
}

.gig-date {
    font-size: 12px;
}

ul.gigs li p.gig-place {
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 10px;
}

.gig-city {
    color: slategrey;
    margin-left: 6px;
}

.gig-event img {
    padding-right: 6px;
    width: 24px;
    vertical-align: middle;
    padding-bottom: 4px;
}

#icon-links {
    margin-top: 4px;
}

#icon-links li {
    display: inline-block;
    padding: 2px;
    margin: 2px;
    border-radius: 2px;
    background-color: lightyellow;
}

.shrikhand-regular {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
}

/* @media (prefers-color-scheme: dark) {
    body {
        background-color: darkslategrey;
        color: ghostwhite;
    }

    .module {
        background-color: #111;
    }

    .module h3,
    .module h4 {
        color: azure;
    }

    .subheader {
        background-color: black;
        color: azure;
    }

    .subrub {
        color: ghostwhite;
    }

    a {
        color: aquamarine;
    }

    li {
        background-color: #333;
    }

    #icon-links li {
        display: inline-block;
        padding: 2px;
        margin: 2px;
        border-radius: 2px;
        background-color: #333;
    } */
}
