html, body {width: auto!important; overflow-x: hidden!important} 

    html{
        background-image: url("/Icons/about_bck.png");

    }

    body{
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0;
        margin: 0;

        
    }

    #openBtn {
        font-size: 30px;
        cursor: pointer;
        position: fixed;
        right: 15px;
        top: 15px;
        color: #000000;
        background: none;
        padding: 10px;
        z-index: 2;
        transition: 0.5s;
        outline: inherit;
        border: none;
        
    }

    #mainContent{
        transition: margin-right 0.5s; /* Add transition for smooth effect */
    }

    #sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        display: flex;
        justify-content: flex-start;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: rgb(245, 245, 245);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 12px;
    }

    #sidebar a {
        padding: 8px 8px 8px 32px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        color: rgb(24, 24, 24);
        display: block;
        transition: 0.3s;
    }

    #sidebar ul{
        padding-inline-start: 10px;
    }



    #sidebar li{
        list-style: none;
    }

    a{
    text-decoration: none;
    color: black;

    }

    p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(48, 48, 48);
    font-size: 15pt;
    text-align: justify;

    }




    h1, h2{

        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20pt;
        

    }


 

    .navbar{
        background-color: rgba(255, 255, 255, 0.123);
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 8vh;
        
    }

    .heading{
        width: 80%;
        height: 20vh;
        display: flex;
        justify-content: center;
    }

    .powered{
        width: 45%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .powered p{
        font-weight: bold;
        font-size: 10pt;
    }

    .sponsor_logo{
        width: 90px;
    }

    .navbuttons{
        width: 80%;
        display: flex;
        justify-content: space-between;
    }

    .helpers{
        display: inline;
    }

    .otherbtn{
        
        width: 90%;
        display: flex;
        justify-content: flex-end;
        transition: opacity 0.5s ease-in-out;
        
    }

    .hamburger{
        cursor: pointer;
        width: 30px;
    }

    

   .otherbtn ul{
    display: none;
    text-align: right;
    
   }

    .otherbtn li{
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 15pt;
        margin-bottom: 2vh;
        transition: opacity 0.5s ease-in-out;

    }



  


    .recent_flights{
        background-color: rgb(0, 0, 0);
        height: 3vh;
        width: 100%;
        align-items: center;
    }

 
  


    .question{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 35vh;
    }
    h1, h2{
        
        margin-top: 3vh;
        color: rgb(36, 36, 36);
    }

    .logo{
        margin-top: 25px;
    width: 10vw;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;


    }


    .navbtn{
        -webkit-tap-highlight-color: transparent;
    }




    .search_cont{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }

    .search_icon{
        position: absolute;
        left: 29.2vw;
        z-index: 2;
    width: 1vw;
    opacity: .08;
    }



    .input_field{
        width: 40%;
        height: 3vh;
        padding: 10px;
        border: none;
        border-radius: 80px;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
        background-color: rgba(255, 255, 255, 0.301);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        outline: none;
        font-size: 20pt;
        backdrop-filter: blur(10px);
        padding-left: 2.5vw;
        padding-top: 1vh;
        
    }

    ::placeholder{
        color: rgba(0, 0, 0, 0.288);
    }


    .icon{
    height: 5vh;
    margin: 0 .5vw 0 .5vw;
    }



    .div_line{
    background-color: rgba(206, 206, 206, 0.692);
    height: .1vh;
    width: auto;



    }


.plane_photos{
    margin-top: 30vh;
}
  

    .plane_img {
    width: 25vw;

    }

   
    .plane_photos, .about, .searchResults{
    display: flex;
    justify-content: center;

    }

    .row{
        display: grid;
        justify-items: center;
    grid-template-areas: "a b c";    
    grid-auto-columns: 25vw;
        
    }

    .pfp{
        background-image: url("/Icons/PFP.png");
    width: 200px;
    height: 200px;
    background-size: contain;
    border-radius: 100%;
    margin-bottom: 5vh;
    margin-top: 5vh;

    }
    .about{
        padding-top: 1vh;
        display: grid;
        justify-items: center;
    grid-template-areas: "a";    
    grid-auto-columns: 50vw;
        
    }

    .copyright{
        display: flex;
        justify-content: center;
        text-align: center;
    }




    .plane_photos, .about, .searchResults{
        flex-wrap: wrap; /* Adjust as needed */
        
        }



        .contribute{
width: 100%;
display: flex;
justify-content: center;

        }


    @media (max-width: 700px) {

        #sidebar{
            padding-top: 10px;
        }

        #sidebar a {
            padding: 2px 2px 8px 0px;
            font-size: 12pt;

        }

        #openBtn{
font-size: 14pt;
        }

        #sidebar ul{
            padding-inline-start: 25px;
        }

        .sponsor_logo{
            width: 50px;
        }
        .powered{
            width: 70%;

        }
    
        .powered p{
            font-size: 6pt;
        }

    
        .hamburger{
            cursor: pointer;
            width: 20px;
        }

        .otherbtn li{
font-size: 10pt;

        }


        .row{
        
        grid-template-areas: "a";    
    
            
        }

        .plane_img{
            width: 80vw;
            
            }


            .about{
    
            grid-auto-columns: 70vw;
                
            }

            p{
                font-size: medium;
            }

            .pfp{
                margin-bottom: 1vh;
                margin-top: 1vh;
            }
            p{
                font-size: 10pt;
            }

            h1, h2{
                font-size: 12pt;
            }

        

            .row{
                display: grid;
                grid-template-columns: 1fr;
            }

            .search_cont{
                height: 30px;


            }

            .logo{
                width: 30vw;
            }
            
            
            
            .query_q{
                width: 40vw;
        
                
            }


            .search_icon{
                left: 17vw;
            width: 4vw;
            opacity: .03;
            }
            
            
            
            .input_field{
                width: 60%;
                height: 1vh;
                font-size: 10pt;
                padding-left: 8vw;
                
            }

      

        

        
        
        
    }
    

    @media (min-width: 700px) and ( max-width: 1000px) {

        #openBtn{
            font-size: 16pt;
                    }
        #sidebar ul{
            padding-inline-start: 30px;
        }

        #sidebar a {
            padding: 2px 2px 8px 0px;

        }

        .sponsor_logo{
            width: 70px;
        }
        .powered{
            width: 55%;

        }
    
        .powered p{
            font-size: 8pt;
        }

        .otherbtn li{
            font-size: 12pt;
            
                    }

        .hamburger{
            cursor: pointer;
            width: 20px;
        }

        .row{
        
            grid-template-areas: "a b";    
            grid-auto-columns: 45vw;
            
        }

        h1, h2{
            font-size: 16pt;
        }

        .plane_img{
            width: 45vw;
            }
        
            .about{
    
                grid-auto-columns: 70vw;
                    
                }

            

                .search_cont{
                    margin-top: 3vh;
                    height: 30px;
                    margin: auto;
                    
                }
                
                
                
                .query_q{
                    width: 40vw;
            
                    
                }


                .logo{
                    width: 20vw;
                }   

            .search_icon{
                left: 19vw;
            width: 2vw;
            opacity: .03;
            }
            
            
            
            .input_field{
                width: 60%;
                height: 1vh;
                font-size: 10pt;
                padding-left: 4.5vw;
                
            }

    
        
            

        
    }


    @media  (min-width: 1200) and (max-width: 1500) {
        .logo{
            width: 10vw;
        }
        
    }
