#menu-bar {

    height: 3.5em;
    width: 100%;
    background-color: white;
}

.menu-button {

    text-decoration: none;
    display: block;
    height: 3.5em;
    width: 25%;
    float: left;

}

.mb-title {

    display: flex;
    height: 2.6em;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(128,128,128,1.0);
    background-color: rgba(231, 231, 231, 1.0);

}

.mb-t-c {

    font-size: 115%;


}

.mb-bluebox {

    display: block;
    height: 3em;
    width: 100%;
    background-color: rgba(0, 165, 227, 1.0);
    transition: 250ms;

}

.mb-bluebox:hover {

    height: 3.4em;

}

.mb-b_h {

    height: 3.4em;

}

.mb-noanim {
    pointer-events: none;
}
