#header_container
{
    width : 100%;
    height : 70px;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items: center;
    justify-content: center;

    background-color : #0033a3;
}

#header_main
{
    width : 70%;

    min-width : 720px;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : space-between;
}

#header_logo_container
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;
}

#header_logo
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : center;

    margin-right : 20px;
}

#header_logo img
{
    width : 70px;
    height : 70px;

    margin : 0px;
    padding : 0px;
}

#header_title
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;
}

#header_title a
{
    margin : 0px;
    padding : 0px;

    color : white;

    text-decoration : none;

    font-size : 1.2em;
}

#header_menu
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_links
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    padding-right : 10px;
    margin-right : 10px;

    border-right : 1px solid white;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_links ul
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;

    list-style-type: note;
}

#header_links ul li
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    margin-left : 10px;
    margin-right : 10px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_links ul li a
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    color : white;

    text-decoration : none;

    font-size : 16px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_links ul li a:hover
{
    color : rgb(255, 218, 0);
}

#header_login
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_login ul
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    display : flex;
    align-items : center;
    justify-content: center;

    list-style-type: note;
}

#header_login ul li
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    margin-left : 10px;
    margin-right : 10px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_login ul li a
{
    height : 100%;

    margin : 0px;
    padding : 0px;

    color : white;

    text-decoration : none;

    font-size : 16px;

    display : flex;
    align-items : center;
    justify-content : center;
}

#header_login ul li a:hover
{
    color : rgb(255, 218, 0);
}