
           /**CSS for Game***********************************************************************/

           /*Fonts*/
           @font-face {
            font-family:digital; 
            src: url("Fonts/Digital7-1e1Z.ttf");
            } 

           .gameImage{
            display: none;
           }

                                              
            #gamePanelRow{
              padding-top: 30px;
              padding-bottom: 30px;
              width: 100%;
              /*background-color: #0f94b8;*/
              background-image: linear-gradient(45deg, #0f94b8,#33bce1);
              border-radius: 30px;
              box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.732);
              margin: 0 auto;
            }           
            #SFXCol{
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
                  
            }
            #musicCol{
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              
           
            }

            #voiceCol{
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              
            
            }

            #resetCol{
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              
             
            
            }
            
            .buttonsLabel{
              margin-bottom: 20px;
              margin-top: 20px;
              font-size: 24px;
              color: white;
          
            }
            .buttonsWrapper{
            
              display: flex;
              flex-direction: row;
            }
            .onButton{
              height: 40px;
              width: 45px;
              background-color: whitesmoke;
              border: 4px solid black;
              border-radius: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: 5px;
              box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.556);
              cursor: pointer;
            }
            .offButton{
              height: 40px;
              width: 45px;
              background-color: #a0989d;
              border: 4px solid black;
              border-radius: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.556);
              cursor: pointer;
            }
            .resetButton{
              height: 70px;
              width: 70px;
              background-color: whitesmoke;
              
              border: 4px solid black;
              border-radius: 15px;
              display: flex;
              align-items: center;
              justify-content: center;
              box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.556);
              cursor: pointer;
            }
                     
            #mainCanvas{
                display: none;
              
                margin: 0 auto;
                border: 2px solid black;
                border-radius: 10px;
               /* cursor: none;*/
               
                background-size: cover;
                min-height: 300px;
                max-height: 300px;
                min-width: 300px;
                max-width: 300px;
            }

            #NoJSDiv{
             background-color: rgba(177, 177, 177, 0.622);
             text-align: center;
            }

            #ohNo{
                font-size: 25px;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                font-weight: bold;
                color: rgba(226, 58, 58, 0.986);
            }

            #NoJS1{
                font-size: 20px;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                font-weight: bolder;
                color: rgba(226, 58, 58, 0.986);
            }

            #NoJS2{
                font-size: 15px;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                font-weight: bolder;
                color: rgba(0, 0, 0, 0.849);
            }

            #NoJS3{
                font-size: 20px;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                font-weight: bolder;
                color: rgba(252, 252, 252, 0.986);
            }
          
            @media screen and (min-width:768px) { /*Medium */

              #gamePanelRow{
              width: 700px;}


              #mainCanvas{
           
           min-height: 500px;
           max-height: 500px;
           min-width: 500px;
           max-width: 500px;
           
         }
         
         #ohNo{
           font-size: 30px;
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           font-weight: bold;
           color: rgba(226, 58, 58, 0.986);
       }

       #NoJS1{
           font-size: 25px;
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           font-weight: bolder;
           color: rgba(226, 58, 58, 0.986);
       }

       #NoJS2{
           font-size: 20px;
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           font-weight: bolder;
           color: rgba(0, 0, 0, 0.849);
       }

       #NoJS3{
           font-size: 25px;
           font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
           font-weight: bolder;
           color: rgba(252, 252, 252, 0.986);
       }
 
            }           
            @media screen and (min-width:992px) { /*Large*/

              #gamePanelRow{
              width: 930px;}

              #mainCanvas{
          
          min-height: 600px;
          max-height: 600px;
          min-width: 600px;
          max-width: 600px;
         

        }

           
            #resetCol{
             
              height: 240px;
            }

            }           
            @media screen and (min-width:1200px) { /*x-Large*/
            }
            @media screen and (min-width:1400px) { /*xx-Large*/

              #mainCanvas{
          
          min-height: 600px;
          max-height: 600px;
          min-width: 600px;
          max-width: 600px;
         
        }
        

            }

        






     /**CSS for Page***********************************************************************/

      
      
       
    
     /*Links section mobile************************************************************/
      
     #linksRow{
      display: flex;
      align-items: center;
      justify-content: center;
     }

     #linksBox{
      background-color: white;
      border: 3px solid black;
      border-radius: 20px;
      box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.749);
      margin-top: 50px;
      
      min-height: 200px;

     }

     #linksText{
      margin-top: 10px;
      font-size: 20px;
      text-align: center;
     }

     .linkButtonsWrapper{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 20px;
     }
     .linkButton{
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ec8210;
      border-radius: 20px;
      height: 60px;
      color: white;
      font-size: 20px;
      box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.744);
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.633);
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
     }

     #downloadIcon{
      margin-left: 10px;
     }

    .linkButton:visited { color: rgb(255, 255, 255);  }
    .linkButton:active { color: rgb(255, 255, 255); }
    .linkButton:hover { color:#ffffff; cursor: pointer; }




      


@media screen and (max-width:351px) { /*extra small phone screens */

           #mainCanvas{
                
                min-height: 280px;
                max-height: 280px;
                min-width: 280px;
                max-width: 280px;
            }

           .buttonsLabel{      
              font-size: 20px;
            }
           
            .onButton{
              height: 30px;
              width: 40px;
              
              margin-right: 3px;
             

            }
            .offButton{
              height: 30px;
              width: 40px;
              
              
            }
            .resetButton{
              height: 70px;
              width: 70px;
              
            }

}

@media screen and (min-width:768px) { /*Medium */



            .onButton{
              height: 40px;
              width: 50px;
              
              margin-right: 12px;
             

            }
            .offButton{
              height: 40px;
              width: 50px;
              
              
            }
  
        .linkButtonsWrapper{
      
      flex-direction: row;
     
     }
     .linkButton{
      width: 170px;
      
        
     }

     #linksBox{
      padding-top: 20px;
      padding-left: 30px;
      padding-right: 30px;
    }
            



}

@media screen and (min-width:992px) { /*Large*/

}

@media screen and (min-width:1200px) { /*x-Large*/

  #linksBox{
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width:1400px) { /*xx-Large*/
/*Nav Bar XXL ******************************************************************/


}