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

.root-footer-taskbar{
    text-align: center;
    font-family: "Nunito Sans","Open Sans","Helvetica Neue",sans-serif;
    font-weight: bold;
    color: black;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 0.8em;
    padding-bottom: 5px;
}

.root-footer-taskbar-left{
    display: grid;
    column-gap: 5px;
    grid-template-columns: 0.1fr 10px 0.1fr 10px 0.1fr 10px 0.1fr 10px 0.1fr;
    padding-top: 8px;
    padding-right: 10px;
}

.root-footer-taskbar-link-left{
    padding-left: 0px;
    padding-right: 0px;
    text-shadow: 1px 1px rgb(241, 243, 245);
    white-space: nowrap;
    text-decoration: none;
}

.root-footer-taskbar-link-left:hover{
    background-color: rgb(231, 229, 229);
    cursor: pointer;
}

.root-footer-taskbar-arrow{
    font-size: 10px;
    line-height: 13px;
}

.root-footer-taskbar-right{
    display: grid;
    column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.root-footer-taskbar-link-right{
    padding-left: 0px;
    padding-right: 0px;
    text-shadow: 1px 1px rgb(241, 243, 245);
    white-space: nowrap;
    text-decoration: none;
}

.root-footer-taskbar-link-right:hover{
    background-color: lightgrey;
    cursor: pointer;
}

.root-footer{
    text-align: center;
    font-family: "Nunito Sans","Open Sans","Helvetica Neue",sans-serif;
    font-weight: bold;
    color: black;
    
    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: .8em;
    line-height: 0.8em;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
}

