#navbar{
    background-color: #A1B57D;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.logo{
    display: flex;
    justify-content: baseline;
}

.kumpas{
    padding-left: 30px;
    height: 60px;
    margin: 0px 15px;
}

.navigation-bar{
    padding: 0px 20px 0px 20px;
}

.logo li{
    margin-right: 30px;
    font-size: large;
    font-weight: 600;
}

.logo a{
    color: black;
}

.logo h2{
    padding-top: 10px;
    font-family: 'Varela Round', sans-serif;
    font-size: 2rem;
    font-weight: 900;
}

.score-link.nav-link{
    color: white !important;
}

.score-link.nav-link.active{
    color: black !important;
}

#title{
    background-color: #449D48;
    background-size: cover;
    box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

#body{
    background-color: #70BD49;
}
.container{
    margin: 0px 100px 0px 100px;
}

.welcome{
    font-weight: 900;
    margin: 20px 0px;
    text-align: center;
    font-size: 4rem;
}

.quote{
    text-align: justify;
    font-style: italic;
    font-size: x-large;
    margin-top: 25px;
    font-size: 2rem;
}

.author{
    text-align: end;
    font-size: x-large;
}

.login-btn{
    font-size: x-large;
}

.asl-video{
    width: 620px;
    height: auto;
    margin-bottom: 100px;
}

.about{
    margin-right: 50px;
}

#goal-section{
    background-color: #E4D8CA;
}

.goal-container{
    margin: 0px 100px 0px 100px;
}

.goal-container h1{
    margin-top: 50px;
}

.goal{
    text-align: center;
    font-weight: 900;
    font-size: 3.5rem;
    margin-top: 30px;
}

.goal-col{
    text-align: center;
}

.goal-col i{
    padding-top: 25px;
    font-size: 4rem;
}

.goal-col i:hover{
    color: #FFF6BD;
}

.goal-col h3{
    padding-bottom: 50px;
}

#about-section{
    background-color: #64A547;
}

.about-container{
    margin: 0px 100px 0px 80px;
}

.admin-text{
    margin-bottom: 15px;
}

.about-us{
    text-align: center;
    font-weight: 900;
    font-size: 3.5rem;
    margin-top: 30px;
}

.about-content{
    text-align: justify;
    font-size: 1.5rem;
    margin-left: 50px;
}

.line{
    height: 670px;
    width: 250px;
    margin-top: 20px;
}

.contact-pic{
    text-align: center;
    border-radius: 50%;
    width: 30%;
    padding-bottom: 10px;
    margin-left: 150px;
    margin-top: 40px;
}

.contact-name{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.contact-name2{
    text-align: center;
    font-size: 1.3rem;
}

/*LOGIN PHP*/
.login-bg{
    background-image: url(images/login-bg.jpg) ;
}

.login-row{
    display: flex;
}

.form{
    width: 500px;
}

.admin-text{
    color: white;
    padding-bottom: 15px;
  }

.user{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    margin: -50px 130px;
  }
  
  .login-header{
      margin-top: 250px;
      color: white;
      font-family: 'Poppins', sans-serif;
      font-weight: 900;
      font-size: 2.5rem;
  }
  .login-subheader{
      font-size: large;
      font-style: italic;
      color: white;
      font-family: 'Poppins', sans-serif;
      font-size: 1.5rem;
  }
    /* Add styles to the form container */
    .login-form {
      max-width: 400px;
      padding: 16px;
      background-color: #000000;
      background-blend-mode: lighten;
      box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
      color: white;
      align-items: center;
      margin: 70px auto 0px auto;
      border-radius: 20px;
    }
  .login-form h2{
    margin-top: 50px;
    text-align: center;
  }
    /* Full-width input fields */
  .loginid, .loginpassword{
      width: 100%;
      padding: 15px;
      margin: 5px 0 5px 0;
      border: none;
      background: #f1f1f1;
      box-sizing: border-box;
    }
  
    /* Set a style for the login button */
    .login {
      background-color: #4CAF50;
      color: white;
      padding: 16px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      opacity: 0.9;
    }

    span{
        color: red;
        text-align: center;
    }

    #test{
        color: black;
    }
    
    .btn:hover {
      opacity: 1;
    }
  
    .password{
      color: white;
    }
  
    /* Set a style for the new account button */
    .newaccount {
      background-color: #FDF0E0;
      color: black;
      padding: 16px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      opacity: 0.9;
    }
    
    .app-body{
        background-color: #2B323C;
    }

    .app-body h3{
        text-align: center;
        font-family: 'Anton', sans-serif;
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .app-body td{
        font-family: 'Anton', sans-serif;
        font-size: 1.25rem;
    }

    #sign-language{
        margin: 50px 100px;
    }


    #sign-language h1{
        text-align: center;
        font-family: 'Anton', sans-serif;
    }

    .box-1{
        width: 496px;
        height: 300px;
        background: #63A544;
        margin-top: -15px;
        justify-items: center;
        border-radius: 20px;
        margin-right: 300px;
    }

    .box-2{
        width: 850px;
        height: 300px;
        background: #63A544;
        margin: 40px auto auto auto;
        border-radius: 20px;
        
    }

    #input{
        text-align: center;
    }

    #input1{
        border-radius: 20px;
        width: 400px;
        height: 210px;
        margin: auto;
        background-color: white;
        font-size: 4rem;
        text-align: center;
        font-family: 'Anton', sans-serif;
    }

    #textfield, #textfield1{
        width: 400px;
        height: 210px;
        border-radius: 20px;
        text-align: center;
        margin: auto;
        font-size: 3rem;
        font-family: 'Anton', sans-serif
    }

    #textfield3{
        width: 700px;
        border-radius: 20px;
        text-align: center;
        margin: auto;
        font-size: 3rem;
        font-family: 'Anton', sans-serif
    }

    .tableone,.tabletwo {
        width: 700px;
        margin-top: 10px;
    }

    .output1{
        padding-top: 20px;
        padding-left: -50px;
        font-size: 2.5rem;
    }
    
    .output2{
        padding-top: 50px;
        font-size: 4rem;
    }
    
    .arrow{
        position: absolute;
        margin-left: 550px;
        margin-top: 50px;
        width: 250px;
        height: 150px;
    }

    #result{
        border-radius: 20px;
        width: 400px;
        height: 275px;
        margin: 60px 45px auto;
        background-color: white;
        font-size: 4rem;
        text-align: center;
        font-family: 'Anton', sans-serif;
    }

    .submit{
        font-size: 20px;
        background-color: #449D48;
        color: white;
        margin: 10px auto;
    }

    .hand{
        width: 500px;
        padding-bottom: 30px;
    }

    .alphabet{
        margin: 100px auto 0px auto;
        max-width: 100%;
        height: 200px;
    }

    .table {
        position: absolute;
        left: 50%;
        margin-top: 15%;
        margin-bottom: 5%;
        transform: translate(-50%, -50%);
        border-collapse: collapse;
        width: 1300px;
        height: 200px;
        border: 1px solid #bdc3c7;
        box-shadow: 1px 2px 12px rgba(0,0,0,0.2), -1px -1px 8px rgba(0,0,0,0);
    }
    
    tr {
        transition: all .2s ease-in;
        cursor: pointer;
    }
    
    th, td {
        padding: 12px;
        text-align: left;
        border-bottom: 2px solid black;
        text-align: center;
    }
    
    th {
        background-color: #63A247;
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem;
    }

    tr:nth-child(even) {
        background-color: #6FBE49;
    }
    
    tr:nth-child(odd) {
        background-color: #F5EFE6;
    }

    .table-title{
        /* margin-top: -100px; */
        color: white;
    }

    @media screen and (max-width: 768px){
        .kumpas{
            padding-left: 10px;
            height: 60px;
            margin: 5px 0px;
        }
        .welcome{
            font-weight: 900;
            margin: 20px 0px;
            text-align: center;
            font-size: 3rem;
        }
        .container{
            margin: 0px 20px 0px 30px;
        }
        .quote{
            text-align: justify;
            font-style: italic;
            font-size: x-large;
            margin-top: 25px;
            font-size: 1.5rem;
        }
        
        .author{
            text-align: end;
            font-size: 1.25rem;
        }
        
        .login-btn{
            font-size: 1.5rem;
            width: 200px;
            margin: 0px 200px 30px 225px;
        }

        .asl-video{
            width: 650px;
            height: auto;
        }

        .goal{
            text-align: center;
            font-weight: 900;
            font-size: 3rem;
            margin-top: 30px;
        }

        .about-us{
            text-align: center;
            font-weight: 900;
            font-size: 3rem;
            margin-top: 30px;
        }

        .about-content{
            text-align: justify;
            font-size: 1.5rem;
            margin: 0px 25px 25px 40px;
        }

        .contact-name{
            text-align: center;
            font-size: 1.25rem;
        }

        .contact-pic{
            text-align: center;
            border-radius: 50%;
            width: 20%;
            padding-bottom: 10px;
            padding-left: 5px;
            margin-left: 65px;
        }

        .dropdown{
            margin-left: 400px;
        }

        .login-header{
            margin-top: 200px;
            font-size: 2.25rem;
        }
        .login-subheader{
            font-size: 1.25rem;
        }

        .user{
            width: 90px;
            height: 90px;
            border-radius: 50%;
            position: absolute;
            margin: -60px 115px;
          }
        
        .login-form {
            max-width: 350px;
            padding: 16px;
            background-color: #000000;
            background-blend-mode: lighten;
            box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
            color: white;
            align-items: center;
            margin: 60px auto 0px auto;
            border-radius: 20px;
          }
        .login-form h2{
            font-size: 1.5rem;
            margin-top: 40px;
            text-align: center;
        }
        .loginid, .loginpassword{
            width: 90%;
            padding: 10px;
            margin: 5px 15px;
            border: none;
            background: #f1f1f1;
            box-sizing: border-box;
        }
        .login {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            width: 90%;
            opacity: 0.9;
            margin: 0px 15px;
        }
        .newaccount {
            background-color: #FDF0E0;
            color: black;
            padding: 10px 20px;
            border: none;
            cursor: pointer;
            width: 90%;
            opacity: 0.9;
            margin: 0px 15px;
        }

        #username{
            margin-top: 50px;
        }

        .user-input{
            margin-top: 10px;
        }

        .arrow{
            transform: rotate(90deg);
            margin-left: 150px;
            margin-top: 300px;
            margin-bottom: 40px;
        }

        .line{
            height: 670px;
            width: 250px;
            margin-top: 20px;
            transform: rotate(90deg);
        }

        .div-line{
            display: none;
        }

        .about-container{
            display: none;
        }

        b{
            margin-left: 15px;
        }

        @media screen and (max-width: 450px){
            .logo{
                display: flex;
                justify-content: baseline;
            }
            
            .kumpas{
                padding-left: 10px;
                height: 60px;
                margin: 5px 0px;
            }

            .app-body{
                width: 425px;
            }

            .welcome{
                font-weight: 900;
                text-align: center;
                font-size: 2.5rem;
            }

            .quote{
                text-align: center;
                font-style: italic;
                font-size: x-large;
                margin-top: 25px;
                font-size: 1.5rem;
                width: 350px;
            }

            .container{
                margin: 0px 30px 0px 0px;
            }

            .login-btn{
                font-size: 1.5rem;
                width: 200px;
                margin: 0px 70px 30px 70px;
            }
            
            .asl-video{
                width: 350px;
                height: auto;
                margin-bottom: 50px;
            }

            .goal-container h1{
                text-align: center;
                font-weight: 900;
                font-size: 2.5rem;
                margin-top: 30px;
            }

            .goal-col h3{
                font-size: 1.25rem;
                padding-bottom: 10px;
            }

            .icon{
                padding-bottom: 20px;
            }

            .about-us{
                text-align: center;
                font-weight: 900;
                font-size: 2.5rem;
                margin-top: 30px;
            }

            .about-content{
                text-align: justify;
                font-size: 1.2rem;
            }

            .about-container{
                margin: 0px 0px 0px 50px;
            }

            .contact-pic{
                text-align: center;
                border-radius: 50%;
                padding-bottom: 10px;
                margin-left: 35px;
            }

            .login-header{
                visibility: hidden;
                display: none;
            }
            .login-subheader{
                visibility: hidden;
                display: none;
            }

            .header{
                display: none;
            }

            .user{
                width: 90px;
                height: 90px;
                border-radius: 50%;
                position: absolute;
                margin: -50px 115px;
              }

            .login-form{
                margin: 40px auto 0px auto;
            }

            .login-form h2{
                font-size: 1.5;
            }
            
            .login-form {
                max-width: 350px;
                padding: 16px;
                background-color: #000000;
                background-blend-mode: lighten;
                box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
                color: white;
                align-items: center;
                margin: 50px auto 0px auto;
                border-radius: 20px;
              }
            .login-form h2{
              margin-top: 50px;
              text-align: center;
            }
            .loginid, .loginpassword{
                width: 90%;
                padding: 10px;
                margin: 5px 15px;
                border: none;
                background: #f1f1f1;
                box-sizing: border-box;
            }
            .login {
                background-color: #4CAF50;
                color: white;
                padding: 10px 20px;
                border: none;
                cursor: pointer;
                width: 90%;
                opacity: 0.9;
                margin: 0px 15px;
            }
            .newaccount {
                background-color: #FDF0E0;
                color: black;
                padding: 10px 20px;
                border: none;
                cursor: pointer;
                width: 90%;
                opacity: 0.9;
                margin: 0px 15px;
            }

            .username{
                margin-top: 50px
            }
            
            .table-title{
                /* margin-top: -250px; */
                margin-left: 50px;
                text-align: center;
                width: 350px;
                color: white;
            }

            .alphabet {
                margin-left: -30px;
                margin-top: 70px;
                margin-bottom: 100px;
                max-width: 100%;
                height: 200px;
                padding-left: 75px;
            }

            .output{
                margin-left: -85px;
            }

            .arrow {
                margin-left: 30px;
                margin-top: 200px;
                margin-bottom: 50px;
                transform: rotate(90deg);
            }

            .box-2{
                width: 496px;
                height: 401px;
                background: #7FB77E;
                margin: 20px 100px 20px auto;
                border-radius: 20px;
           
            }

            .hand{
                margin-left: -10px;
            }
            
            .user-input{
                margin-top: -100px;
                margin-left: -95px;
            }

            .user-input-box input{
                width: 0%;
            }

            #registration{
                margin-top: -50px;
            }
            .head-title h1{
                font-size: 2.5rem;
                margin-bottom: -90px;
            }
            .box-1{
                width: 400px;
                height: 400px;
                background: #63A544;
                margin-right: -600px;
                justify-items: center;
                border-radius: 20px;
            }
        
            #textfield, #textfield1{
                width: 350px;
                height: 200px;
                border-radius: 20px;
                text-align: center;
                margin: auto auto;
                font-size: 4rem;
                font-family: 'Anton', sans-serif
            }
            .output1{
                padding-top: 20px;
                padding-bottom: 30px;
                font-size: 3rem;
            }
            .hand{
                display: none;
            }
            .arrow{
                margin: 20px auto 30px auto;
                width: 250px;
                height: 150px;
            }
            .alphabet{
                display: none;
            }
            .box-2{
                width: 400px;
                height: 400px;
                background: #63A544;
                margin: 20px auto;
                border-radius: 20px;
            }
            .tableone,.tabletwo {
                margin-left: 35px;
                width: 350px;
                margin-top: 10px;
            }
        
            #result{
                width: 350px;
                height: 250px;
                border-radius: 20px;
                text-align: center;
                margin: auto auto;
                font-size: 4rem;
                font-family: 'Anton', sans-serif
            }
            
            tr {
                transition: all .2s ease-in;
                cursor: pointer;
            }
            th, td {
                text-align: left;
                border-bottom: 2px solid black;
                text-align: center;
                width: 10px;
                font-size: 1rem;
            }
            .app-body td{
                font-family: 'Anton', sans-serif;
                font-size: 1rem;
            }
        }
    }

    /*Password Page*/

    .card-container{
        width: 600px;
        height: 350px;
        background-color: #63A544;
        border-radius: 15px;
        padding: 30px 0px 100px 0px;
        margin: 125px auto 30px auto;
        color: white;
    }

    .label-pass{
        margin: 10px 5px;
        border-radius: 10px;
    }

    .label-username{
        margin: 10px 0px;
        border-radius: 10px;
        padding-left: 10px;
    }

    .password-btn{
        margin-top: 15px;
        margin-left: 180px;
    }

    .user-error{
        color: red;
        text-align: center;
    }

    .password-reset{
        width: 150px;
        margin-right: 30px;
    }
    input{
        width: 200px;
    }

    .password-rst label{
        width: 150px;
        margin-left: 20px;
    }

    .forgotpassword{
        background-image: url(images/password-bg.jpg);
    }


    .admintable{
        width: 1450px;
        margin: 50px 50px 0px 40px;
    }

    .admin-font{
        font-size: 1rem;
    }

    .update-btn:hover{
        transform: scale(1.10);
    }

    .head-title h1{
        margin-top: -30px;
        margin-bottom: 20px;
        color: white;
        font-size: 3.5rem;
    }
    
    .profile{
        background-image: url(images/sign-language.jpg) ;
    }

    .regBtn{
        margin-left: 500px;
        margin-top: 20px;
        padding: 10px;
        background-color: #E4D8CA;
    }
    .reportBtn{
        margin-top: 20px;
        margin-left: 100px;
        padding: 10px;
        background-color: #E4D8CA;
    }

    .reportadminBtn{
        margin-top: 20px;
        padding: 10px;
        background-color: #E4D8CA;
    }

    .adminlist{
        margin-right: 0px;
    }

    .width, #result{
        border-radius: 20px;
        width: 250px;
        height: 175px;
        margin: 20px 45px auto;
        background-color: black;
        text-align: center;
        font-family: 'Anton', sans-serif;
    }

    .box-3{
        width: 496px;
        height: 300px;
        background: #63A544;
        margin-top: -15px;
        justify-items: center;
        border-radius: 20px;
    }
    