html, body{
    margin: 0;
    padding: 0;
}
html{
    overflow: visible;
    height: fit-content;
}
body{
    font-family: 'Times New Roman', Times, serif;
    position: absolute;
    opacity: 90%;
    width: 100vw;
}

/* main */

h1{
    font-size: 1.8em;
    display: inline;
    width: fit-content;
    position: relative;
    
}
h2{
    font-size: 1.2em;
    letter-spacing: 4px;
    font-weight: 200;
    font-style: italic;
    width: fit-content;
    position: relative;
}
h3{
    font-size: 1.2em;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #192318;
}
#giflogo{
    position: relative;
    left: 50%;
    translate: -50%;
}
#logo{
    min-width: 50px;
    width: 5%;
    max-width: 9%;
    position: sticky;
    top: 4px;
    z-index: 100;
    overflow: visible;
}
.about{
    position: relative;
    width: 68dvw;
    left: 50%;
    translate: -50%;
    line-height: 2em;
    text-align: center;
    
}
.about h1{
    position: relative;
    color: rgb(28, 11, 56);
    text-align: center;

}
.about h3{
    position: relative;  
    top: 1em;
    background-color: rgb(255, 247, 240);
    
}
.releases{
    position: relative;
    left: 45%;
    top: 30dvh;
    color: #a82c2c;
    width: fit-content;
}
.new_releases h2{
    left: 45vw;
}
.covers{
    top: 20dvh;
    position: relative;
    width: auto;
}
.covers img{
    margin-inline: 6vw;
    min-width: 100px;
    width: 23%;
    translate: 50%;
}
.covers h2{
    left: 40vw;
}
.releases a{
    text-decoration: none;
    color: #a82c2c;
    
}
.releases a:hover{
    color: rgb(140, 169, 237);
    font-weight: bold;
}
.events a{
    position: relative;
    top: 20dvh;
    left: 75vw;
    color: #6b8383;
    width: fit-content;
    text-decoration: none;
}
.events a:hover{
    color: rgb(140, 169, 237);
    font-weight: bold;
}
.artister {
    position: relative;
    top: 60dvh;
    left: 50vw;
    translate: -50%;
    width: 75dvw;
    text-align: center;
    color: #4a5d3f;
}
.artists_grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 50px;
    margin-top: 0em;
}

.artist_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.artist_item h2 {
    color: #192318;
    margin-bottom: 8px;
}
.artist_item img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
.artist_item a {
    text-decoration: none;
    color: inherit;
}
.artister {
    position: relative;
    top: 35dvh;
    left: 50vw;
    translate: -50%;
    width: 75dvw;
    text-align: center;
    color: #4a5d3f;
}
.merch a{
    position: relative;
    top: 40dvh;
    left: 55vw;
    color: #a8822c;
    width: fit-content;
    text-decoration: none;
}
.merch a:hover{
    color: rgb(140, 169, 237);
    font-weight: bold;
}

.contact{
    width: fit-content;
    position: relative;
    top: 50dvh;
    left: 50vw;
    translate: -50%;
    color: #bb6d6d;
}

.contactinfo{
    width: fit-content;
    position: relative;
    top: 50dvh;
    left: 50vw;
    translate: -50%;
    padding-bottom: 20dvh;
}

.artist_header {
    text-align: center;
    margin-top: 3dvh;
    color: #1c0b38;
}


.artist_bio_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80vw;
    margin-left: 10vw;
    margin-top: 5dvh;
    gap: 4vw;
}

.artist_om {
    flex: 1;
}

.artist_om h1 {
    color: #4a5d3f;
    margin-top: 0;
    margin-bottom: 0.8em;
    display: block;
}

.artist_om h3 {
    background-color: rgb(255, 247, 240);
    text-align: left;
    line-height: 2em;
    padding: 15px;
    margin: 0;
}

.artist_main_pic {
    width: 35vw;
    max-width: 400px;
    margin-top: 2.8em;
}

.artist_main_pic img {
    width: 100%;
    height: auto;
    display: block;
}

.artist_section {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 8dvh;
}

.udgivelser_sec h1 {
    color: #9c4242;
    margin-left: 5vw;
    margin-bottom: 25px;
    display: block;
}

.links_sec h1 {
    color: #6b8383;
    margin-left: 12vw;
    margin-bottom: 25px;
    display: block;
}

.artist_udgivelser_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 320px));
    gap: 40px;
    margin-top: 20px;
}

.release_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.release_item h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.release_item img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.artist_links_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15dvh;
}

.artist_links_grid img {
    width: 87.5px;
    height: 87.5px;
    object-fit: contain;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.artist_links_grid img:hover {
    opacity: 1;
}

/* -------- SLUT PÅ ARTIST-subpage section (Bertil ----------  /*


/* EVENTS (BERTIL) */

.events_sektion {
    position: relative;
    top: 20dvh;
    left: 50vw;
    translate: -50%;
    width: 80dvw;
    text-align: center;
}

.events_sektion .events a {
    position: static; 
    top: auto;
    left: auto;
    color: #6b8383;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2em;
    margin-left: 32vw;
}

.events_sektion .events a:hover {
    color: rgb(140, 169, 237);
    font-weight: bold;
}

.events_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 2px;
}

.event_item img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
}

.events_page_container {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 4dvh;
    margin-bottom: 15dvh;
}

.events_section_header {
    margin-top: 6dvh;
    margin-bottom: 3dvh;
}

.kommende_header h1 {
    color: #4a5d3f;
    margin-left: 3vw;
}

.tidligere_header h1 {
    color: #9c4242;
    margin-left: 55vw;
}

.events_list {
    display: flex;
    flex-direction: column;
    gap: 6dvh;
}

.event_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw;
    width: 100%;
}

.event_card.reverse_layout {
    flex-direction: row-reverse;
}

.event_info {
    flex: 1;
}

.event_info h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #1c0b38;
    margin: 0 0 4px 0;
}

.event_meta {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.95em;
    font-style: italic;
    color: #6b8383;
    margin-bottom: 15px;
}

.event_date {
    display: inline;
}

.event_location {
    display: inline;
    font-weight: 500;
}

.event_description {
    background-color: rgb(255, 247, 240);
    text-align: left;
    line-height: 1.8em;
    padding: 18px;
    margin-bottom: 12px;
}

.fb_link {
    display: inline-block;
    color: #436f3f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s ease;
}

.fb_link:hover {
    color: rgb(140, 169, 237);
}

.event_poster {
    width: 32vw;
    max-width: 350px;
    flex-shrink: 0;
    margin-top: 4em;
}

.event_poster img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}






/* SLUT PÅ EVENTS /BERTIL */


/* ---- hurtig ting til katalog-setup på home-siden */

.katalog_sektion {
    position: relative;
    top: 10dvh;
    left: 37vw;
    translate: -50%;
    width: 50dvw;
    text-align: center;
}

.katalog_sektion .releases {
    position: relative;
    top: 0;
    left: -15;
    margin-bottom: 2em;
}

.katalog_grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: 33dvh;
    width: 80vw;
    left: 50vw;
    translate: -50%;
}


/* KATALOG- SUB PAGE START (BERTIL) */ 


.catalogue_page_container {
    width: 80vw;
    margin-left: 10vw;
    margin-top: 4dvh;
    margin-bottom: 15dvh;
}

.catalogue_header {
    margin-top: 6dvh;
    margin-bottom: 5dvh;
}

.catalogue_header h1 {
    color: #4a5d3f;
    margin-left: 3vw;
}

.catalogue_list {
    display: flex;
    flex-direction: column;
    gap: 6dvh;
}

.catalogue_card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4vw;
    width: 100%;
}

.catalogue_card.reverse_layout {
    flex-direction: row-reverse;
}

.catalogue_info {
    flex: 1;
}

.catalogue_info h2 {
    font-size: 1.4em;
    font-weight: bold;
    color: #1c0b38;
    margin: 0 0 4px 0;
}

.artist_link {
    color: #1c0b38;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.artist_link:hover {
    color: rgb(140, 169, 237);
}

.catalogue_meta {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 0.95em;
    font-style: italic;
    color: #6b8383;
    margin-bottom: 15px;
}

.release_date, .release_type {
    display: inline;
}

.catalogue_description {
    background-color: rgb(255, 247, 240);
    text-align: left;
    line-height: 1.8em;
    padding: 18px;
    margin-bottom: 12px;
}

.catalogue_cover {
    width: 32vw;
    max-width: 350px;
    flex-shrink: 0;
    margin-top: 4em;
}

.catalogue_cover img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/*  KATALOG SUBPAGE SLUT (BERTIL*/





/* billed-væg */

.billedcontainer{
    width: 100vw;
    position: relative;
    top: 77dvh;
    overflow: hidden;
}
.billedcontainer img{
    max-width: 40%;
}


/* overlay lort */

/* .overlay {
  position: absolute;
  top: -2%;
  bottom: 0;
  left: -5%;
  right: 0;
  background-repeat: repeat;
  background-image: url(paper-texture.jpg);
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 70%;
} */


/* katalog-subpage */

.home_knap a{
    color: #072d32;
    text-decoration: none;
    position: relative;
    left: 80dvw;
}
.home_knap a:hover{
    color: rgb(140, 169, 237);
    font-weight: bold;
}
.releases_2{
    color: #9c4242;
    width: fit-content;
    position: relative;
    top: 10dvh;
    left: 35vw;
}
.releases_navne{
    width: fit-content;
    position: relative;
    top: 20dvh;
    font-size: 1.5em;
}
.releases_navne img{
    position: relative;
    max-width: 280px;
    float: right;
    margin: 15dvh;
}
li{
    margin-bottom: 60dvh;
    margin-top: 30dvh;
    color: #0a3207;
}
ul{
    list-style-type: none;
    position: relative;
    left: 15vw;
}


/* events-subpage */

/* merch-subpage */