
@media (max-width: 576px) {

    .navbar {
        padding: .5rem 1rem;
    }
    
    .nav-menu {
        width: 75%;
        background-color: #f88221;
        gap: 1rem;
    }

    .nav-list {
        gap: 1rem;
        padding: 2px;
    }

    .nav-link {
        color: var(--text-color);
        font-size: 15px;
        font-weight: 100;
        padding: 2px;
        gap: 1px;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .content {
        padding: 1rem;
    }
    
    .section {
        padding: 3rem 1rem;
    }

    hr{
        margin: 20px 0;
    }

    .theader{
    display: block;
    }
    .theader img{
        display: none;
    }
    .theader h1{
        display: none;
    }

    #home-slider{
        height: auto;
    }

    .home-about{
        margin-top: 20px;
        height: auto;
    }

    .home-about h4{
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }

    .home-about p{
        font-size: 12px;
        text-indent: 30px;
        text-align:justify;
    }

    #vazhipadudiv{        
        font-size: 10px;
        margin: 10px;
    }

    #vazhipadudiv h2{
        margin-bottom: 15px;
        padding: 10px;
        font-size: 18px;
    }

    #vazhipadudiv table tr th{
        font-size: 14px;
    }

    #vazhipadudiv .vlistright table tr th
    {
        display: none;
    }

    #vazhipadudiv table tbody tr:nth-child(odd)
    {
    background-color: #04AA6D;
    }
    #vazhipadudiv table tbody tr:nth-child(even)
    {
    background-color: darkkhaki;
    }

    #vazhipadudiv table tbody tr:hover{
        transform: rotateX(360deg);
        position: relative;
        transition: transform 1.5s;
        transform-style: preserve-3d;
        background-color: #f88221;
    }

    .directorboardmembers
    {
        margin: 30px 0;
    }

    .directorboardmembers h2{
        font-size: 18px;
    }

    .member h3{
        font-size: 14px;
    }
    .member p{
        font-size: 11px;
    }

    .memberImg{
        border-radius: 20%;
        width: 55%;
        /*background-color: transparent;*/
    }

    #noticeboard{
        margin: 10px;
    }

    #noticeboard h2{
        font-size: 18px;
    }

    #noticeboard .notices{
        margin-top: 5px;
        padding: 10px;
    }

    #noticeboard .notice h4{
        font-size: 14px;
        text-align: center;
    }

    #noticeboard .notice p{
        font-size: 10px;
    }

    #noticeboard .notice .footer .fright{
        text-align: right;
        margin-right: 10px;
    }

    #noticeboard .notice .footer .fleft{
        text-align: left;
        margin-right: 5px;
    }

    #noticeboard .notice .footer .fright h5{
        font-size: 10px;
    }

    #noticeboard .notice .footer .fleft h5{
        font-size: 10px;
    }

    .page-title h2{      
        font-size:22px;
        color: transparent;
    }

    

    .latest-gallery{
        padding:40px 0px 20px;
    }

    .addressandmail{
        margin-bottom: 10px;
    }
    .addressandmail .mailsection{
        padding : 10px 10px 5px 10px;
    }

    .addressandmail .mailsection input, .addressandmail .mailsection textarea{
        font-size: 12px;
    }

    .addressandmail .getintouch{
        background-color: transparent;
        padding : 30px 30px 15px 30px;
        border-radius: 20px;
        text-align: center;
    }

    .addressandmail .getintouch h2{
        display: none;
    }

    .location{
        margin: 20px 0;
        padding: 0;
    }

    .location iframe{
        height: auto;
    }

    footer{
        height: auto;
        background-color: var(--orange);
        padding: 5px;
        font-size: 10px;
    }

}