body {
  background: #491f30; /* #663348 */
  font-family: "Candara", "Open Sans", sans-serif;
  font-size:16px;
  color: white;
  }
  
.fu {
  text-decoration: underline dotted rgba(0, 185, 0, 0.56); color: white;

}

  
  /* parallax bg layers */
.parallax-container1 {
 height: 89.2vh; /* Adjust as needed */
  overflow-y: scroll; /* Enable scrolling within the container */
  /*position: relative;*/
   perspective: 1px; /* Important for parallax effect */
   perspective-origin: center center; /* Optional, adjust as needed */
}

.parallax-background1 {
  background-image: url("/img/stars anim.gif");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
 /* background-attachment: scroll; /* The key for this effect */
  position: absolute;
  top: 0;
  left: -32px;
  width: 99.6%;
  min-height: 660vh;
    margin: 0 auto;
  z-index: -2; /* Place behind content */
   transform: translateZ(-3px) scale(4); /* Adjust scale to compensate for Z-translation */
        /* The negative Z-translation makes it appear further away and scroll slower */
        overflow-x: hidden;
}

.parallax-background2 {
  background-image: url("/img/stars.png");
  background-size: auto;
  background-position: center center;
  background-repeat: repeat;
 /* background-attachment: scroll; /* The key for this effect */
  position: absolute;
  top: 0;
  left: -32px;
  width: 99.6%;
  min-height: 660vh;
    margin: 0 auto;
  z-index: -1; /* Place behind content */
   transform: translateZ(-2px) scale(3); /* Adjust scale to compensate for Z-translation */
        /* The negative Z-translation makes it appear further away and scroll slower */
        overflow-x: hidden;
}


  /* sound grid table css */
  .roundtbl {
    border: 3.3px solid #bed7e5;
    border-style: groove inset;
    border-radius: 8em/3em;
    overflow: hidden;
    margin: 20px 0;
    width: 95%;
  }
  
  .generated-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0;
    /*font-family: sans-serif;*/
  }

  .generated-table th,
  .generated-table td {
    border: 4px solid #e5bed0;
    border-style: groove;
    border-radius: 10px;
    padding: 12px 12px;
    text-align: left;
    background-color: transparent;
    color: inherit;
  }

  .generated-table th {
    font-weight: bold;
  }

.generated-table .tgp-style-1 {
  position: relative;
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  background-size: cover;
  /*background-color: rgb(255, 255, 255);*/
}

.generated-table .tgp-style-2 {
  position: relative;
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.7));
  font-size: 18px;
}
.generated-table .tgp-style-2 > div {max-height:89px; overflow-y:auto; transform: translateY(12px); color: #e3ffff;
}

.generated-table .tgp-style-3 {
  position: relative;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.2));
}

.generated-table .tgp-style-3-2 { /* for 2 lines in bottom box */
  position: relative;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  }
.generated-table .tgp-style-3-2 > div {max-height:19px; transform: translateY(-5.5px); line-height: 1.03;
}

  .generated-table th {
    background-color: #f2f8ff;
    color: #1d3557;
  }

  .generated-table tr:nth-child(even) {
    background-color: rgba(0,0,0,0.03);
  }


  
a {
    color: #ff609d/*#fe1498/*#b9076b; /* #0783b9;*/
  }
  
.tiny {
  font-size: 9px;
  margin: 0 auto;
  text-align: center;
  }
  
/*Everything in the main box goes in this*/
.wrapper {
  width: 850px;
  border: 4px solid #1d1c32;
  margin: 0 auto;
  top: 0px;
 /* position: relative;
  /z-index: 1; /* Place above background */
 
  }
  
.header {
  background: black;
  height: 420px;
  border-bottom: 3px solid black;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(rgb(0,0,0,0.7),rgb(0,0,0,0.2)), url("/img/fmhead256.png"); /*Header image -- replace with your own!*/
  background-size: cover;
  }
  
  
/*This and the header-title class are deprecated now that this style uses a background image for the header div.*/
/*.header img {
  display: block;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }
*/

 /*If you want to use a smaller title or normal text, add .header p or .header h4 or whatever to the list*/
.header h2, .header h3, .header h1 {
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
  font-style: italic;
  color: white;
  text-align: center;
  border: 0px solid green;
  margin: 24% auto; /*approx centered*/
  opacity: 0.899999;
}

.links {
  background: #171627;
  padding: 10px;
  border-bottom: 3px solid black;
  }
  
.links a {
  color: white;
  padding: 3px;
  margin-left: 5px;
  margin-right:5px;
  text-decoration: none;
  font-size:17px;
  }

.main {
  padding: 15px;
  margin: 0 auto;
  background: #422340; /* #fff4ea */
  }
  
/*Prevent overflow of large images in main text areas.*/
.main img {
  max-width: 100%;
  height: auto;
  }
  
.footer {
  background: black;
  padding: 20px;
  padding-top:5px;
  padding-bottom:5px;
  border-top: 3px solid black;
  font-size:14px;
  }
  
  
/*For narrow screens*/
@media(max-width: 1024px) {
  .wrapper {
    width: 76%;
    zoom: 0.8;
    }
  .header h1, .header h2, .header h3 { /*Vertical centering gets wonky when the box is variable width*/
    margin: 20% 5% auto;
    }
  .roundtbl {
    zoom: 66%;
    }

  }

/*Mobile compatibility*/
@media(orientation: portrait) {
  .wrapper {
    width: 76%;
    zoom: 0.8;
    }
  .header {
    height:230px;
    }
  .header h1, .header h2, .header h3 {
    margin: 20% 3% auto;
    }
    .roundtbl {
    zoom: 55%;
    }

  }