body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    inset: 0;
    box-sizing: border-box;
    background-color: #212121;
    height: 100%;
    width: 100%;
    padding: 0px;
  }

.content {
    display: grid;
    grid-template-columns: 10px 1fr 1fr 1fr .5fr .5fr 1fr 1fr 1fr 1fr 10px;
    grid-template-rows: 10px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 10px;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    height: 100%;
    background-color: #F5D748;
}

.browse-page .content {
  background-color: #212121;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url('Source Files/Backgrounds/KRN Gallery Media Player 2025_Landing.png'); /* Path to your background image */
    background-size: cover; /* Ensures the entire image is displayed without stretching */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from tiling */
    background-attachment: fixed; /* Keeps the background image static when scrolling */
    background-blend-mode: overlay; /* Blend the color and image */
    background-color: #d6cfbb; /* Color fallback */
}

h1, h2, h3 {
    color: white;
}

h2 .emphasis {
    color: red;
}

.centered {
    text-align: center;
}

.centered-content {
    text-align: center;
    vertical-align: middle;
}

.back-button {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 15vw;
    height: 7vh;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}

/* Make the .touch-anywhere div fill the entire viewport */
.touch-anywhere {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9; /* Ensures the div is on top of other content */
  }
  
  /* Style the anchor tag to cover the entire .touch-anywhere div */
  .touch-anywhere a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .touch {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    z-index: 2;
    vertical-align: middle;
    text-align: center;;
  }

  .touch h3 {
    color: black;
    opacity: .4;
  }

  .title {
    grid-column-start: 4;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
    z-index: 2;
    vertical-align: top;
    text-align: center;
  }

  .title img {
    width: 100%;
    overflow: hidden;
    align-content: center;
  }

  .title h1 {
    color: black;
    font-size: 4em;
  }

  .hero {
    background-image: url('/assets/Ship_List_Site-Graphic.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
  
    grid-column-start: -1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: -1;
  }
  

  .left-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 16em;
    z-index: 99;
    padding: 2em;
    background-color: #121212;
  }

  .right-reader {
    background-color: #212121;
    grid-column-start: 4;
    grid-column-end: -1;
    Grid-row-start: 1;
    grid-row-end: -1;
    padding: 20px;
  }

  canvas {
    border: 1px solid black;
    display: block;
    margin: 1em auto;
  }

  iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
  }

  button, a.button {
    display: inline-block;
    min-height: 2em;
    padding: 1em;
    margin-right: .5em;
    margin-top: .5em;
    background-color: #212121;
    color: white;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #212121;
    border-radius: 200px;
    box-shadow: 5px 0px 15px rgba(255, 210, 87, 0.288);
    width: 12em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }

  a.button {
    width: 10em;
  }

  #nextMatchBtn, #prevMatchBtn, #searchBtn {
    width: 12em;
  }

  input {
    min-height: 2em;
    width: 12.8em;
    padding: 1em;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
  }

  .toolbar-group {
    margin: 1em 0em 1em 1em;
    align-content: center;
  }



  