footer{
    min-height: 600px;
    max-height: 50vh;
    background-color: rgba(0, 0, 0, 0.05);
    
}

@media screen and (max-width:1100px){
    footer{
        height: 100vh;
    }



}