
header {
    position: fixed;
    width: 1290px;
    height: 80px;
    background-color: beige;
    margin-top: -8px;
    margin-left: 0px;
    
}


.alpha {
    height: 120px;
    position: fixed;
    background-color: beige;
}
.beta {
    width: 1290px;
    height: 43px;
    position: fixed;
    margin-left: -8px;
    margin-top: -8px;
    border: solid beige 6px;
    background-color: beige;
    text-align: center;
    z-index: 1;
}
.halj {
    
    width: 1290px;
    height: 40px;
    position: fixed;
    margin-left: -8px;
    margin-top: -8px;
    border: solid  beige 6px;
    background-color: beige;
   
    
    z-index: 1;
    
}
.gloss {
    width: 90%;
    margin:auto ;
    padding-top: 50px;
    font-size: 18px;
    line-height: 1,5;
    position: relative;
}
.land {
   padding-left: 5px;
}
nav {
    width: 1290px;
    height: 80px;
    display: flex;
    margin-left: 0px;
}

.pealkiri2 {
    width: 370px;
    height: 60px;
    padding-left: 430px;
    position: relative;
    display: block;
}
.pealkiri21 {
    width: 370px;
    height: 20px;
    text-align: center;
    position: relative;
    

}
.pealkiri22 {
    width: 370px;
    height: 15px;
    text-align: center;
    padding-top: -10px;
    position: relative;
    vertical-align: top;
   

}
.pealkiri4 {
    display: none;
}


.kodu {
    
    display: flex;
    width: 1290px;
    position: relative;
    

}
.kodu a {
    text-decoration: none;
}

    

.isa {
    padding-left: 0px;
    width: 50px;
    height: 30px;
    position: relative;
    padding-top: 20px;
    padding-left: 40px;
    
}


.otsimisaken {
    
    padding-left: 10px;
    position: relative;
   
}
.otsimisaken2 {
    margin-top: 15px;
    padding-left: 10px;
    position: relative;
   
    
}




input {
    width: 210px;
    height: 20px;
    

}
.jrk {
    display: flex;
}

    

.stable {
    padding-top: 65px;
}
.wrapper-main {
    width: 1290px;
    padding-top: 60px;
   margin-left: 0px;
}
.wrapper-alph {
    width: 1290px;
    padding-top: 120px;
}

h2 {
    color: rgb(90, 4, 4);
}
h3 {
    color: rgb(95, 95, 95);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

    
   
}
h4 {
    color: rgb(95, 95, 95);
    font-style: italic;
}

table {
    width: 1290px;
    padding-top: 0;
    z-index: 1;
   
}
#alphabet {
    width: 1290px;
     
    
}



table,
th,
td {
    border-collapse: collapse;
}

tr {
    border-bottom: solid white 7px;
}


.th {
    background-color:  beige;
    font-weight: bold;
    font-size: 14 rgb(90, 4, 4) ;
    border:solid beige ;
    text-align: center;
    display: none;
   
    
    
}



table td:nth-child(odd) {
    font-weight: bold;
    text-align: left;
    
}


iframe {
    border: none;
    width: 1290px;
    height: 100%;
    margin-left: 0px;
    margin-top: -10px;
    position: fixed;
    z-index: -1;
   
    
    
   

    
}
.brgrmenu {
    height: 30px;
    width: 30px;
    display: none;
}
.brgrmenu a {
    display: inline-block;
}
ul {
    display: inline;
}
ul li {display: inline-block;}
ul li:hover {background: #555;}
ul li:hover ul {display: block;}
ul li ul {
  position: absolute;
  width: 200px;
  display: none;
}
ul li ul li {  
    display: block; 
  }
  ul li ul li a {display:block;} 
  ul li ul li:hover {background: #666;}

.dropbtn {
    background-color:  rgb(240, 238, 238);
    color:grey;
    width: 180px;
    height: 26px;
    font-size: 13px;
    cursor: pointer;
    border: solid grey 1px;
    border-radius: 3px;
    position: relative;
    
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: rgb(212, 240, 156);
  }
  
  .dropdown {
    width: 220px;
    height: 19px;
    padding-top: 22px;
    display: block;
    position: relative;
    padding-left: 100px;
    
    
    
    
  }
  
  .dropdown-content {
    
    position: relative;
    background-color: #f1f1f1;
    min-width: 160px;
    height: 400px;
    overflow-y: scroll;
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
    
    
  }
  
  .dropdown-content a {
    color: black;
    padding: 10px 8px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}
 @media only screen and (max-width:600px) {
   
    section {
        width: 100%;
    }
    .wrapper-alph, .wrapper-alph .stable{
        width: 100%;
    }
    .wrapper-main {
        padding-top: 80px;
    }
    .wrapper-alph {
        padding-top: 125px;
    }
    header, nav, .kodu {
        width: 100%;

    }
    nav {
        display: flex;
    }
    iframe {
        width: 100%;
    }
    table {
        max-width: 100%;
    }

    .kodu {
       
    display: flex;
    width: 100%;
    position: relative;
        
    }

    .pealkiri2 {
        width:100% ;
        height: 60px;
        padding-left: 10px;
        position: relative;
        display: block;
        padding-left: 30px;
        text-align: left;
        margin-top: -5px;
        
    }
    .pealkiri21 {
        width: 100%;
        height: 30px;
        text-align: left;
        position: relative;
        padding-left: 0px;
        vertical-align: top;
    
    }
    .pealkiri22 {
        width: 100%;
        height: 15px;
        text-align: left;
        margin-top: -10px;
        position: relative;
        vertical-align: top;
        padding-left: 0px;
       
       
    
    }
    
    .alpha, .beta, .halj {
        width: 100%;
    }
    .halj {
        text-align: center;
    }
    .house {
       display: none;
    
    }
   
    
    
    .isa {
        width: 50px;
        height: 30px;
        padding-left: 0px;
        margin-top: -11px;
        position: relative;
        padding-right: 20px;
    }
    
   
    .brgrmenu {
        height: 30px;
        width: 30px;
        display: block;
        padding-left: 10px;
        padding-top: 10px;
       
        position: relative;
    }
    .brgrmenu img {
        width: 30px;
        height: 30px;
    }
    .brgrmenu a {
        display: inline-block;
        text-decoration: none;
        color: black;
        font-size: 15px ;
        padding: 10px;
  
    }
    ul {
        display: inline;
        margin: 0;
        padding: 0;
    }
    ul li {display: inline-block;}
    ul li:hover {
        background: rgb(181, 202, 149);}
    ul li:hover ul {
        display: block;}
    ul li ul {
      position: absolute;
      width: 200px;
      display: none;
      z-index: 1;
      background-color: #f1f1f1;;
    }
    ul li ul li {  
        display: block; 
      }
      ul li ul li a {display:block;} 
      ul li ul li:hover {background:rgb(181, 202, 149) ;}
    
    
 
    }
    

@media only screen and (min-width: 601px) {
    section {
        width: 100%;
    }
    .wrapper-alph, .wrapper-alph .stable{
        width: 100%;
    }
    .wrapper-main {
        padding-top: 80px;
    }
    .wrapper-alph {
        padding-top: 125px;
    }
    header, nav, .kodu {
        width: 100%;

    }
    nav {
        display: flex;
    }
    iframe {
        width: 100%;
    }

    .kodu {
       
        display: flex;
        width: 100%;
        position: relative;
        
    }
    .pealkiri2 {
        width: 100%;
        height: 60px;
        padding-left: 20px;
        position: relative;
        display: block;
        padding-left: 20px;
        
    }
    .pealkiri21 {
        width: 100%;
        height: 20px;
        text-align: center;
        position: relative;
        
    
    }
    .pealkiri22 {
        width: 100%;
        height: 15px;
        text-align: center;
        padding-top: -10px;
        position: relative;
        vertical-align: top;
        padding-left: 0;
       
    
    }
    .brgrmenu {
        height: 30px;
        width: 30px;
        display: block;
        padding-left: 10px;
        padding-top: 10px;
        position: relative;
    }
    .brgrmenu img {
        width: 30px;
        height: 30px;
    }
    .brgrmenu a {
        display: inline-block;
        text-decoration: none;
        color: black;
        font-size: 15px ;
        padding: 10px;
  
    }
    ul {
        display: inline;
        margin: 0;
        padding: 0;
    }
    ul li {display: inline-block;}
    ul li:hover {background: rgb(181, 202, 149);}
    ul li:hover ul {display: block;}
    ul li ul {
      position: absolute;
      width: 250px;
      display: none;
      z-index: 1;
      background-color: #f1f1f1;;
    }
    ul li ul li {  
        display: block; 
      }
      ul li ul li a {display:block;} 
      ul li ul li:hover {background: rgb(181, 202, 149);}
    
    
 
    table {
        max-width: 100%;
    }
    .alpha, .beta, .halj {
        width: 100%;
    }
     
    .house {
        display: none;
    
    }
    
    .isa {
        width:50px;
        height: 30px;
        padding-left: 0px;
        position: relative;
        margin-top: -11px;
        padding-right: 20px;
    }
   
}   
    
 

@media only screen and (min-width: 768px) {
    section {
        width: 100%;
    }
    .wrapper-alph, .wrapper-alph .stable{
        width: 100%;
    }
    .wrapper-main {
        padding-top: 80px;
    }
    .wrapper-alph {
        padding-top: 125px;
    }
    header, nav, .kodu {
        width: 100%;

    }
    nav {
        display: flex;
    }

    .kodu {
       
        display: flex;
        width: 100%;
        position: relative;
    }
    .pealkiri2 {
        width: 100%;
        height: 60px;
        padding-left: 30px;
        position: relative;
        display: block;
    }
    .pealkiri21 {
        width: 100%;
        height: 20px;
        text-align: center;
        position: relative;
        padding-left: 0;
    
    }
    .pealkiri22 {
        width: 100%;
        height: 15px;
        text-align: center;
        padding-top: -10px;
        position: relative;
        vertical-align: top;
        padding-left: 0px;
       
    
    }
    .brgrmenu {
        height: 30px;
        width: 30px;
        display: block;
        padding-left: 10px;
        padding-top: 15px;
        position: relative;
    }
    .brgrmenu img {
        width: 30px;
        height: 30px;
    }
    .brgrmenu a {
        display: inline-block;
        text-decoration: none;
        color: black;
        font-size: 15px ;
        padding: 10px;
  
    }
    ul {
        display: inline;
        margin: 0;
        padding: 0;
    }
    ul li {display: inline-block;}
    ul li:hover {background: rgb(181, 202, 149);}
    ul li:hover ul {display: block;}
    ul li ul {
      position: absolute;
      width: 250px;
      display: none;
      z-index: 1;
      background-color: #f1f1f1;;
    }
    ul li ul li {  
        display: block; 
    }
      ul li ul li a {
       display:block;} 
      ul li ul li:hover {
      background: rgb(181, 202, 149);}
    
    
    iframe {
        width: 100%;
       
    }
    
    table {
        max-width: 100%;
    }
    
    .alpha, .beta, .halj {
        width: 100%;
    }
    .halj {
        text-align: center;
    }

    
    .isa {
        width: 50px;
        height: 30px;
        position: relative;
        margin-top: -11px;
        padding-right: 20px;
        
       
    }
   
    
}
     
    
 
@media only screen and (min-width: 993px) {
 section {
     width: 100%;
 }
 .wrapper-alph, .wrapper-alph .stable{
     width: 100%;
 }
 .wrapper-main {
     padding-top: 80px;
 }
 .wrapper-alph {
     padding-top: 100px;
 }
 header, nav, .kodu {
     width: 100%;
 
 }
 nav {
     display: flex;
 }
 .kodu {
       
    display: flex;
    width: 100%;
    position: relative;
}
.pealkiri2 {
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    display: block;
}
.pealkiri21 {
    width: 100%;
    height: 20px;
    text-align: center;
    position: relative;
    

}
.pealkiri22 {
    width: 100%;
    height: 15px;
    text-align: center;
    padding-top: -10px;
    position: relative;
    vertical-align: top;
   

}
.brgrmenu {
    height: 30px;
    width: 30px;
    display: block;
    padding-right: 10px;
    position: relative;
    align-self: flex-start;
}
.brgrmenu img {
    width: 30px;
    height: 30px;
}
.brgrmenu a {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 15px ;
    padding: 10px;

}
ul {
    display: inline;
    margin: 0;
    padding: 0;
}
ul li {display: inline-block;}
ul li:hover {background: rgb(181, 202, 149);}
ul li:hover ul {display: block;}
ul li ul {
  position: absolute;
  width: 250px;
  display: none;
  z-index: 1;
  background-color: #f1f1f1;;
}
ul li ul li {  
    display: block; 
}
  ul li ul li a {
   display:block;} 
  ul li ul li:hover {
  background: rgb(181, 202, 149);}

 iframe {
     width: 100%;
    
 }
 table {
    width: 100%;
 }
 
 
 .alpha, .beta, .halj {
     width: 100%;
 }
 

 
 .isa {
     width: 50px;
     height: 30px;
     position: relative;
     margin-top: -11px;
     padding-left: 0px;
     padding-right: 20px;
     
 }
 
 
}

 
@media only screen and (max-width: 1299px) {
    .sidebar {
        display: none;
    }
    

   
   
   
   
}    
 
@media only screen and (min-width: 1300px) {
    section {
        width: 100%;
    }
    .wrapper-alph, .wrapper-alph .stable{
        width: 100%;
    }
    .wrapper-main {
        padding-top: 80px;
    }
    .wrapper-alph {
        padding-top: 100px;
    }
    header, nav, .kodu {
        width: 100%;
    
    }
    nav {
        display: flex;
    }
    .kodu {
          
       display: flex;
       width: 100%;
       position: relative;
   }
   .pealkiri2 {
       width: 100%;
       height: 60px;
       padding-left: 0;
       padding-right: 20px;
       position: relative;
       display: block;
   }
   .pealkiri21 {
       width: 100%;
       height: 20px;
       text-align: center;
       position: relative;
       
   
   }
   .pealkiri22 {
       width: 100%;
       height: 15px;
       text-align: center;
       padding-top: -10px;
       position: relative;
       vertical-align: top;
      
   
   }
   .brgrmenu {
       display: none;
      
   }
    iframe {
        width: 86%;
        overflow-x: scroll;

       
    }
    table {
       width: 100%;
    }
    
    
    .beta, .halj {
        width: 100%;
    }
    .halj {
        
        text-align: left;
    }
   
    
    .isa {
        width: 50px;
        height: 30px;
        position: relative;
        margin-top: -11px;
        padding-left: 0px;
        padding-right: 20px;
        
    }
    .sidebar {
        width: 13%;
        padding-right: 13px;
        position: absolute;
        right: 0;
        top: 150;
        background-color: beige;
    
            
    }
    .sidebar a {
        display: inline-block;
        text-decoration: none;
        color: rgb(85, 85, 85);
        font-size: 15px ;
        font-weight: bolder;
        padding: 10px;
    
    }
    .sidebar ul {
        display: inline;
        margin: 0;
        padding: 0;
    }
    .sidebar ul li {display: inline-block;}
    .sidebar ul li:hover {background: rgb(181, 202, 149);}
    .sidebar ul li:hover ul {display: block;}
    
    
    .sidebar ul li {  
        display: block; 
    }
    .sidebar  ul li a {
       display:block;} 
      ul li ul li:hover {
      background:rgb(181, 202, 149);}
    
    
}
  


 
