/*
Base boostrap theme from https://bootswatch.com/flatly/
*/

.nav-tabs a.nav-link.active {
    color: #2c3e50;
}

.hero-image {
    background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/64a7efc3dd831098c50e81ee/64a7efc3dd831098c50e8300_Chroma-Church-Giving-Hero-Image.png");
    background-size: auto, cover;
    color: #ffffff;
}

.declaration-small {
    font-size: small;
}

.declaration {
    color: #666666;
}

.nfc {
    background-image: url('/static/nfc-100.svg');
    background-repeat: no-repeat;
    background-position-y: bottom;
}