/* Custom overrides */
body { padding-top: 70px; }
.desktop-only { }
@media (max-width: 1024px) {
    .desktop-only { display: none!important; }
}
.btn-outline-danger {
    margin: 0 15px 0 15px
}
.navbar-brand {
    margin: 0 15px 0 15px
}
.butmar {
    margin: 10px 0 10px 0;
}