﻿/* 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. */

#FundNameHeader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.about-the-fund {
    font-size: 1.2em;
    text-align: left;
    padding: 5em 7em 5em 5em;
    line-height: 1.2em;
    width: 50%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.35);
    color: #FFF;
}

.about-the-fund h1{
    color:#FFF;
}
.charitable-class-link {
    color: #aee2f8;
}

.about-eaf {
    font-family: 'Open Sans';
    font-weight: 100 !important;
    font-size: 0.9em;
}

.banner-area {
    background: no-repeat;
    background-size:cover;  /*100% 100%;*/
}

@media only screen and (max-width: 1365px) 
{
    .banner-area {
        background-color: rgba(0, 0, 0, 0.35);
        background-image: none !important;
    }
    .about-the-fund {
        width: 100%;
        padding: 2em 2em 2em 2em;
        height: auto;
    }
}


@media only screen and (min-width: 1366px) and (max-width:1535px)
{

    .about-the-fund {
        width: 80%;
        padding: 3em 5em 3em 5em;   /*2 5 2 5*/
        height: auto;
    }
  
}

@media only screen and (min-width: 1536px) and (max-width:1919px)
{

    .about-the-fund {
        width: 80%;
        padding: 4em 5em 4em 5em; /*2 5 2 5*/
        height: auto;
    }
}

@media only screen and (min-width: 1920px) and (max-width:2560px) {

    .about-the-fund {
        font-size: 1.2em;
        width: 60%;
        padding: 7em 5em 7em 5em; /*5 5 2 5*/
        height: auto;
       
    }
}

@media only screen and (min-width: 2561px) {

    .about-the-fund {
        width: 40%;
        padding: 5em 7em 5em 5em;
        height: auto;
       
    }


}


    .btn {
        text-transform: uppercase;
        font-size: 0.7em;
        margin-top: 0.5em;
    }

    .hideme {
        visibility: hidden;
        display: none;
    }

    .hide-header {
        display: none;
    }

    .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;
    }

    h1 {
        font-family: Montserrat;
        font-size: 1.8em;
        opacity:0.90;
        margin-bottom: 0;
        font-weight: 600;
        color: #0D4775;
    }

    h2 {
        font-family: Montserrat;
        font-size: 1.8em;
        margin-bottom: 0;
        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: 0.97em;
        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;
        height: 350px;
    }

    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;
        }
    }

    @media only screen and (max-width: 780px) {
        .middle-menu {
            visibility: hidden;
            display: none;
        }

        .large-screen-only {
            visibility: hidden;
            display: none;
        }

        .content-section-high {
            padding: 1em 1em 1em 1em
        }
    }

    .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%;
        padding: 0.375rem 0.45rem !important;
    }

/* Collapsing the menu earlier*/

@media (max-width: 800px) 
{
    /*.navbar-header {
        float: none;
    }*/

/*    .navbar-toggle {
        display: block;
    }*/
    /*.navbar-expand-sm .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }*/

/*        .navbar-collapse.collapse {
            display: none !important;
        }
*/
    /*.navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }*/
}


