@font-face { font-family: OpenDyslexic; src: url('OpenDyslexic-Regular.otf'); }
body{
    font-family: "Quicksand";
    letter-spacing: 4px;
}

option{
  font-size: 40px;
}
select{
  font-size: 40px;
}
.applyBtn{
  background-color: white;
  color: black;
  border: 2px solid #555555;
  font-size: 40px;
  margin-top: 5%;
  border-radius: 10px;
}
.applyBtn:hover{
  background-color: lightgray;
 
}
.window{
  border-radius: 10%;
    text-align: center;
    
    margin-top: 0%;
    margin-left: -25%;
    position: absolute;
    width: 50%;
    height: 75%;
    left: 50%;
    z-index: 2;
}

.startBtn{
   
  border: none;
  color: white;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: -5%;
   
    border-radius: 50%;
}


.selectBtn{
    
  border: none;
  color: white;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
    padding: 40px;
    border-radius: 50%;
}

.soundBtn{
     
  border: none;
  color: white;
  position: absolute;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  left:80%;
  margin-top: 5%;
    padding: 10px;
    border-radius: 50%;
    font-size: 60px;
}


.optionBtn{
    
        background-color: white; 
      border: none;
      color: black;
      
      text-align: center;
      text-decoration: none;
     
      
        padding: 5px;
        
}
.optionBtn:hover{
    background-color: white;
    color: dimgray;
}


.wordTitle{
  font-size: 150px;
  margin-top: 10%;
}
.listenTitle{

  font-size: 100px;
  margin-top: 10%;
}

.closeBtn{
    
    background-color: black; 
  border: none;
  color: white;
  
  text-align: center;
  text-decoration: none;
 
  
    padding: 5px;
    font-size: 40px;
}
.closeBtn:hover{
    background-color: black;
    color: dimgray;
}

.optionsIcon{
    font-size: 100px;
}
.micAnimated{
    margin-top: 15%;
    font-size: 250px;
    animation: pulse 1.5s infinite;
    
}


table{
  margin-top: 5%;
    width: 50%;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 30px 0;
}
table th{
    font-size: 80px;
    padding: 30px;
}
table td{
    padding: 50px;
}
.definition{
    font-size: 50px;
    background-color: #00000023;
    border-radius: 10%; 
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
    margin-right: 5px;
}
.sidenav {
    height: 100%;
    width: 0;
    background-color: black;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.6s;
  
  }
  .sidenav a {
    padding: 9px 9px 9px 33px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.4s;
    border-bottom: 1px solid #f1f1f1;
    
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    font-size: 20px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: block;
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;
    z-index: 99 !important; }
  

    .slidecontainer {
      width: 100%;
    }
    
    .slider {
      -webkit-appearance: none;
      width: 100%;
      height: 40px;
      background: #d3d3d3;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s;
    }
    
    .slider:hover {
      opacity: 1;
    }
    
    .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 40px;
      height: 40px;
      background: #363636;
      cursor: pointer;
    }
    
    .slider::-moz-range-thumb {
      width: 40px;
      height: 40px;
      background: #363636;
      cursor: pointer;
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 34px;
    }
    
    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .switchslider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    .switchslider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    input:checked + .switchslider {
      background-color: #2196F3;
    }
    
    input:focus + .switchslider {
      box-shadow: 0 0 1px #2196F3;
    }
    
    input:checked + .switchslider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }
    
    /* Rounded sliders */
    .switchslider.round {
      border-radius: 34px;
    }
    
    .switchslider.round:before {
      border-radius: 50%;
    }

    .optionTitle{
      color: white; 
      font-size: 20px;
      margin-bottom: 10px;
    }
    .numberIcons{
      display: none;
      font-size: 60px;
      padding: 10px 10px;
      font-style: bold;
      border-radius: 5%;
      color: white;
    }

    @keyframes pulse {
      0% {
        
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
      }
    
      70% {
        
        text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
      }
    
      100% {
        
        text-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2);
      }
    }

    #snackbar {
      visibility: hidden;
      min-width: 100%;
      margin-left: -50%;
      background-color: rgb(34, 34, 34);
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: absolute;
      z-index: 9;
      left: 50%;
      bottom: 30px;
      font-size: 50px;
    }
    
    #snackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    #HFsnackbar {
      cursor: pointer;
      visibility: hidden;
      min-width: 100%;
      margin-left: -50%;
      background-color: rgb(34, 34, 34);
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: absolute;
      z-index: 9;
      left: 50%;
      bottom: 30px;
      font-size: 50px;
    }
    
    #HFsnackbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s;
      animation: fadein 0.5s;
    }

    #HFsnackbar:hover{
      background-color: rgb(78, 78, 78);
      text-decoration: underline;
    }
    
    @-webkit-keyframes fadein {
      from {bottom: 0; opacity: 0;} 
      to {bottom: 30px; opacity: 1;}
    }
    
    @keyframes fadein {
      from {bottom: 0; opacity: 0;}
      to {bottom: 30px; opacity: 1;}
    }
    
    @-webkit-keyframes fadeout {
      from {bottom: 30px; opacity: 1;} 
      to {bottom: 0; opacity: 0;}
    }
    
    @keyframes fadeout {
      from {bottom: 30px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
    }

    .HFWindow{
      display: none;
      z-index: 1;
      position: absolute;
      border-radius: 5%;
      width: 20%;
      font-size: 60px;
      padding: 70px 50px;
      margin-top: 10%;
      margin-left: 2%;
      font-weight: bold;
    }

    .HFRepeat{
      position: absolute;
      display: none;
      z-index: 1;
     
      border-radius: 5%;
      width: 20%;
      font-size: 60px;
      padding: 70px 50px;
      margin-top: 5%;
      margin-left: 75%;
      font-weight: bold;
    }

@media screen and (max-width:2560px) {
    .startBtn{ padding:150px 200px;
    }
    .micIcon{ font-size: 175px;}
}
@media screen and (max-width:1920) {
    .startBtn{ padding:125px;}
    .window{width: 60%; margin-top: 10%;}
}

@media only screen and (max-width:1100px) {
    .window{width: 90%;
    margin-left: -45%;
  margin-top: 1%;}
  .optionsIcon{
    font-size: 150px;
  }
  .wordTitle{font-size: 150px;}
    .startBtn{ padding:150px;}
    .optionTitle{font-size: 50px; margin-top: 40px;}
    .closeBtn{font-size: 100px;
    margin-bottom: 20px;}
    .sidenav a {font-size: 35px;}
    .switch{ 
       margin-bottom: 100px;
    }
    .switchslider{
     
      width: 120px;
      height: 60px;
    }
    .switchslider:before{
      height: 50px;
      width: 50px;
    }
    input:checked + .switchslider:before { 
      -webkit-transform: translateX(55px);
      -ms-transform: translateX(55px);
      transform: translateX(55px);
    }
    .slider{
      height: 60px;
    }
    .slider::-webkit-slider-thumb {
      height: 60px;
      width: 60px;
    }
    table{
      border-spacing: 10px 0;
    }
    .selectBtn{
      margin-top: 50%;
      font-size: 60px;
      
    }
   
    .HFWindow{
      position: absolute;
      z-index: 3;
      margin-left: 20%;
      margin-top: 95%;
      padding: 5px 5px;
      width: 60%;
      font-size: 60px;
      text-align: center;
      border-radius: 25px;
    }

    .HFRepeat{
      position: absolute;
      top: 0px;
      z-index: 3;
      margin-left: 15%;
      margin-bottom: 5%;
      padding: 5px 5px;
      width: 70%;
      font-size: 40px;
      text-align: center;
      border-radius: 25px;
    }
    .modal-content {
      font-size: 40px;}
      
      select{
        font-size: 50px;
      }
      .applyBtn{
        background-color: white;
        color: black;
        border: 2px solid #555555;
        font-size: 50px;
        margin-top: 5%;
        border-radius: 10px;
      }
}


 




