/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   a:link { 
    text-decoration: none; 
    color:#ffffff;
    cursor: url("images/Moth.cur"),default;
  } 
  a:visited { 
    text-decoration: none;
    color:#ffffff;
    cursor: url("images/Moth.cur"),default;
  } 
  a:hover { 
    text-decoration: none;
    color:#e01699;
    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;
  }
  
  @font-face {
      font-family: "Alagard"; 
       src: url("fonts/alagard.TTF");
       src: url("fonts/alagard.woff");
      
      
  }
  
      
      
  
  
 .gi {
    position:relative;
  top: 40%;
  
   font-family: "Alagard";
    font-size: 4.0em;
    color: #ffffff;
    
   text-align:center;
  
   text-shadow: 0px 2px 20px #2bff00;
  }
 
 .extends {
    position:relative;
  top: 40%;
   font-family: "Alagard";
    font-size: 2.0em;
    color: #ffffff;
    
   text-align:center;
  
   text-shadow: 0px 2px 20px #2bff00;
  }
  
  .would,p {
    position:relative;
    top: 40%;
    font-family: "Alagard";
    font-size: 1.5em;
    color: #ffffff;
   text-align:center;
  
   text-shadow: 0px 2px 20px #0fe60b;
  }
  
  
  .wip
  {
    font-size: 0.65em;
    position:relative;
    top:40%;
    text-align:center;
   text-shadow: 0px 2px 10px #ff00dd;
   z-index: 91;
  
  }


.flag 
{
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 90%;
  width: 81px;
  z-index: 90;
  height: 31px;
  
}
  #yesno{
    position:relative;
     top: 40%;
    font-family: "Alagard";
    font-size: 3em;
    color: #82c166;
   
   text-align:center;
   text-shadow: 0px 2px 10px #ff00dd;
   word-spacing: 10px;
   letter-spacing:5px;
  
  }
  
  
    
    
  
  body, html {
    height: 100%;
    margin: 0;
    cursor: url("images/Moth.cur"),default;
    
  }
  
  
  
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; 
}
  

  






  .bg 
{
  background-color: #80d2f0;
  background-image: url("images/entermeadow.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: 100%; 

  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}