.footer{
    position: relative;
    background-color: #6C6C6C;
    height: 65px;
    width: 100%;
    margin-top: 0px;
    z-index: 1;
}
.foot{
    float: left;
    color: white;
    font-size: 14px;
    margin: 23px 10px 10px 10px;
    text-transform: uppercase;
}
.footerIcon{
    margin: 15px 20px 0 20px;
}
.footerIcon:nth-child(1){
    margin: 15px 20px 0 40px;
}
.footerIcon:hover{
    cursor: pointer;
}
.footerLink:hover{
    cursor: pointer;
    border-bottom: 1px solid white;
}
.footerText{
    
}
.footerText:hover{
    cursor: pointer;
    border-bottom: 1px solid white;
}

@media screen and (max-width:800px) {
    .footer{
        height: 300px; 
    }
    .footerIcon:nth-child(4){
        float: none;
        width: 32px;
    }
    .footer div:nth-child(4){
        clear: both;
    }
    .footerLink, .footerText{
        line-height: 10%;
        margin-left: 30px;
    }
}