.navbar-item {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-right: 64px;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-item:hover {
    opacity: .8;
}

.navbar-item-bold {
    font-weight: bold;
}

.navigation-item-arrow {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: -20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.navigation-item-arrow--up {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px;
}

.navbar-item--toggle {
    position: relative;
}

.navbar-item--toggle:hover {
    opacity: 1 !important;
}

// WEBPACK FOOTER //
// ./src/styles/NavbarItem.css