
.navBKG{
  background-color: rgba(255, 255, 255, 0.452);
  backdrop-filter: blur(10px);

  }
  
  
  
  .NavLink {
    font-family: "Roboto", sans-serif;
   text-align: center;
    text-decoration: none;
    color: black;
   font-weight: bold;
   
   font-size:1.3rem;
  margin-right: 25px;
  margin-left: 25px;
 
    transition: all .35s ease-in-out;
    
    
  }
   .NavLink:hover{
 
    text-decoration: none;
    color: #41CC62 !important; 
    transition: all .35s ease-in-out;
    -webkit-text-stroke:.8px black;
    /*COLOR CHOSEN FROM LIST AT RANDOM*/
    text-shadow: 8px 8px black;
  }

  
@media only screen and (min-width: 768px) {
  /* For desktop titling: */
  .NavLink  {

    font-size: 2rem;
    text-align: center;
    margin-right: 35px;
    margin-left: 35px;
    transition: all .35s ease-in-out;
  }

  .NavLink:hover  {
    font-family: "Rubik Mono One", sans-serif;
    font-size: 3rem;
    color: #41CC62 !important; 
    -webkit-text-stroke:2px rgb(0, 0, 0);
    /*COLOR CHOSEN FROM LIST AT RANDOM*/
    text-shadow: 8px 8px black;
    transition: all .35s ease-in-out;
  }
}