footer {
    background: #3C3E46;
    position: relative;
    bottom: 0px;
    width: 100%;
}

footer .bottomfoter {
    background: #313339;
    width: 100%;
    height: 50px;
}

footer .topfoter {
    width: 100%;
    height: 100%;
    display: table-cell;
}
.Pading{
    padding-left: 20px;
}
footer p {
    color: white;
    font-size: 18px;
}

ul {
    list-style-type: none;
    color: white;
    margin-top: 30px;
    float: right;
}

li {
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    color: white;
    white-space: pre-line;
}

.long {
    width: auto;
    text-align: justify;
    line-height: 30px;
    max-width: 645px;
}
.enamd
{
    background: #4A4C53;
    padding: 10px;
    border-radius: 5px;
}
.relationship {
    font-size: 15px;
    margin-top: -40px;
    white-space: pre-line;
    margin-right: 5px;
    display: flex;
    align-items: center;

}

.relationship div {
    background: #4A4C53;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 5px;
    display: flex;
}

.relationship .texticon {
    font-size: 12px;
}
.relationship p {
    font-size: 15px;
}


.Relationships {
    display: -webkit-box;
}

@media screen and (max-width: 640px) {
    .Relationships {
        display: block;
        margin-top: -20px;

    }

    .relationship {
        font-size: 10px;
    }

    ul {
        margin-top: 35px;

    }
}
