@media screen and (max-width:600px){
    .logo-front{
        width: 90%;
    }

    .enter-button {
        padding: 10px 20px;
        font-size: 1.2em;
        cursor: pointer;
        color: white;
        background:transparent;
        border:1px solid white;
        text-decoration: none;
        border-radius: 25px;
        transition: background 0.3s, color 0.3s;
        transform: translateY(130px);
        max-width: 70%;
        margin: auto !important;
    }
    .menuitems{
        font-size: 40px;
        text-align: center !important;
    }
    .menuitems ul{
        padding-left:0px !important;
    }

    .menuitems ul li a{
        font-size: 35px;
    }

    .menu-close-button{
        left:76%;
        border: 0.7px solid black;
    }

    .overlaymenubuttons{
        width: 90%;
        height: 10vh;
        display: none;
        /* background: red !important; */
        position: absolute;
        top:4%;
        left: 4%;
        justify-content:space-between;
        flex-direction: column;
        transform: scale(1);
    }
    .apply-button{
        
        z-index: 100;
        
        font-size: 15px;
        display: none;
    }
    .talk-to-counsellor-button{
    
        z-index: 100;
        
        font-size: 15px;
        display: none;
    }

    .footer{
        display: none;
    }
    .footer-mobile{
        width: 100%;
        height: 70vh;
        background: white;
        color: black;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }
    .footer-mobile-container{
        height: 100%;
        /* background: red; */
        width: 100%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0.7px solid rgb(56, 56, 56, 0.1);
        display: flex;
        flex-direction: column;
        justify-content:center;
    }
    .footer-mobile-logo{
        width: 100%;
        transform: translateY(-12px) scale(1);
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .line-divider{
        width: 90%;
        height: 0.6px;
        background: grey;
        margin-bottom: 10px;
    }
    .footer-mobile-contact{
        display: flex;
        flex-direction: column;
        margin: 0px 0px;
    }
    .footer-mobile-contact a{
        font-size: 15px;
        color: rgb(56, 56, 56);
        text-decoration: none;
        padding: 5px 0px;
    }
    .footer-mobile-socials{
        margin: 5px 0px;
    }
    .socialhead{
        margin-bottom: 5px;
    }
    .implinks a{
        font-size: 12px !important;
        padding: 0px 5px !important;
        margin: 0;
    }
    .copyright-text{
        font-size: 14px;
        transform: translateY(14px);
        margin-bottom: 0;
    }
    .implinks{
        transform: translateY(20px);
    }
    .slide{
        font-size: 25px !important;
        top:50% !important;
    }
    .arrow{
        font-size: 18px !important;
    }
    .menu-close-button{
        padding: 0px 15px;
    }
	.hideonmobile{
	    display:none !important;
    }
}