#srgm_site_hdr {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
}

/*
h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
*/

#srgm_site_hdr_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#srgm_site_hdr_nav ul li {
    margin-left: 20px;
}

#srgm_site_hdr_nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

#srgm_site_ftr {
    background-color: #333;
    color: #fff;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}