.Footer {
    position: absolute;
    position: absolute; bottom: 0; left: 0; right: 0;
    /* background: url('../img/FootBack0.jpg'); */
    background-color: #185667;
    background-size : cover;
    Display:flex;
    height: 270px;
    z-index: 5;
}
.FooterLogo {
    position: relative;
    Top:30px;
    left: 50px;
    width: 300px;
    height: 220px;
    flex:1;
}
.FooterLogo img {
    height: 210px;
}
.FooterCol {
    flex:1;
    color: white;
    padding: 20px 0px;
    font-family: "Confortaa";
    font-size: 20px;
    line-height : 2.2;
}
.FooterSocial {
    position:relative;
    top: 20px;
}
.FooterSocial img {
    height: 60px;
}
.FooterDisclaim {
    position:relative;
    top: 20px;
    font-size: 12px;
    line-height : 1.1;
}
@media screen and (max-width: 1280px) {
    .FooterCol {
        padding: 20px 10px;
        font-size: 20px;
    }
    .FooterLogo {
        Top:30px;
        left: 10px;
        width: 220px;
    }
    .FooterSocial img {
         height: 40px;
    }
}
