


 body{

 
  background-image: url("/resources/GIFs/Tiles_TP3.gif"), url("/Images/Perma-bg.png");
  font-family: "dreamwish"; 
font-family: "ADDSBP__.TTF";
  
    
   
   }


  a:link {
  color: #0700c2;
  background-color: transparent;
  text-decoration: none;
  
}

  a:visited {
  color:#0700c2;
  background-color: transparent;
  text-decoration: none;
  }
  
  a:hover {
  color: Orange;
  background-color: transparent;
  text-decoration: underline;
  }
  
  
 
  
  .navbar{
    position: sticky;
    top: 0;
     float: left;
     border: 5px #0700c2;
     border-radius: 10px;
     border-style:solid;
     background-color: #fff4df;
     color: #0700c2;
     font-family: "Bitmap";
      margin: 0px 30px;
      min-height: 100px;
      max-width: 150px;
  }
    .topdesc{
      display: flex;
      flex-wrap: wrap;
      float: left;
     border: 5px #0700c2;
     border-radius: 10px;
     border-style:solid;
     background-color: #fff4df;
     color: #0700c2;
     font-family: "Bitmap";
     margin: 10px;
     margin-left: 5%;
     min-height: 60px;
     max-width: 2000px;
     padding: 10px; 
      }
     
    .table{
    border: 5px solid #ff548a;
    border-radius: 10px;
    position: relative;
    font-family: "Bitmap";
    margin: 10px;
    background-image: url('/resources/GIFs/pap12.gif');
    font-weight: bold;
    text-align: center;
    max-width: 140px;
    
    }
    
    
    .link{
      display: table-row;
      margin: 5px;
      position: relative;
      
      }
    
    .container{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
       font-family: "Bitmap";
       max-width: 1600px;
       min-width: 500px;
      
      }
    
    .gallery{
       background-image: url('/resources/GIFs/pap12.gif');
      display: flex;
      flex-wrap: wrap;
      display: inline-block;
      border: 5px #0700c2;
     border-radius: 10px;
     border-style:solid;
     margin: 10px;
     margin-left: 50px;
     background-color: white;
      font-family: "Bitmap";
      float: left;
      
       
      }
      
      
      
      
     .gallery .description{
       
      flex-wrap: wrap;
       color: #0700c2;
        text-align: center;
        font-family: "Bitmap";
         }
         
         
         .img{
           
          
           height: auto;
           position: relative;
           }
           
           .art{
             
             width: 425px;
             height: auto;
             }
             
              @media all and (max-width: 700px){
    
    .navbar {min-width: 300px; height: 30px; margin: 5px 35px;}
    .img{display: none;}
    .table{min-width: 275px; min-height: 70px; font-size: 15px; flex-wrap: wrap; margin: 5px;}
    .link{ float: left;}
    .container{ min-width: 0px; width: 92%; justify-content: center;}
    .art{width: 350px; height: auto;}
    .gallery{width: 350px; height: auto;}
    .topdesc{margin: 5px; text-align: center;}
    
    }
           
         
         
        
         
         