﻿body {
}

#mp25div-top-bar {
    background-color: #041e42;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 17px;
}

    /* Combined all link states for top bar */
    #mp25div-top-bar a:link,
    #mp25div-top-bar a:visited,
    #mp25div-top-bar a:active,
    #mp25div-top-bar a:hover {
        color: #fff;
        text-decoration: none;
    }

.mp25HeaderLogoSection {
    background-color: #041e42;
}

/* Media query for small screens */
@media (max-width: 767px) {
    .mp25HeaderLogoSection {
        margin-top: 59px;
    }
}

#menuToggle {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1030;
}

#menuContent {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 1030;
    max-height: 80vh;
    overflow-y: auto;
    background-color: yellow;
    width: 80%;
    padding: 10px;
}

/* Style the icon bars */
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: gray;
    margin: 4px 0;
}

.mp25FooterBarBIG {
    background-color: #000;
    padding: 0px;
    color: white;
}

#mp25footer-text {
    text-align: right;
    background-color: #041e42;
    color: #fff;
    padding: 10px;
}

    /* Links in footer text section */
    #mp25footer-text a {
        color: #fff !important;
        text-decoration: none;
    }

        #mp25footer-text a:hover {
            color: #ddd;
        }

#mp25footer-end {
    text-align: center;
    background-color: #bf0d3e;
    color: #fff;
    padding: 10px;
}

    /* Links in footer end section */
    #mp25footer-end a {
        color: #fff !important;
        text-decoration: none;
    }

        #mp25footer-end a:hover {
            color: #ddd;
        }
