.StartFooter{
    width: 100%;
    height: 4px;
    background-color: #4f5469;
}
.Footer{
    width: 100%;
    height: 200px;
    background-color: rgb(205, 205, 205);
    background-image: linear-gradient(to bottom,#5f6680,#fff);
}
.ContFooter{
    width: 100%;
    height: 75%;
}
.CopyRight{
    width: 100%;
    height: 25%;
}
.AboutF{
    width: 49%;
    height: 100%;
    float: right;
}
.AboutF h1{
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 40px;
    padding-left: 20px;
    font-size: 18px;
}
.AboutF p{
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 20px;
}
.LinkF{
    width: 42%;
    height: 100%;
    float: left;
    text-align: center;
}
.TextLF{
    margin-top: 25px;
}
.IconLF{
    width: 100%;
    height: 50px;
}
.IconLF a{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    filter: grayscale(90%);
}
.IconLF a:hover{
    filter: grayscale(0%);
}
.IconLF img{
    width: 100%;
    height: 100%;
}
.CopyRight{
    text-align: center;
    padding-top: 13px;
}
@media only screen and (max-width:650px){
    .Footer{
        height: auto;
    }
    .AboutF{
        width: 100%;
    }
    .AboutF h1{
        font-size: 4.5vw;
    } 
    .AboutF p{
        font-size: 4.2vw;
    } 
    .LinkF{
        width: 100%;
        padding-bottom: 20px;
    }
    .TextLF{font-size: 4.5vw;font-weight: bold;}
    .CopyRight{font-size: 4.4vw;}
}