/* variables */
:root{
    --greyGreen : #F9FAF4;
    --grey1:#F3F3F3;
    
    --lightOrange: #F9A66C;
    --darkBlue:#082340;
  

    --brightOrange:#fc9952; /*#659959;*/
    --logoPurple :#3f4fbf;
    --darkblue: #F3F3F3;     /* #2d394b;*/  
    --blackblue:#171f29;
    --lightblue:#9cc9f5;
   
  }


  /* fonts */
@font-face {
    font-family: 'monstserrat';
    src:url('/fonts/Montserrat.ttf');
  }

  @font-face {
    font-family: 'CormorantLight';
    src:url('/fonts/CormorantGaramond-Light.ttf');
  }
  @font-face {
    font-family: 'CormorantLightItalic';
    src:url('/fonts/CormorantGaramond-MediumItalic.ttf');
  }
  
  @font-face {
    font-family: 'CormorantMedium';
    src:url('/fonts/CormorantGaramond-Medium.ttf');
  }
  @font-face {
    font-family: 'playdisplay';
    src: url('/fonts/PlayfairDisplay-VariableFont_wght.ttf');
  }

  /*  Common */
  body, html {
    scroll-behavior: smooth;
    height: 100%;
    font-family:'monstserrat' ;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 100px;
    padding-left: 100px;
  }
 
  .heading{
    text-align: center;
  }
  .heading h2{
    font-family: 'playdisplay';
    color:var(--logoPurple);
    letter-spacing: 3px;
    font-size: 45px;
    padding-bottom: 50px; 
    padding-top: 30px;
  }
 
  .subheadingexp{
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #666;
    margin-bottom: 40px;
    font-family: 'CormorantLightItalic';
  }

  .subheadingtext{
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
    color: #666;
    margin-bottom: 40px;
    font-family: 'CormorantLightItalic';
  }

.navigation.animated {
background-color:var(--darkblue);
box-shadow: 0 2px 7px 0px rgba(142, 142, 142, 0.15);
}
.navigation.animated .menu a {
color: var(--logoPurple); }

.menu li a {
  color:var(--logoPurple);
  font-size: 14px;
  font-family: 'monstserrat';
  display: inline-block;
  padding: 5px 5px;
  position: relative;
}
.menu li a:after {  
  color: var(--logoPurple);   
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:var(--logoPurple);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu li a:hover:after { 
  width: 100%; 
  left: 0; 
  color: var(--logoPurple); 
}
.menu li a:focus{
  color:var(--logoPurple);
}

.nav-link{
color: var(--logoPurple); 
font-size: 18px;
font-weight: 600;
}

.icon{
  color: var(--logoPurple); 
}

.ml-01{
margin-left: 4rem;
}

.mr-n1{
margin-right:10px;
}
.ml-n1{
margin-right:10px;
}
.bg-dark{
background-color: var(--darkblue) !important;
color:var(--logoPurple);
}

.navbar-toggler-icon {
background-image: url(../images/menuicon.svg) !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
outline: none;
box-shadow: none;
border:none;
}
.navbar {
background-color: var(--darkblue);
}

.bg-1 {
  min-height: 100vh;
  width:100%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ),url("../images/Landing.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.text-box{
width:70%;           
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align: center;

}
.text-box h1{
color:#F3F3F3;
letter-spacing: 1px;
font-family: 'playdisplay';
font-weight: bold;
}
.text-box p{
color:var(--blackblue);
font-family: 'playdisplay';

}

.text-box img{
width:45%;
height: 15%;
}

  /* About */

.about .content h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  text-align:center !important;
  color: #666;
  margin-bottom: 20px;
  font-family: 'CormorantLightItalic'; }

.about .about-slider img {
  width: 100%;
  height: auto; }

.members{
display:inline-block;
text-align:center !important;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
}
.member img {
  width: auto;
  height: 200px;
}
.members h2{
  color:var(--logoPurple) !important;
  font-size: 28px;
  font-family: 'playdisplay';
}

.members h3{
  color:var(--brightOrange) !important;
  font-size: 32px;
  font-family:'CormorantMedium';
}
.members h5{
  color:var(--logoPurple);
  font-size: 12px;
  font-family:'monstserrat';
  font-style: italic;
}
.membersLst{
  text-align: center !important;
}
.content h2{
  color: var(--logoPurple);
font-weight: 600;
font-size: 22px;
margin-bottom: 15px;
letter-spacing: 1px;
text-align: center;
}


  /* WhatWeDo */
.WhatWeDo {
background-color: #f2f5f7;
text-align: center; }
.WhatWeDo .block {
margin-bottom: 50px; }

.WhatWeDo .block h3 {
color: var(--logoPurple);
font-weight: 600;
font-size: 18px;
margin-bottom: 15px;
letter-spacing: 1px;
text-transform: uppercase; }
.WhatWeDo .block p {
color: #666; }

/*  getinvolved */

.getinvolved{
 background-color: var(--darkblue);
 color:#666;
}

.getinvolved ul {
  list-style: none;
  color:#666;
}

.getinvolved ul li::before {
  content: "\2022";
  color:var(--brightOrange);
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block; 
  width: 0.8em;
  margin-left: -1em;
}


.getinvolved h3 {
  color: var(--logoPurple);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.getinvolvedleading{
  background-color: #f2f5f7;
  color:#666;
 }
.gridtext p{
  font-size: 16px;
  font-family: 'monstserrat';
  
}
.explogo img {
  width: 180px;
  height: auto;  
  display: block;  
  float:none;
  margin:0 auto; 
}
.explogo{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.explogoBR{
 margin-top: 10px;
  display: flex;
  justify-content: center;
}
.explogoBR img{  
  width: 250px;
  height: auto;   
  display: block; 
  float:none;
  margin:0 auto; 
}

.explogorow{
  padding: 20px;
  vertical-align: middle;
}
.exp-block{
  text-align:center;
  vertical-align: middle;
  padding:10px; 
}




/*--
    donate
--*/

.donate ul {
  list-style: none;
  color:#666;
}

.donate ul li::before {
  content: "\2022";
  color:var(--brightOrange);
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block; 
  width: 0.8em;
  margin-left: -1em;
}

.donatebio {
  text-align: justify;
 }
 .donate h3{
   color:#666;
   font-family: 'monstserrat';
   font-size: 20px;
 }
 .donate p{
   color:#666;
   font-family: 'monstserrat';
 }
.Zelle img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
.donationMethod{
  text-align: center;
}
.donationMethod h3{
  color:var(--brightOrange);
}
.taxDec{
  text-align: center;
}


/* contact  */
#socialMedia{
  display:inline-block;
}
.social-media a{
  color:var(--brightOrange);
  font-size: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
footer {
text-align: center;
background: var(--darkblue);
padding: 27px 0px; }
footer p {
font-weight: 300;
font-size: 12px;
color: var(--logoPurple);
letter-spacing: 3px; }
footer h1{     
color: #dfdfdf;}
footer h3 {
font-weight: 500;
font-size: 16px;
color: var(--logoPurple);
letter-spacing: 3px; 
line-height:1.5em;}
footer h5 {
  font-weight: 300;
  font-size: 16px;
  color: var(--logoPurple);
  letter-spacing: 3px; 
  line-height:1.5em;}
footer p a {
color: #fff; }
footer p a:hover {        
  color: #fff;
  text-decoration: none; }


.copyright{
  margin-top: 30px;
  font-weight: 300;
font-size: 10px;
color: var(--logoPurple);
}

a.nav-link:hover{
  color:var(--logoPurple);
}






@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  .parallax {
    /* The image used */
    background-image: url('/images/3.jpg');
  
    /* Full height */
    height: 70%;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 

  .parallax {
      /* The image used */
      background-image:url('/images/3.jpg');
    
     /* Full height */
  height: 50%;

  /* Create the parallax scrolling effect */
 
  background-size: cover;
    }
}


/* Specific width styling */
@media(min-width: 600px){
  .exp-block-l{
    border-left: 0.5px solid #2c526b;
  }
  .exp-block-r{
    border-right: 0.5px solid #2c526b;
  }
  .exp-block-b{
   border-bottom: 0.5px solid #2c526b;
  }
  .exp-block-t{
    border-top: 0.5px solid #2c526b;
  }
}


/*  Mobile Style */

@media(max-width: 600px){

  .text-box p{
    color:var(--blueLines);
    font-weight: 500;
    font-family: 'playdisplay';
    }

.m-display{
display: none;
}


.m-tbl{
  border-left: 0.5px solid #2c526b;
  border-bottom: 0.5px solid #2c526b;
  border-top: 0.5px solid #2c526b;
}
.m-tbr{
  border-right: 0.5px solid #2c526b;
  border-bottom: 0.5px solid #2c526b;
  border-top: 0.5px solid #2c526b;
}

.leaderbio {
text-align:center;
}
.text-box img{
  width: 100%;
  max-width: 250px;
  height: auto;
  box-sizing: border-box;
   padding: 0;
   margin: 0;
}

.text-box h3{
  color:var(--logoPurple);
  letter-spacing: 1px;
  font-family: 'playdisplay';
  font-size: 20px;
  }

  .heading h2{
    font-family: 'playdisplay';
    color:var(--logoPurple);
    letter-spacing: 3px;
    font-size: 35px;
    padding-bottom: 30px; 
    padding-top: 20px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .explogo{
    margin-top: 30px;
   margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .explogoBR{
   margin-top: 30px;
   margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}


/*  tablet Style */

@media(max-width: 768px){

   
  .about .about-slider img {
    width: 100%;
    max-width: 100px;
    height: auto; }
  .leaderbio {
  text-align:center;
  }
  .text-box img{
    width: 100%;
    max-width: 250px;
    height: auto;
    box-sizing: border-box;
     padding: 0;
     margin: 0;
  }
  
  .text-box h3{
    color:var(--logoPurple);
    letter-spacing: 1px;
    font-family: 'playdisplay';
    font-size: 20px;
    }
  
    .heading h2{
      font-family: 'playdisplay';
      color:var(--logoPurple);
      letter-spacing: 3px;
      font-size: 35px;
      padding-bottom: 30px; 
      padding-top: 20px;
    }
    .section {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-right: 50px;
      padding-left: 50px;
    }
  
    .explogo img {
      width: 180px;
      height: auto;  
      display: block;  
      float:none;
      margin:0 auto; 
    }
    .explogo{
      margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    .explogoBR{
     margin-top: 10px;
      display: flex;
      justify-content: center;
    }
    .explogoBR img{  
      width: 250px;
      height: auto;   
      display: block; 
      float:none;
      margin:0 auto; 
    }


  }
