*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
	footer {
    background-color: #000000;
    line-height: 1.3;
    font-family: ;
}
footer li{
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: none;
    color: orange;
}

.ft-title {
    color: orange;
    font-size: 1.5rem;
    padding-bottom: 0.2rem;
    font-family: 'Roboto', sans-serif;
}

.ft-main {
    padding: .2rem 1.05rem;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
    color: #9b9b9b;
    text-transform: none;
    font-weight: 400;
}
.ft-main-item {
    padding: .5rem;
    min-width: 12.5rem /*200px*/;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

/*form {
    display: flex;
    flex-wrap: wrap;
}
input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
}
input[type="submit"] {
    background-color: yellowgreen;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
}*/

.ft-social {
    padding: 0 1.875rem 1.25rem;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #777 solid; 
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.ft-legal {
    padding: 0.9375rem 3rem;
    background-color: #3f3f3f;
    font-family: 'Roboto', sans-serif;
}
.ft-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
}
.ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    color: white;
}
/* one before the last child */
.ft-legal-list li:nth-last-child(2) {
    flex: 1;       /* same as flex-grow: 1; */
}