@charset "utf-8";
/* CSS Document */

.menu-container{
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    border-bottom-width: thin;
    border-bottom-style: solid;
    z-index: 2;
}
.menu-box{
    width: 50%;
    margin-left: 25%;
    float: left;
    display: block;
    margin-top: 5px;
}
nav ul{
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
    top: auto;
    bottom: auto;
    margin-right: auto;
    }
nav a{
    text-decoration: none;
    color: #FFFFFF;
    /* [disabled]margin-bottom: 4px; */
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-weight: 200;
    /* [disabled]font-size: 1.3em; */
}
nav a:hover {
    /* [disabled]color: #071F8F; */
}
