:root {
  --icon-color : rgb(116, 204, 239);
  --brand-color: #c21515;
  --black: #000!important;
}
body {
	color: var(--black);
}
header {
  background: #fff;
  color: var(--black);
}
#main-header {
  margin-left: 30px;
  margin-right: 30px;
}
.navbar > .container-fluid {
  flex-wrap: wrap!important;
}
.navbar-brand span, 
.collapse-brand span {
  color: var(--brand-color);
  font-size: 20px;
  text-transform: capitalize;
}
.nav-link-inner--text {
  color: var(--black);
}
#donate {
  border-radius: 20px;
  height: 45px;
  width: 120px;
  background: transparent;
  box-shadow: none;
  color: var(--brand-color);
  border: 2px solid var(--brand-color);
  margin-top: 5px;
}
.nav-item.active {
  font-weight: bold;
}
.navbar-transparent .navbar-nav .show > .nav-link, .navbar-transparent .navbar-nav .active > .nav-link, .navbar-transparent .navbar-nav .nav-link.show, .navbar-transparent .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, .65);
  font-weight: bold;
}

.fa.fa-search {
  font-size: 14px !important;
}
.ignite {
  color: #fff;
  margin-left: 15px;
  font-size: 25px;
  margin-top: -20px;
}
.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-2 input#search{
  width: 50px;
  height: 50px;
  background: #fff;
  border: none;
  font-size: 14px;
  float: left;
  color: #262626;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 
  /*-webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;*/
}
.container-2 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 14px;
  z-index: 1;
  color: var(--black);
}
.container-2 input#search:focus, 
.container-2 input#search:active {
  outline:none;
  border: 1px solid var(--black);
  width: 250px;
}
.container-2:click input#search{
  width: 250px;
  border: 1px solid var(--black);
}
.navbar-transparent .navbar-toggler-icon {
  background: var(--brand-color);
}
main {
  background: #ddeaf6;
}
#empower-div {
  margin-top: 85px;
  padding: 6rem 0;
}
.our-mission {
  font-size: 35px;
  color: var(--brand-color);
}
#empower {
  font-size: 70px;
  font-weight: bold;
  margin-left: 15px;
}
.learnmore {
  background: var(--brand-color);
  height: 60px;
  width: 150px;
  border-radius: 30px;
  padding-top: 17px;
  color: #fff !important;
  text-transform: capitalize;
  margin-top: 30px;
}
.learnmore:hover {
  border: 1px solid var(--brand-color);
}
.mt-4 {
  margin-top: 4.5rem!important;
}
.impact-div {
  padding: 6rem 0;
}
.mission-div {
  padding: 60px 40px;
  background: #fff;
  margin-top: 140px;
}
.bold {
	font-weight: bold;
}
.big-size {
	font-size: 22px!important;
}
.learn {
  text-transform: capitalize;
  padding: 0;
}
.img-responsive {
  width: 100%;
  height: auto;
}
#ourpartners-div {
  padding: 80px 60px 0 90px;
  color: #fff!important;
}
#partnersdiv {
  background: #67c5df;
}
.ourpartner {
  color: #fff!important;
  margin-bottom: 30px;
}
.partners-more {
  padding-left: 0;
  text-transform: capitalize;
  color: #fff!important;
}
.partner-logo {
  width: 150px;
  margin-left: -10px;
} 
.ourimpact {
  color: var(--black);
}
.amount {
  font-size: 80px;
  font-weight: bold;
}
.testimonial-text {
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
}
.testimonial-text p {
  font-weight: bold;
}
.dollar-raised {
  color: var(--brand-color);
}
.mtop {
  margin-top: 15px;
}
.m-top {
  margin-top: 60px;
}
.mplus-top {
  margin-top: 120px;
  margin-bottom: 120px;
}
.m-bottom {
  margin-bottom: 70px;
}
#ourprograms-div {
  background: var(--brand-color);
  padding: 6rem 0;
  color: #fff;
}
#program-learnmore {
  background: #fff;
  color: var(--brand-color)!important;
  height: 60px;
  width: 150px;
  border-radius: 30px;
  padding-top: 17px;
  text-transform: capitalize;
  margin-top: 30px;
}
#volunteer-row {
  margin-top: 80px;
  margin-bottom: 30px; 
}
.footer {
  background: var(--black);
  color: #fff;
}
.footer a p,
.footer p a {
  color: #fff!important;	
}
.address-details {
  margin-top: -16px;
}
.company-number {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #video-background {
    display: none;
  }
  #missiondiv {
    margin-top: 0!important;
    padding-top: 0;
  }
  #empower {
    font-size: 60px;
  }
  .ignite {
    color: #000;
    font-size: 22px;
    margin-top: 20px;
  }
  .dollar-raised {
    margin-top: 3rem;
  }
  #ourpartners-div {
    padding: 80px 40px 80px 40px;
  }
  .dollar-raised {
    margin-top: 0;
  }
  #empower-div .learnmore {
    margin-top: 2rem!important;
  }
}
/* team.html */
.team-placeholder {
  margin: 20px auto;
}
.team-placeholder img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
/*impact.html*/
#header-impact {
  font-size: 5rem;
  position: relative;
  top: 40%;
  color: #fff;
  text-align: center;
}
.alumnae {
  height: 180px;
  width: 180px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 15px;
  padding-top: 35px;
  text-align: center;
  margin-top: 20px;
}
.alumni {
  width: 240px;
  height: 240px;
  padding: 20px;
  padding-top: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
}
.card-header {
  padding: 0;
}
#video-background {
  position: absolute;
  right: 0; 
  bottom: 0; 
  min-width: 100%; 
  width: 100%; 
  height: 760px;
}
.mapouter {
  text-align:right;
  height: auto;
  width: auto;
}
.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height: auto;
  width: auto;
}
