html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Rokkitt', serif;
    font-size: 1.2em;
    line-height: 1.5;
    background: linear-gradient(
        to bottom,
        #000000 0%,   
        #000000 30%,  
        #000000 70%,  
        #000000 100%  
    );    
    color: #fafafa;
    
}
/* Nav */
.topnav {
  width: 100%;
  background: linear-gradient(
      to bottom,
      #131313 0%,   
      #454545 30%,  
      #282828 70%,  
      #000000 100%
  ); 
  padding: 1rem 0;
  border-bottom: 2px solid #ffffff;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem; 
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.topnav a:hover{
    border: white 2px solid;
    padding: .5rem 1rem;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s, border-color 0.3s;

}

.nav-links li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fafafa;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}



.nav-links li a:hover {
  color: #e40505;
}

/* header */
h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ffffff; 
    padding-bottom: 0.3rem;
}

p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #e6e0da; 
}

h1, h2, h3{
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
    position: relative;
    text-align: center;
    z-index: 2;
    background: transparent;
    width: 100%;
    overflow: hidden;
    

}


.hero-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%); 
  text-align: center;
  color: #fff;
  z-index: 2;
}
header .subtitle {
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
  z-index: 3;
  margin-top: 0.5rem;
}

h4{
    color: white;
}

header h1 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  margin: 0;
  margin-top: 0;
  z-index: 3;
}
header .stormynd img {
  width: 100%;
  height: auto;
  display: block;
}
.stormynd{
    width: 100%;
    overflow: hidden;
    
    position: relative;
    z-index: 1;
    

}
.sotrmynd img{
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
}
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 1px;
}
/* Linkar */
a {
    color: #ffffff;
    transition: color 0.3s;
}
a:visited {
    color: #ffffff;
}
a:hover, a:active {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
  color: #e40505;
  text-shadow: 0 0 5px rgba(228,5,5,0.5);
}

/* Base-BG*/
.base-bg {
    background: linear-gradient(
        to bottom,
        #131313 0%,   
        #454545 30%,  
        #282828 70%,  
        #000000 100% 
    );  
    color: #ffffff;
    padding: 1em;
    border-top: white 2px solid;
}
.col-4{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
}
.pngmynd{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: rem;
    border: white 2px solid;
    background-color: rgba(255, 255, 255, 0.05)
}


img {
     max-width: 100%;
     height: auto;
}
/* Spotify */
.spotify-tracks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;             
    margin-top: 1rem;

    border: 0.3rem solid #e40505; 
    border-radius: 1rem;        
    padding: 1rem;             
    background-color: rgba(255, 77, 77, 0.05); 
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.2);
}


.spotify-tracks iframe {
    width: 100%;
    height: 80px;          
    border-radius: 12px;
    
}
.spotify-tracks iframe:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(255,77,77,0.5);
    transition: all 0.3s ease;
    }  
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    margin: 2rem 0; 
    border: 0.3rem solid #f50000; 
    border-radius: 12px; 
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5); 
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px; 
}
.timeline {
  margin: 2rem auto;
  padding: 2rem;
  max-width: 800px;
  background: linear-gradient(#1a1a1a, #000000);
  border: 2px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
  text-align: center;
}

.timeline h2 {
  color: #e40505;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  color: #fafafa;
  font-size: 1.2rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.timeline li:hover {
  transform: translateX(5px);
  color: #e40505;
}

.timeline .year {
  font-weight: 700;
  color: #e40505;
  margin-right: 0.5rem;
  min-width: 60px; 
  text-align: right;
}


.quotes {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(#282828, #000000);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.quotes h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: black 0 0 10px;
  margin-bottom: 2rem;
}

.quotes blockquote {
  font-size: 1.4rem;
  font-style: italic;
  color: #fafafa; 
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 1rem 2rem;
  background-color: rgba(228, 5, 5, 0.1); 
  border-left: 4px solid #e40505;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(228, 5, 5, 0.2); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quotes blockquote:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(228, 5, 5, 0.4); 
}
figure {
    margin:0;
}

footer {
    color: #bfb5af;
    padding: 1em;
    background-color: #111;
    border-top: white 2px solid;
    border-bottom: white 2px solid;
}
footer ul{
    list-style: none;
}
footer a {
    color: #fffffe;
}
footer a:visited {
    color: #ffffff;
}
footer a:active, .footer a:hover {
    text-decoration: none;
}
blockquote {
    background-color: rgba(255,255,255,0.05);
    padding:1em;
    border-left: 4px solid #cb2c2c;
    font-style: italic;
}
.col-3{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 2rem;
    align-items: start;
}
.copy {
    text-align: center;
    color: #777;
}
.kort-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  margin: 2rem 0;
  border: 3px solid #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.kort-container iframe.kort {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 1rem;
}

dl{
    color: white;
}




@media screen and (max-width: 375px) {
    
    .spotify-tracks{
        grid-template-columns: 1fr;
    }
    .col-4{
        grid-template-columns: 1fr;
    }
    
    .nav-links li a {
        font-size: 1.2rem;
    } 
    header {
        min-height: 13rem; 
    }

    .hero-text {
        top: 30%; 
    }

    header h1 {
        font-size: 2.5rem; 
    }

    header .subtitle {
        font-size: 1rem;
    }
     .hero-text {
    top: 50%; 
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 667px) and (max-height: 375px) {
    header h1 {
        font-size: 7rem;
        margin-top: 3rem;
    
    }
    .spotify-tracks{
        grid-template-columns: 1fr 1fr;
    }
    .col-4{
        grid-template-columns: 1fr;
    }
     header h1 {
        font-size: 3rem;
        margin-top: 2rem;
    }
    header .subtitle {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .nav-links li a {
        font-size: 1.2rem;
    }
}
@media screen and (min-width:37.5rem) {
     header h1 {
        font-size: 3rem;
        margin-top: 2rem;
    }
    header .subtitle {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .nav-links li a {
        font-size: 1.2rem;
    }
    
}
    


@media screen and (min-width:48rem) {
    .col-2 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2em;
    }
    .col-3 {
        display: grid;
        grid-template-columns: 1fr;
    }
   
        
    .col-4{
        grid-template-columns: 1fr;
    }
    header h1 {
        font-size: 4em;
        margin-top: 7rem;
    
        
    }
     header .subtitle {
        font-size: 1.5rem; 
        margin-top: -1rem;
    }
   
    .spotify-tracks{
        grid-template-columns: 1fr 1fr ;
        
    }
    
    .pngmynd{
        max-width: 300px;
        margin: auto;
        
    }
    .nav-links {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }

    .nav-links li a {
        font-size: 1.4rem;
    }
    
    }


@media screen and (min-width:60em) {
    
    .col-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .col-2 {
        grid-template-columns: 1fr 1fr;
        gap:2em
    }
    header h1{
        font-size: 6rem;
        
    }
    .spotify-tracks{
        grid-template-columns: 1fr 1fr;
    }
   
    .col-4{
        grid-template-columns: 3fr 1fr;
    }
    .pngmynd{
        max-width: 400px;
        margin: auto;
        
    }
    .nav-links {
        gap: 3rem;
    }

    .nav-links li a {
        font-size: 1.5rem;
    }
    
}
@media screen and (min-width:80em) {
    body {
        font-size: 1.4rem;
    }
    .container {
        max-width: 80em;
        margin: 0 auto;
    }
    header h1 {
        font-size: 6rem;
        
        
    }
    .nav-links li a {
        font-size: 1.6rem;
    }
    
}


@media screen and (min-width:100em) {
    .container {
        max-width: 90em;
    }
    header h1{
        font-size: 10rem;
        padding-top: 10rem;
    }
    .stormynd img{
        
    }
    .col-2{
        grid-template-columns: 1fr 1fr;
    }
    .nav-links {
        gap: 4rem;
    }

    .nav-links li a {
        font-size: 1.8rem;
    }

}

