main{
  overflow-x: hidden;
}
p{
  /* font-size: 24px !important; */
}
/* Hero Section */

div#heroImage{
    height: 100vh;
    width: 100vw;
    max-height: 800px;
    background: url("../img/foundationHeroImage.jpg");
    background-size: cover;
    background-position: center;
}

div#heroImage span img {
    margin-top: 60px;
}

/* .hero{
    max-width: 500px;
  
} */

.count{
    font-weight: bold;      
}


/* about us  */

#aboutSection{
    background: url("../img/aboutUs_bg.jpg");
    background-size: cover;
    padding: 5% 0;
}

 #aboutSection h2{
    color: #1d428a;
    text-transform: uppercase;
    /* text-align: end; */
    font-size: 55px;
 }

 button.donationBTN {
  margin: 101px !important;
}

 .fontRight{
    text-align: right;
 }

 .textLeft{
    text-align: left;
 }

 img.img-fluid.bannerArea {
  margin: 28px 0;
}

/* Numbers Area */

#numbersArea{
    background: url("../img/numbers_bg.jpg");
    width: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    text-align: center;
    background-attachment: fixed;
    height:500px;
}

h2{
    color:#1d428a;
}

#numbersArea p {
    color: #fff;
    font-size: 18px;
    
}


/* Grants */

#grantArea{
    margin: 60px;
}

#grantArea h2, #getInvolved .container .row h2{
    color: #1d428a;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

#theChampions{
  padding: 5% 0;
}

#theChampions h2{
  color: #1d428a;
}


div#image-wrap {
    background-color: white;
    padding: 0;
    margin: auto;
    text-align: center;
  }

  div.image-column {
    /* width: 31.5%; */
    background-color: white;
    /* display: inline-block; */
    margin: 0px;
  }
  .image-container{
   position:relative;
  }
  .image-container img {
    width: 100%;
    transition: .5s ease;
  }

  .image-container:hover img {
    /* opacity: .6; */
    transition: .5s ease;
  }

  #img-name {
    position: absolute;
    display: none;
    transition: .5s ease;
    bottom:0;
    width: 100%;
    padding-top: 30px;
    /* left:0;
    right:0 */
    background-color: #0d4c93;
  }
  #img-name:hover {
    opacity: 1;
    transition: .5s ease;
  }

  #img-name p{
    color:#fff;
  }


  /* Champion */

  #championArea{
    background-image: url("../img/det_word_bg.jpg");
    padding: 5% 0;
   
  }

  #championArea h3{
    font-size: small;
    color: #fff;

  }

  #championArea .txtSmall{
    font-size:12px;
    color: #fff;
    text-decoration: underline;
    font-style: italic;

  }

  #championArea h3 span{
    font-size: 60px;
    text-transform: uppercase;
  }

  #championArea p{
    color: #000;
  }

  .largeText{
    color: #fff;
    text-transform: uppercase;
  }


  #championArea imgp{
    margin: 0 auto;
  }

  /* .blueTier{
    background-color: #1d428a;
  }

  .whiteTier{
    background-color: #fff;
  }


  .redTier{
    background-color: red;
  } */

  .maxBadge{
    max-width: 55px !important;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
  }

  ol li{
    border-bottom: 1px solid #cfcfcf;
    padding: 5px;
    /* text-align: left; */
    font-size: 12px;
  }

  .card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }
  
  .card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
  }
  
  /* First border-left-width setting is a fallback */
  .card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
  }
  
  .card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
  }



  /* Footer */
#footerArea{
  background-color: #1d428a;
  color: #fff;
}

#footerArea ul li{
  list-style: none !important;
}

#footerArea a{
  color:#fff;
}

.smText{
  font-size: small;
  color:#cfcfcf;
}

@media screen and (max-width: 767px) {
  div#heroImage{
    height: 60vh;
    width: 100vw;
    max-height: 800px;
    background: url("../img/foundationHeroImage.jpg");
    background-size: cover;
    background-position: center;
}

.bottom-spacer.image-container {
  margin-bottom: 49PX;
}

#numbersArea p{
  font-size: 14px;
}

}