@media screen and (max-width:768px){
    *{
        margin: 3px;
        padding: 3px;
        box-sizing: border-box;
    }
    body{
        padding: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    header{
        height: 290px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .navbar{
        display: flex;
        flex-direction:row ;
        justify-content: center;
        justify-items: center;
        padding: 5px;
        padding-left: px;
        gap: 5px;
    }
    .login-box{

        height: 500px;
        margin-top: 200px;
    }
    .login-box .signup {
        margin: 2px;
    }
    .login-container{
        padding-top: 120px;
    }
    footer{
        width: 100%;
        height: auto;
    }
    .contact-form-container{
        margin-top: 260px;
    }
}

@media screen and (max-width:600px){
    header{
        height: 8vh;
        padding: 0 10px;
    }
    .logo {
        max-height: 400px;
    }
}

@media screen and (max-width:360px) {
    .contact-form-container{
        margin-top: 20px;
    }
}

@media screen and (max-width : 430px){
    *{
        margin: 1px;
        padding: 1px;
        box-sizing: border-box;
    }
    body{
        padding: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    header{
        height: fit-content;
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
	.Header-logo{
		padding-right: 0;
	}
	#signout-form{
    	display: none;
		padding-right: 0;
	}
    .navbar{
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-items: center;
        padding: 1px;
        gap: 1px;
    }
    .nav-link{
        margin: 1px;
        padding: 2px;
        padding-top: 11px;
        text-align: center;
    }
	.dropdown{
		float: none;
        overflow: hidden;
        padding-top: 25px;
        margin-right: 1px;
	}
    .logout-btn{
        right: 25%;
        height: 15px;
        position: relative;
    }
    .login-box{

        height: 435px;
        margin-top: 2px;
    }
    .login-box .signup {
        margin: 2px;
    }
    .login-container{
    	margin: 1px;
        padding-top: 1px;
    }
    .alert{
        margin-top: 10px;
    }
    .container{

    }
    aside{
        width: 60px;
 
    }
    .link-btn {
        width: 100px;
        height: 30px;
        margin: 0;

    }
    table{
        max-width: 100%;
        max-height: 300px;
        width: 100%;
        height: auto;
        font-size: 10px;
        border-collapse: collapse;
    }
    td, th{
        width: 55px;
        padding: 2px;
        word-wrap: break-word;
        max-width: 200px;
        white-space: normal;
    }
    .navbar-p{
        gap: 5px;
        width: 70px;
    }
    footer{
        width: 100%;
        height: auto;
    }
    .user-logo{
       height: 50px; 
    }
    main{
        width: 300px;
        padding-top: 100px;
    }
    .card{
        width: 300px;
        padding: 5px;
        font-size: x-small;
        text-align: center;
    }
    .contact-form-container{
        margin-top: 20px;
    }

	.logo{
		position: relative;
        top: 50%;
        left: -120%;
	}
}