a {
    color: #00529b;
}

.site-header {
    background: #ffffffd1;
    padding-block-end: .8rem;
    padding: 10px 20px;
}

.site-header .site-branding {
    max-width: 70px;

}

.header-inner .site-navigation-left {
    justify-content: flex-start;
}

.site-navigation ul.menu li a {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
}

.site-navigation-dropdown ul {
    margin-left: 25px;
}

.site-header.fixed-top {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    z-index: 1030;
}

.site-info {
    font-weight: bold;
}

.site-footer {
    border-top: 1px solid #d5d5d5;
}

.footer-widgets{
    display: flex;
    justify-content: space-between;
}
.footer-widgets ul{
    list-style: none;
    padding: 0;
}

.footer-widget-2 {
    text-align: right;
}