h1.app-name {
    font-weight: bold;
}

.search input[type=search] {
    transition: all ease 150ms;
}

.search input[type=search]:hover {
    background-color: #f5f5f5;
}

.search input[type=search]:focus {
    box-shadow: none !important;
}

.sidebar-toggle {
    background-color: transparent !important;
}
