.footer{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    font-family: "Lato";
    line-height: 30px;
    background-color: #000;
    height: 300px;
    z-index: 9999999;
    padding-top: 20px;
    margin-top: 50px;
}
.footer .blue{
    color: #fff;
}
.footer:hover .blue{
    color: #0081c6;
}
.footer .switch{
    color: #fff;
}
.footer:hover .switch{
    color: #f89728;
}
/*Index page Footer*/
.footerIndex{
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    font-family: "Lato";
    line-height: 30px;
    background-color: transparent;
    height: 100px;
    z-index: 9999999;
    padding-top: 0;
    padding-bottom: 50px;
    bottom: 0;
    left: 0;
    position: fixed;
}
.footerIndex .blue{
    color: #fff;
}
.footerIndex:hover .blue{
    color: #0081c6;
}
.footerIndex .switch{
    color: #fff;
}
.footerIndex:hover .switch{
    color: #f89728;
}