/* ----------------------------------------
 header
 -----------------------------------------*/

div#header {
    grid-row:1;
    background: #F5F5F5;
    border-bottom: solid 2px #47A7A3;
}

div#title {
    margin-left: 10px;
    float: left;
}

div#title {
    margin-left: 10px;
    float: left;
}

div#title img {
    height: 60px;
}

/*
div#subtitle {
    color: #0077BB;
    font-size: 20px;
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    width: 200px;
}
*/
.subtitle{
    color: #0077BB !important;
    font-size: 20px !important;
    margin-top: 20px !important;
}

/*
.dropdown-toggle, .dropdown-item {
    text-decoration: none;
    color: #0077BB !important;;
}
*/

/*
.nav-link {
    text-decoration: none;
    color: #0077BB !important;;
}
*/

.mcf-menu-item {
    text-decoration: none;
    color: #0077BB !important;;
    font-size: 18px;
}

div#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 16px;
}

div#copyright {
    width: 100%;
    min-height: 16px;
    background: #003366;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
}
