/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.topbar_nav ul {
    display: flex;
    list-style: none;
    text-align: center;
}

.topbar_nav ul li {
    margin: 0 8px 0 8px;
    padding: 4px 11px 0 11px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #cacaca;
    background-color: #fff;
}

.topbar_nav ul li a {
    font-size: 17px;
    color: #5a5a5a;
}