footer {
    font-family: Siro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 20px 20px 20px;
    /* height: calc(100vh - 100px);
    max-height: 540px;
    min-height: 400px; */
    box-sizing: border-box;
    background: #0C1117;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column nowrap;
}

footer .link-set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}

footer .link-set-resources {
    font-size: 12px;
    font-weight: 600;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .link-set-resources>.item:nth-child(1n + 2)::before {
    content: "|";
    margin: 0 8px;
}

footer .mp-logo>img {
    width: 175px;
    height: 50px;
    display: block;
}

footer .link-set-social {
    font-size: 32px;
}

footer .link-set-social>a {
    min-width: 24px;
    margin: 0 16px;
}

footer .link-set-social>a:last-child {
    margin-right: 0;
}

footer .cbs-sports {
    display: inline-block;
    width: 150px;
    height: 18px;
}

footer .legalese {
    font-size: 12px;
}

footer .trademark {
    margin: 8px 0 0;
    opacity: 0.6;
}


/* navbar */