.footer {
    background-color: #3F3F3F;
    position: absolute;
    bottom: -314px;
    width: 100%;
    height: 314px;
}
.footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.uasea-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
}
.uasea-logo img {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-menu-title {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
}
.footer-menu {
    padding: 0 0 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.footer-nav {
    list-style-type: none;
}
.footer-nav-item {
    text-align: right;
}
.copyright {
    text-align: center;
    margin-bottom: 10px;
}
.cop-text {
    color: #fff;
    font-weight: 200;
}