body {
    font-family: Arial, sans-serif;
    margin: 0px;
/*    background-color: #f4f4f4;*/
color: silver;
color: white;

background-color: black;

        background-image: url('Black_Gray.png'); /* Replace with your image path */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        background-size: cover; /* Scales the image to cover the entire background area */
        background-position: center center; /* Centers the image */
        background-attachment: fixed; /* Keeps the image fixed when scrolling */
}



.rotated-text {
  display: inline-block; /* Essential for applying transforms to text */
  animation: rotateText 5s linear infinite;
  animation-direction: reverse; /* or alternate-reverse */
}

@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*.selector {
  background: url('Assets/Black_Gray.png') no-repeat center center / cover;
}
*/


.container {
    display: flex; /* Enables Flexbox layout */
    gap: 20px; /* Adds space between columns */
    /*max-width: 960px;*/ /* Sets a maximum width for the container */
   /* margin: 0 auto;*/ /* Centers the container on the page */
/*    background-color: #fff;*/
    padding: 20px;
/*    background-color: black;*/
    font-size: 28px; 

/*    font-size: 11; Mobile and secondary info*/

/*    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    padding-top: 40px;

}


.column {
    flex: 1; /* Allows columns to grow and shrink equally */
    padding: 15px;
/*    border: 1px solid #ddd;*/
    border-radius: 5px;
    align-content: left;

}


/* Basic responsiveness for smaller screens */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stacks columns vertically on smaller screens */
    }

    h2{
        font-style: italic;
    }


#Key{
/*  font-family: serif;*/
    width: 100%;
    margin: auto;
/*  background-color: yellow;*/
    /*color: #f2ffc1;*/
    color: silver;
    font-size: 18px;
    text-align: left;
    line-height: 1.1em;
/*  letter-spacing: .125rem;*/
    padding-top: 20px;
/*  padding-bottom: 9%;*/
/*  mix-blend-mode: exclusion;*/
z-index: 500;
/*margin-bottom: 14px;*/
/*position: relative;*/
margin-top: 14px;
/*padding-left: 30px;*/
transform: translateY(-1%);
transition: none;
bottom: 0px;
/*text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; */
}


button {
    background: none;
    border: none;
    font-size: 14px;

  color: silver;
    mix-blend-mode: multiply;
/*    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; */

/*  border: 1px solid #333; 
  border-radius: 15px;  
  padding: 8px;*/
}



.LargeImage{
/*display: inline-block;*/
    height: 40%;
    width: auto;
    padding-top: 20px;
    padding-bottom: 30px;
/*  mix-blend-mode: exclusion;*/

}


.LargeImageNoExclusion{
/*display: inline-block;*/
    height: 40%;
    width: auto;
    padding-top: 4%;
    padding-bottom: 30px;

}




}

.SmallImage{
    display: inline;
    height: auto;
    max-width: 20%;
    padding-top: 4%;
/*    padding-bottom: 20px;*/
/*    padding-left: 26%;*/
object-fit: cover;
}



.SmallImageHover { 
    display: none;
    position: absolute;
    width: 35%;
    mix-blend-mode: none;
}

.SmallImage:hover > .SmallImageHover {
    display: block;
    mix-blend-mode: none !important;
    z-index: 5;
    transform: translate(400px, -500px);

}


.SmallImageNoExclusion{
/*display: inline-block;*/
    height: auto;
    width: 70%;
    padding-top: 4%;
    padding-bottom: 20px;
    padding-left: 25%;
}




header{
position: fixed;
    top: 15px;
    font-size: 18px !important;
text-align:center;
/*  background-color: #1d0419;*/
/*  color: #f2ffc1;*/
    width: 100%;
    font-size: 18px !important;
    z-index: 400;

 /*    text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
*/
/*text-align: right;
padding-right: 30px;*/

   /* mix-blend-mode: exclusion;*/
/*    background-blend-mode: multiply;*/
/*display: flex;*/
align-content: center;

/*text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; */
color: silver;
    mix-blend-mode: exclusion;
/*    padding-bottom: 40px;*/

}



header:hover{
    color: red;
/*   text-decoration: underline;*/
     text-decoration-thickness: 1.5px;
     text-underline-offset: 4px;

}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

} 


*::-moz-selection { color: white}
*::selection { color: white; }

button {
    background: none;
    border: none;
    font-size: 14px;

  color: silver;
    mix-blend-mode: multiply;
/*    text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white; */

/*  border: 1px solid #333; 
  border-radius: 15px;  
  padding: 8px;*/


}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}


button:hover{
    color: white;
/*   text-decoration: underline;*/
     text-decoration-thickness: 1.5px;
     text-underline-offset: 4px;
}


.Icon{
/*display: inline-block;*/
    height: auto;
    width: 7%;
    padding-left: 25%;
/*    padding-bottom: 25%;*/
    bottom: 20%;
/*  mix-blend-mode: multiply;
*/  position: fixed;
    z-index: 4;

     display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;


}

   a {
        text-decoration: none;
        color:  silver;
        font-size: 11px;
    }

a:hover{
    color: white;
/*   text-decoration: underline;*/
     text-decoration-thickness: 1.5px;
     text-underline-offset: 4px;
}