body {
    font-family: "Rethink Sans", sans-serif;
    display: flex;
    /* background-color: #EB462E; */
}

.container {
    margin-left: 20px;
    max-width: 1200px;
    
}

.logo a {
    font-family: "Rethink Sans", sans-serif;
    text-decoration: none;
    font-size: x-large;
    color: #333;
    letter-spacing: 2px;
    background-color: cornflowerblue;
}

#header-image {
    width: 107px;
    height: auto;
}

.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.nav a {
    text-decoration: none;
    color: #333;
    margin: 0.5rem 0;
    font-size: 1.2rem;
}


.main-content {
    margin-left: 20px;
    width: 100%;
}

.events {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.event-dato {
    font-family: "Spectral", serif;
}

.event-list {
    display: flex;
    flex-direction: row;
    gap: 10rem;
    max-width: fit-content;
    margin-left: 50px;
}

hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 1rem 0;
    width: 100%;
}

#home-image {
    position: fixed;
    top: -660px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#performativ {
    width: 300px;
}

.galleri {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.bilde img{
    width: 300px;
    height: auto;
}

.bilde p {
    width: 200px;
    color: #666;
}

.album-list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.album-item {
    display: flex;
    flex-direction: column;
}

.album-item img {
    width: 150px;
}

.album-item img:hover {
    transform: scale(1.02);
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.album-artist {
    font-family: "Spectral", serif;
    margin-top: -10px;
}

.song-item img {
    width: 150px;
}