body{
    margin: 0;
    padding: 0;
    background-color: black;
    overflow-x: hidden;
}

*{
  font-family: 'Courier New', Courier, monospace;  
}

p {
    color: white;
    display: inline;
}

h2, h3 {
    color: white;
    text-align: center; 
    margin: 30px 0px;
    
  }

a{
    text-decoration: none;
    color: white;
    
    
}

div nav{
    text-align: center;
    height: 20px;
    margin-bottom: 20px;
}

div nav a:nth-child(2){ 
    margin: 0px 30px;
}



 h1{
    text-align: center;
    color: rgba(223, 140, 45, 0.881);
    
    
    transition: color 2s ease-in;
    
}

a:hover h1{
    color: rgba(83, 18, 80, 0.881);
    
    
}

.hidden-text{
    display: none;
    position: absolute;
    font-weight: 600;
    z-index: 100;
}

.hidden-text2{
    display: none;
    position: absolute;
    font-weight: 600;
    z-index: 100;
}


#frontPage{
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}



  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  
  
  
  
  .carousel-btn.prev {
    left: 10px;
  }
  
  .carousel-btn.next {
    right: 10px;
  }
  


.pointer{
    cursor: pointer;
}


.carousel {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    border-radius: 0px;
    margin-top: 30px;
  }
  
  
  
  .carousel-img {
    width: 100%;
    flex: 0 0 100%;
    object-fit: cover;
  }
  

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    z-index: 6;
    padding: 0 10px;
  }
  
  

  /* Lightbox container */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 104;
    transition: opacity 0.3s ease;
  }
  
  /* Hide by default */
  .hidden {
    display: none;
  }
  .hidden2 {
    display: none;
  }
  
  /* Lightbox image styling */
  #lightbox-img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
  }
  
  #lightbox-img:hover {
    transform: scale(1.02);
    cursor: zoom-out;
  }

  .instagram-link {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  
  .instagram-icon {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
    opacity: 90%;
  }
  
  .instagram-icon:hover {
    transform: scale(1.1);
    opacity: 70%;
    
    
  }
  

  .description {
    display: grid;
    text-align: center;
    margin: 20px;
  }

  .artist-statement{
  
    margin: 30px 16vw;
  }


.grid{
    display: grid;
    grid-template-columns: repeat(3, 20%);
    justify-content: center;
    align-content: center;
    grid-gap:10px ;
    margin-bottom: 30px;
    
    
    
}
.grid img{
    width: 100%;
    height: auto;
}





/* Center the form section */
.center{ 
  display: block; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  margin: 0px 10px 70px;
  
}

.info{ 
  display: block; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  padding-top: 10px;
  
  
}
  
  /* Improve visibility of form success message */
  #msg {
      color: green;
      font-weight: bold;
      margin-top: 10px;
  }

  .About_Me{
    width: 40%;
    
    
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;   
}
.wrapper{
  margin: 0px 25%;
  max-width: 70%;  
  margin-top: 0;
}

@media (max-width: 800px) {
  .About_Me {
    float: none;
    
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; /* more spacing between image and text */
  } 

  .grid{
    display: grid;
    grid-template-columns: repeat(2, 30%);
    justify-content: center;
    align-content: center;
    grid-gap:30px ;
    margin-bottom: 30px;
    margin-top: 40px;
    
}
}




#caption {
  margin-top: 10px;
  
}

#caption a {
            
  transition: color 0.3s;
  text-decoration: underline; 
} 

#caption a:hover {
  color: #005999;              
}


h1 p{
  z-index: 999;
}
.show {
  position: relative;  /* or fixed if you want it to stay on screen */
  z-index: 99;      /* higher than your overlay/image z-index */
}

.show2 {
  position: relative;  /* or fixed if you want it to stay on screen */
  z-index: 99;      /* higher than your overlay/image z-index */
}
#fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  opacity: 0;                 /* hidden initially */
  pointer-events: none;       /* disable clicks when hidden */
  transition: opacity 0.3s ease;
}

#fullscreen-overlay.show {
  opacity: 1;                 /* fade in */
  pointer-events: auto;       /* enable clicks */
}

#fullscreen-overlay.show2 {
  opacity: 1;                 /* fade in */
  pointer-events: auto;       /* enable clicks */
}

#fullscreen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* fills screen without distortion */
  cursor: pointer;            /* indicates clickable */
}


header a {
  position: relative;  /* or fixed if you want it to stay on screen */
  z-index: 99;      /* higher than your overlay/image z-index */
}
