/* ------- FONTS ------- */
#donate-header.display5Large{
    font-family: Barlow;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:var(--lightnavy1000);  
}
#donate-body-header.display5Large,
#donate-content-container h1 {
    font-family: Barlow;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:var(--lightnavy1000);
  
}
#body-text, #body-text-2{
    line-height:14.63px;
    font-size:.75rem;
    font-family: "Montserrat", sans-serif;
    font-style:normal;
    font-weight:400;
    color:var(--darkpurple);
    margin:0;
}
.pBolded{
    font-weight:700;
}
.underline{
    text-decoration:underline;
}
#donate-body-header{
    font-size:30px;
    line-height:36px;
    margin-top:20px;
    margin-bottom:20px;
    text-wrap:balance;
    text-align:left;
}

#donation-amounts a{
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#stripe-other-donate-container p{
    color: #FBFBFB;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* ------- LAYOUT ------- */
#donate-header{
    width: 14.375rem;
    padding:1rem 0;
    margin: 0 auto;
    border-bottom:2px solid black;
    position:relative;
    width:fit-content;
}
.donateBodyContainer{
    width: 18.171rem;
    box-sizing:border-box;
    height:auto;
    text-wrap: wrap;
    margin: 0 auto;
}
.donateBody{
    width:100%;
    height:auto;
    margin-top:0.7rem;
    display:block;
    flex-wrap:wrap;
    justify-content:center;
    position:relative;
    box-sizing:border-box;
    padding: 0;
}
a{
    text-decoration:none;
    color:var(--darkpurple);
}
#body-text-2{
    margin-top:23px;
    margin-bottom:23px;
}
#donate{
    width: 18.25rem;
    height: 17.325rem;
    flex-shrink: 0;
    margin: 35px auto;
    padding: 0;
    background: rgba(251, 251, 251, 0.80);
    box-shadow: 0px 4.136px 4.136px 0px rgba(0, 0, 0, 0.25);
}
#donate-container{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}
#donate-content-container h1{
    text-align: center;
    font-family: Barlow;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 1rem 0;
}
#donation-amounts a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.2585rem;
    flex-shrink: 0;
}
#donation-amounts.container{
    max-width:15.8rem;
}
#alt-donations.container{
    max-width:15.8rem;
}
#stripe-donate-container{
    background: #38499C;
    height: 6rem;
}
.stripe-other-donate-buttons,
#stripe-other-donate-container{
    width: 100%;
    height: 100%
}
#stripe-other-donate-container p{
    padding-top: 1rem;
}
#check-donate, #daf-donate{
    color: rgba(251, 251, 251, 0.80);
    font-family: "Montserrat", sans-serif;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
    display: flex;
    /* height: 1.88694rem; */
    padding: 0.56869rem 1.52506rem;
    justify-content: center;
    align-items: center;
    gap: 0.2585rem;
    flex-shrink: 0;
    border-radius: 0.2585rem;
    background: #B545B7;
    color: #FBFBFB;
}
/* --------------------- Modal Layout -------------- */
.modal{
    top: 275px;
}
.modal-header{
    border: none;
}
.modal-title{
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: normal;
    text-align: center !important;
    color: var(--darkpurple);
}
.modal-body-directions{
    background-color: var( --lavender);
    padding: 15px 0;
}
p.modal-body-message{
    font-family: "Montserrat", sans-serif;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 19.5px !important;
    text-align: center;
    color: var(--darkpurple) !important;
}
p.modal-body-directions{
    font-family: "Montserrat", sans-serif;
    font-size: .75rem !important;
    font-weight: 400 !important;
    line-height: 19.5px !important;
    text-align: center !important;
    color: var(--darkpurple)!important;
}
#check-modal-directions{
    text-align: center !important;
}
#daf-modal-body-directions{
    font-weight: 700 !important;
    padding: .5rem;
}
#daf-modal-body-directions span{
    font-weight: 400 !important;
}
button.close{
    border: none;
    background-color: transparent;
}
button.close span{
    font-weight: bold;
    font-size: 1.2rem;
}

/* --------------------- MEDIA QUERRIES -------------- */
@media only screen and (min-width: 576px){
    /* ------- LAYOUT ------- */
    .donateBodyContainer{
        width: 25.7rem;
        margin: 0 auto;
    }
}
@media only screen and (min-width:768px){
    /* ------- FONTS ------- */
    #donate-header.display5Large, 
    #donate-body-header.display5Large,
    #donate-content-container h1{
    font-size:2.625rem;
    line-height: normal;
    }
    #body-text,
    #body-text-2,
    #donation-amounts a,
    #stripe-other-donate-container p,
    #check-donate, 
    #daf-donate{
    font-size: 0.875rem;
    line-height: normal;
    }

    /* ------- LAYOUT ------- */
    #donate-header{
    width: 16.75rem;
    }
    .donateBodyContainer{
    width: 43.375rem;
    margin: 0 auto;
    }
    #donate
    {
    width: 35.1875rem;
    height: 29.25rem;
    margin-bottom: 6.5rem;
    }
    #donation-amounts.container{
        max-width:28rem;
        margin-bottom: 3rem;
    }
    #donation-amounts .row:last-child{
        margin-top: .4rem;
    }
    #alt-donations.container{
        max-width:28rem;
        height: 4.9rem;
    }
    #donate-content-container h1{
    padding: 1.5rem 0;
    }
    #stripe-donate-container, 
    .stripe-other-donate-buttons, 
    #stripe-other-donate-container{
    width: 100%;
    height: 8.1rem;
    }
    #donate-button-row{
        height: 4.9rem;
    }
    .altDonBtns{
        width: 50%;
        height: 3.375rem;
        padding: 0 12px;
    }
    #check-donate, #daf-donate{
        padding: 1.125rem 0;
    }
}
@media only screen and (min-width:992px){
    /* ------- LAYOUT ------- */
    .donateBodyContainer{
        width: 50rem;
    }
}
@media only screen and (min-width:1200px){
    /* ------- FONTS ------- */
    #donate-header.display5Large, 
    #donate-body-header.display5Large,
    #donate-content-container h1{
        font-size: 3rem;
    }
    #body-text, 
    #body-text-2,
    #stripe-other-donate-container p,
    #check-donate, 
    #daf-donate{
        font-size: 1rem;    
    }
    /* ------- LAYOUT ------- */
#donate-header{
    width: 19.125rem;
}
.donateBodyContainer{
    width: 53.438rem;
}
#donate{
    width: 37rem;
    height: 29.75rem;
    margin: 4rem auto 6rem auto;
}
}
@media only screen and (min-width:1400px){
    /* ------- LAYOUT ------- */
    .donateBodyContainer{
        width: 84.375rem;
        margin: auto 50px;
        }
    .donateBody{
        width: 35.3125rem;
    }
    #donate{
        width: 40.625rem;
        
    }
/* ------- MODAL ------- */
    .modal{
        top: 225px;
        left: 390px;
    }
    p.modal-body-directions{
        font-size: 1rem !important;
        line-height: 1.5625rem !important;
    }
}
@media only screen and (min-width: 1920px){
    /* ------- FONTS ------- */
    #donate-header.display5Large, 
    #donate-body-header.display5Large,
    #donate-content-container h1{
        font-size: 3.75rem;
    }
    #body-text, 
    #body-text-2,
    #stripe-other-donate-container p,
    #check-donate, 
    #daf-donate{
        font-size: 1.25rem;    
    }
    /* ------- LAYOUT ------- */
    #donate-header{
        width: 23.94rem;
        margin-bottom: 3rem;
    }
    .donateBodyContainer{
        width: 113.75rem;
        margin: auto 1rem 6rem auto;
        }
    .donateBody{
        width: 53.4375rem;
        margin-top: 2rem;
        /* margin-right: 1rem; */
    }
    #donate{
        width: 52.5625rem;
        height: 31.6rem;
        margin-top: 2rem;
    }
/* ------- MODAL ------- */
    .modal-title{
        font-size: 2rem !important;
    }
    p.modal-body-message{
        font-size: 1.25rem !important;
        line-height: 1.5625rem !important;
    }
    p.modal-body-directions{
        font-size: 1.25rem !important;
        line-height: 1.5625rem !important;
    }
}