body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background: #f5f5f5;
    color: #212529;
}

header {
    box-shadow: 0 4px 24px 0 rgba(0,30,84,0.04);
}

.logo {
    height: 60px;
}

.hero {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #3b1857 !important;
    margin-left: 1.2rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #80369d !important;
}

.btn-primary {
    background: #025ca1;
    border: none;
}

.btn-primary:hover {
    background: #01416d;
}

.btn-outline-secondary {
    border: 1px solid #80369d;
    color: #80369d;
}

.btn-outline-secondary:hover {
    background: #e5d8f0;
    color: #3b1857;
    border-color: #3b1857;
}

.btn-secondary {
    background: #feba46;
    color: #181818;
    border: none;
}

.btn-secondary:hover {
    background: #d89c19;
    color: #fff;
}

.donate-banner {
    background: #80369d !important;
    color: #fff;
    font-weight: 500;
    letter-spacing: .04em;
}

.btn-warning {
    background: #feba46;
    color: #181818;
    border: none;
}

.btn-warning:hover {
    background: #e09c17;
    color: #fff;
}

.bg-purple { background: #80369d !important; color: #fff; }
.bg-pink { background: #e13b93 !important; color: #fff; }
.bg-blue { background: #025ca1 !important; color: #fff; }
.bg-orange { background: #feba46 !important; color: #181818; }

.text-blue { color: #025ca1 !important; }
.text-purple { color: #80369d !important; }
.text-pink { color: #e13b93 !important; }

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.features h5, .features p {
    color: #315099;
}

.features img {
    margin-bottom: 20px;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 24px 0 rgba(128,54,157,.04);
    background: #fff;
}

.card h6 {
    font-size: 1.1rem;
    font-weight: 700;
}

.card p {
    font-size: .98rem;
    margin-bottom: 0;
}

.row > [class^="col-"] {
    margin-bottom: 24px;
}

footer {
    background: #222;
    color: #fff;
    font-size: 0.92rem;
}

footer small img {
    margin-top: 14px;
}

.newsletter-signup input[type="email"] {
    border-radius: 30px;
    padding: 0.5em 1.2em;
    font-size: 1em;
}

.newsletter-signup button {
    border-radius: 30px;
    padding: 0.5em 1.5em;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-link { margin-left: .5rem; }
    section { padding-left: 0; padding-right: 0; }
}

@media (max-width: 575.98px) {
    .hero { min-height: 110px; }
    .logo { height: 40px; }
    section { padding-top: 24px; padding-bottom: 24px; }
    .card { margin-bottom: 20px; }
}
