/* Styles for the navigation bar */

div#headerbar
{
    width: 100%;
    margin-bottom: 8px;
    min-height: 150px;
    min-width: 1020px;
}

div#headerbarlogos
{
    margin-bottom: 12px;
}

div#headerbarmenu
{
}

div#addressfooter
{
    font-size:     75%;
    margin-top:    8px;
    margin-bottom: 8px;
}

table#navtable
{
    border: none;
    border-collapse: collapse;
}

table#navtable td
{
    border-top: none;
    border-bottom: none;
    border-left: 2px solid black;
    border-right: 2px solid black;
    padding: 4px 12px 4px 12px;
}

table#navtable td.dropdown
{
    border-left: none;
    border-right: none;
}

table#navtable td a
{
    font-family: sans-serif;
    font-size: 14pt;
    color: black;
    text-decoration: none;
}

img#claritylogo
{
    margin-top: 0px;
    height: 70px;
    width: 222px;
}

img#universitylogo
{
    margin-top: 0px;
    width: 267px;
    height: 70px;
}

img#institutelogo
{
    width: 318px;
    height: 70px;
    margin-left: 2px;
    margin-right: 2px;
}

/* Drop down menu */
/* See https://www.w3schools.com/Css/css_dropdowns.asp */

.dropdown
{
    position: relative;
    display: inline-block;
}

.dropdown-content
{
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    background-color: #f8f8f8;
}

.dropdown:hover .dropdown-content
{
    display: block;
}

.navitem
{
    font-family: sans-serif;
    color: black;
    text-decoration: none;
    white-space: nowrap;
}

span.navitem
{
    font-size: 14pt;
}

p.navitem
{
    font-size: 14pt !important;
    margin: 0.5em;
}

a.navitem
{
    font-size: 14pt !important;
}
