:root
{
  --default-max-width: 1150px;
}

nav[id='mainnav']
{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 50px;
    row-gap: 30px;
    flex-wrap: wrap;
    max-width: var(--default-max-width);
    margin-left: auto;
    margin-right: auto;
    font-family: 'Bookman Old Style', 'georgia', 'serif';
    line-height: 1.5;
}

div[id="navheader"]
{
    width: fit-content;
    margin-right: auto;
}

div[id="navcontainer"]
{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.navitem
{
    font-size: 16pt;
    color: #000000;
    text-decoration: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.navitem:hover
{
    border-bottom: #000000 2px solid;
    margin-bottom: 0px;
    cursor: pointer;
}

h1[id = 'navh1']
{
    color: #1f497d;
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-wrap: nowrap;
}

h2[id = 'navh2']
{
    color: #1f497d;
    font-size: 14pt;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-wrap: nowrap;
}