  @font-face {
      font-family: "Alagard"; 
       src: url("fonts/alagard.TTF");
       src: url("fonts/alagard.woff");
  }
  

  a:link { 
    text-decoration:underline; 
    color:#ffffff;
    cursor: url("images/Moth.cur"),default;
  } 
  a:visited { 
    text-decoration: underline;
    color:#ffffff;
    cursor: url("images/Moth.cur"),default;
  } 
  a:hover { 
    text-decoration: none;
    color:#0fdd1d;
    font-weight:700;
    cursor: url("images/Moth.cur"),default;
  } 
  a:active { 
    text-decoration: none; 
    color:#ff008c;
    font-weight:700;
    cursor: url("images/Moth.cur"),default;
  }
  


h1
{
  font-family:"Alagard";
  color:black;
  text-align: center;
  

}

body,html{
  cursor: url("images/Moth.cur"),default;
}

.bg 
{
  background-color: #ffffff;
  background-image: url("images/bushline.png");
  image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Universal support since 2021   */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor; 
  z-index: 1;
  height: auto; 

  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
}

.pdf
{
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 90vh;
  z-index: 3;


}

.text
{
  text-shadow: 0px 0px 10px #000000;
  text-wrap: nowrap;
  font-size: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 25px;
  min-width: 400px;
  font-family:"Alagard";
  color:rgb(255, 255, 255);
 
}


.videos
{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

}
.videos > * 
{

  padding:1rem; 
}

@media (min-width:768px) {
  .videos {
      display: grid;
      grid-auto-rows: 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  }

}

img {
   image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges;          /* Firefox                        */
  image-rendering: -o-crisp-edges;            /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated;                 /* Universal support since 2021   */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor; 
}

  