.navbar {
    transition: .5s;
}
.navbar.show {
    position: fixed;
    width: 100%;
    top: 0;
    border-radius: 0;
}
