/* Site-wide styles for latinprayer.org Django */

body {
    font-family: 'Source Serif 4', 'Georgia', serif;
    color: #222;
    background: #fafafa;
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.site-footer {
    color: #888;
}
.site-footer a {
    color: #666;
    text-decoration: none;
}
.site-footer a:hover {
    color: #333;
}

/* Override dwbible defaults for the standalone site */
.dwbible-article {
    max-width: 900px;
    margin: 0 auto;
}
