.footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 30px;
    width: 100%;
    height: 35px;
    background-color: #39464e;
    color: white;
}

.footerLink{
    margin-top: 0;
    padding-top: 0;
    text-decoration: none;
    color: white;
}

.left-footer{
    float: left;
    margin-left: 2%;
}

.right-footer{
    float: right;
    margin-right: 2%;
}


@media(max-width: 1200px){
    .footer{
        height: unset;
    }

    .footerLink{
        font-size: 4vw;
    }
    
    .mid{
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

@media(max-width: 600px){
    .footer{
        height: unset;
    }

    .footerLink{
        font-size: 4vw;
    }
    
    .mid{
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    
    .mid-footer{
        display: none;
    }
}
