.navbar-image {
    width: 150px;
}

.navbar-item {
    background: transparent;
    margin: 1rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

a.navbar-item:hover {
    background-color: #0086cc !important;
    color: white !important;
}

a.navbar-item:active {
    background-color: #0086cc !important;
    color: white !important;
}

.has-pattern-bg {
    background-image: url(/images/svg/floating-cogs.svg);
}

body.has-navbar-fixed-top {
    padding-top: 5rem !important;
}

.box {
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,0.06) !important;
}
