body {
    font-family: "Stratum2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #eeaf00;
}

h4 {
    font-weight: bold;
}

.legalArchiveContainer {
    background: url("../img/footer-sig-emblem.png") no-repeat 0 200px;
    background-size: cover;
    overflow: auto;
    background-color: #000;
    color: #eee;
}

.legalSummeryContainer {
    height: calc(100vh - 48px);
    overflow: auto;
}

@media (min-width: 768px) {
    .legalArchiveContainer {
        height: calc(100vh - 48px);
        padding: 2.375rem 0;
        background-size: contain;
    }
}

@media (max-width: 769px) {
    .legalSummeryContainer {
        margin-top: 60px;
        height: calc(100vh - 108px);
    }
}

.list-group {
    list-style: none;
    margin-top: 50px;
}

.nav-item a {
    display: inline-block;
    background-color: transparent;
    color: #eeaf00;
    width: 100%;
    height: initial;
    margin: 0;
    padding: .4375rem .625rem;
    border: 2px solid #eeaf00;
    border-radius: 0;
    font-size: 1em;
    font-weight: 500;
    transition: .2s all ease-in-out;
    text-transform: uppercase;
    cursor: pointer !important;
    text-decoration: none;
    margin-bottom: 20px;
}

.nav-item a:hover,
.nav-item a.active {
    border-color: #fff;
    background-color: rgba(56, 56, 56, .6);
    color: #fff;
}

.termsOfServiceCopy {
    height: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28238, 175, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-brand {
    width: calc(100% - 74px);
    overflow: hidden;
    text-overflow: ellipsis
}

footer {
    background-color: #000;
    color: #fff;
    padding: 12px;
}