#navigationBar{
    height: 60px;
    background-color: #22577A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0px;
    width: 100%;
    color: #ffffff;
}

#navigationBar > img {
    height: 60px;
}

#navigationBar > span {
    margin-left: 15px;
    font-size: larger;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}