﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #f1f8f4;
    color: #444444;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
 /*   max-width: 280px;*/
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/*Home*/

.btn-pledge {
    background: #3fa66aad;
    color: white !important;
    padding: 8px 16px;
    border-radius: 5px;
}
.site-content 
{
    padding: 0px;
    background: #eff8f4;
    margin-top: 20px;
}
.logo {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #444444;
}
    .logo span 
    {
        color: #3fa66a;
        
    }
/* =========================
   WHITE FOOTER (PUBLIC)
========================= */
.site-footer {
    background: #ffffff;
    padding: 40px 0 2px 0px;
    color: #444444;
    border-top: 1px solid #eef2f7;
    font-size: 14px;
}

    .site-footer h4,
    .site-footer h5 {
        color: #152937;
        margin-bottom: 12px;
        font-weight: 600;
    }

.footer-desc {
    font-size: 14px;
    line-height: 1.7;
    max-width: 360px;
    color: #444444;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        color: #444444;
        text-decoration: none;
        transition: color 0.25s ease, transform 0.25s ease;
    }

        .footer-links a:hover {
            color: #16a34a;
            transform: translateX(4px);
            text-decoration: underline;
        }

/* Footer bottom strip */
.footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eef2f7;
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
}
.pt-3 {
    padding-top: 1rem !important;
}

/*-- Home Banner*/

.banner-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.custom-caption {
    background: rgba(0,0,0,0.55);
    padding: 25px;
    border-radius: 6px;
}

    .custom-caption h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .custom-caption p {
        font-size: 18px;
        margin-bottom: 15px;
    }

