/* Mearanz - Classical Music Information Resource */
/* Base color: #1B39E2 */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.content-pad {
    padding: 1.5rem;
    padding-bottom: 3rem;
}

/* Navbar */
.navbar {
    background-color: #1B39E2 !important;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

/* Footer */
.site-footer,
footer.bg-dark {
    background-color: #1B39E2 !important;
}

/* Primary button */
.btn-primary {
    background-color: #1B39E2;
    border-color: #1B39E2;
}

.btn-primary:hover {
    background-color: #1530c0;
    border-color: #1530c0;
}

.btn-outline-primary {
    color: #1B39E2;
    border-color: #1B39E2;
}

.btn-outline-primary:hover {
    background-color: #1B39E2;
    border-color: #1B39E2;
}

/* Links */
a {
    color: #1B39E2;
}

a:hover {
    color: #1530c0;
}

/* Text accent */
.text-primary {
    color: #1B39E2 !important;
}

/* Cards */
.card {
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
