.navigationbar{
    height: 6%;
    width: 100%;
    background-color: white;
    border-bottom: solid 2px #2E74A0;
    box-sizing: border-box;
    float:left;
    position:fixed;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.3);
}

.navlink {
    float: left;
    margin-left: 12%;
    width: 10%;
    height: 100%;
    background-color: white;
}

.navlink > a:hover{
    font-weight: bold;
    color: #2E74A0;
}

.navlink > a {
    color: black;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
}


.navigationbar > nav {
    height: 100%;
}

.navactive > a {
    font-weight: bold;
    color: #2E74A0;
}

