.secular-one-regular {
  font-family: "Secular One", serif;
  font-weight: 400;
  font-style: normal;
}

.saira-condensed-light {
  font-family: "Saira Condensed", serif;
  font-weight: 300;
  font-style: normal;
}  

.roboto-maintext {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1 {
    font-family: "Secular One", serif;
    font-weight: 400;
    font-style: italic;
    font-size: clamp(4em, 9vw, 9em);
    margin-top: 0%;
    margin-bottom: 0%;

  }

  h3 {
    font-family: "Secular One", serif;
    font-weight: 400;
    margin-top: 0%;
    margin-bottom: 0%;

  }

  h4 {
    font-family: "Secular One", serif;
    font-weight: 400;
    font-style: italic;
    margin-top: 0%;
    margin-bottom: 0%;

  }

  h5 {
    font-family: "Saira Condensed", serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(0em, 3vw, 1.3em);
    letter-spacing: 0.2em;

  }

  p, li {
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  a {
    text-decoration: none;
    color: whitesmoke;  }

  body {
    background-image: url(/assets/NightsofDawn.jpg);
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 50;
    background-position: center center;
    background-size: cover;
    backdrop-filter: blur(20px);

  }
  .banner {
    background: #000509;
    width: 100vw;
    height: 7vh;
    display: flex;
    flex-direction: row;
    position: sticky;
    justify-content: space-between;
    z-index: 300;
    top: 0;
    align-content: center;
    align-items: center;
  }

  .listenToTinPalace {
    border-color: whitesmoke;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin: 5px;
    transition: opacity 0.3s ease; 
  


  }

  .bannerLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    gap: 1rem; 
    margin-left: 5vw;
    width: 50vw;


  }
  .bannerRight {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    gap: 1rem; 
    margin-right: 5vw;
    width: 50vw;


  }
  .bannerIcon {
    width: clamp(5rem, 6vw, 6rem); 
    height: auto;
    display: block; 
    transition: opacity 0.3s ease; 
  
  }


  .backgoundModule {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
    width: 60vw;
    max-width: 400px;
    z-index: 200;
    margin: 30px;
    border-radius: 15px;
    position: relative;
  }



  .backgoundModuleOpacity {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: whitesmoke;
    height: 80vh;
    width: 60vw;
    max-width: 400px;
    z-index: 200;
    margin: 30px;
    border-radius: 15px;
    opacity: 0.5;
    filter: drop-shadow(0px 10px 4px #00000093);
    position: fixed;
  }

  .linkModule {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80vh;
    width: 60vw;
    max-width: 400px;
    z-index: 200;
    margin: 30px;
    border-radius: 15px;
    position: fixed;
  }

  #mainLinks {
    height: 10%;
    width: 80%;
    border-radius: 15px;
    background-color: whitesmoke;
    opacity: 1;
    filter: drop-shadow(0px 10px 4px #00000036);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    transition: background-color 0.3s ease;
  }

  #mainLinksHeader {
    height: 10%;
    width: 80%;
    border-radius: 15px;
    background-color: whitesmoke;
    opacity: 1;
    filter: drop-shadow(0px 10px 4px #00000036);
    transition: background-color 0.3s ease; 
    position: relative;
  }

  #mainLinksHeader img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(50%);
  }

  #mainLinksHeader h3 {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for centering */
    z-index: 1000; /* Ensure it's above the image */
    padding: 5px; /* Example: Add some padding */
    color: whitesmoke;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
  }

  #mainLinksHeaderColor {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for centering */
    z-index: 1000; /* Ensure it's above the image */
    padding: 5px; /* Example: Add some padding */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    text-align: center;
    border-radius: 15px;

  }

  #mainLinksImage {
    width: 30%;
    height: auto;

  }


  #mainLinks:hover {
    background-color: rgba(0, 0, 0, 0.2); 
  }

  .linkArea {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

  }


  .linkArea p {
    color: black;

  }

