﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.about-the-fund {
    background-color: rgba(24, 97, 172, 0.25);
}



.btn {
    text-transform: uppercase;
    font-size: 0.7em;
    margin-top: 0.5em;
}



.header-admin-secton {
    color: #0D4775;
    font-size: 1.1em;
}

.header-email {
    color: #70BFE6;
    font-size: 1.0em;
}

.WaysToGiveHeader {
    padding-left: 20px;
}

.WaysToGiveText {
    font-size: 1.0em;
    padding-left:20px;
    padding-bottom:3em;
}


.content-section {
    font-size: 1.2em;
    text-align: left;
    padding: 3em 2em 1.5em 1.5em;
    line-height: 1.2em;
}

.content-section-high {
    font-size: 1.2em;
    text-align: left;
    padding: 5em 7em 5em 3em;
    line-height: 1.2em;
}

.footer-block {
    font-size: 1.0em;
    text-align: left;
    padding: 3% 15% 0% 2%;
    line-height: 1.2em;
    color: #FFF;
}

h2 {
    font-family: Montserrat;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    font-weight:700;
    color: #0D4775;
}

h3 {
    font-family: Montserrat;
    font-size: 1.4em;
    margin-bottom: 1em;
    text-transform: uppercase;
    margin-top: 1em;
    color: #0D4775;
}

h4 {
    font-family: Montserrat;
    font-size: 1.0em;
    text-transform: uppercase;
    margin-bottom: 2em;
    margin-top:2em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #0e395b;
    border-color: #0e395b;
    font-family: Montserrat;
}

.btn-outline-primary {
    color: #0e395b;
    border-color: #0e395b;
    font-family: Montserrat;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 1em;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Barlow', Verdana;
}

.footer {

    bottom: 0;

  
    background-color: #113A5A;
   
    color:white;
    padding-left:3em;
    padding-top:2em;
    padding-bottom:2em;
}

.footer a{color:white;}

.middle-menu {
    background-color: #0E395B;

}

.middle-menu-box {
    background-color: #0E395B;
    padding-left: 15px;
    padding-bottom:1em;
    color: white;
    text-align: center;
}

.middle-menu-box a {color:#fff; text-decoration:none;}

.middle-menu-box-arrow 
{
    color: #EBCA6E;
    font-weight:600;
}

.middle-menu-center-image 


{
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}


/*FAQ*/

.faq-box-outside {
    background-color: #D8F3FF;
}

.faq-box {
    background-color:#1861acd9;
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
}
a {
    text-decoration: none;
}

.link-event {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #0D4775;
}


.link-sub-event {
    font-family: Barlow, 'Open Sans';
    text-decoration: none;
    font-weight: bold;
}

.faq-sub-event {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.sub-event-text {
    margin-left: 40px;
}

.faq-card {
    margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {
    main-banner {
        background-color: #003366;
    }
}

.faq-banner {
    background-color: #003366;
    height: 200px;
}

    .faq-banner h3 {
        margin-top: 30px;
        margin-left: 10px;
        color: white;
        font-size: 28px;
        font-weight: bold;
    }


.faq-collapse-icon {
    float: right;
    font-size: 25px;
    -webkit-text-stroke-width: 3px;
}

.matching-btn{
    margin-top:0.5em;
    width:97%;
}

.donate-btn {
    margin-top: 0.5em;
    width: 48%;
}

