.root-footer-split-banner{
    padding-top: 4px;
    background-image: linear-gradient(to right, rgb(36, 90, 165), rgb(59, 188, 240))
}

.root-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.root-footer-dept-logo, .root-footer-noaa-logo{
    margin-top: 5px;
}

.root-footer-info-links{
    font-weight: normal;
    font-size: .7em;
    line-height: 0.8em;
}

