@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
   background-color:#fafafa;
   font-family: 'ralewayregular', 'Raleway', sans-serif ;
   padding-top: 50px;
	}

#top{
    margin-top: -50px;
    padding-bottom: 50px; 
    display: block; 
}

h2{font-size: 24px;}
h3{font-size: 20px;}

 .navbar-right  {
  margin: 0px;
}

.navbar-default{
  background-color: #fafafa;
  border-bottom: 2px solid #7cb5c9;
}

@media (max-width: 767px){
    .navbar-nav > li > a {
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
    }

    .navbar-right .btn {
        text-align: center;
        margin-right: auto; 
        margin-left: auto;
        display: block;
        width: 100%;
        max-width: 130px;
    }
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4{
    font-weight: 100;
    font-family:'montserratregular', sans-serif;
}

.moto{
    font-family: 'ralewayregular', 'Raleway', sans-serif ;
    text-shadow: 2px 2px 8px #2C3133;
}

p{
  margin: 15px 0 15px 0;

}

.bold{ font-weight:bold;}

.centered{
text-align:center;
}

.row{
padding-bottom:25px;	
	}

.full-container{
  padding: 0 15px;
  min-width:320px; /*----- for testing mobile screen ------*/
	}
	
.jumbotron-header {
  	padding: 30px;
  	margin-bottom: 30px;
  	color: #fafafa;
  	background-color: #7cb5c9;
}

.donate-header {
  padding: 30px;
  margin-bottom: 30px;
  color: #fafafa;
  background-color: #2b88a9;
}

.jumbotron-header h1, .jumbotron-header .h1, .donate-header h1, .donate-header .h1 {
  color: inherit;
}
.jumbotron-header p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.donate-header p {
  margin-bottom:40px;
  font-size: 30px;
  font-weight: 200;
}

.jumbotron-header, .donate-header .container {
  max-width: 100%;
}


.container .jumbotron-header, .donate-header {
    padding-right: 60px;
    padding-left: 60px;
  }
.jumbotron-header h1, .jumbotron-header .h1{
    font-size: 36px;
	color:#fafafa;
  }
 .donate-header h1, .donate-header .h1{
    font-size: 80px;
	font-weight:bold;
    color:#fafafa;
  }

.india-background, .ghana-background, .water-background {
  padding: 40px 30px;
  color: #fafafa;
  background-color: #999;
}

.jumbotron-projects {
  padding: 15px;
  margin-bottom: 0px;
  color: inherit;
  background-image:linear-gradient(to bottom right, #4697b5, #7cb5c9);
  background-color: #7cb5c9;
}

.jumbotron-projects h1, .jumbotron-projects .h1 {
  color: inherit;
}

.jumbotron-projects > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron-projects {
  border-radius: 3px;
}
.jumbotron-projects .container {
  max-width: 100%;
}

.carousel-section, .video-section{
  padding: 50px 0;
  background-color:#7cb5c9;
  color: #fff; 
}

.carousel-section .container, .video-section .container{
  padding: 0;
}

.carousel{
  margin: 20px 0;
  border: 2px solid #4697b5;
}

.carousel-indicators li{
  background-color:#7cb5c9;
  border: none;
}

.carousel-indicators .active{
  background-color:#4697b5;
}

.blue{
	color:#4697b5;
	}

.light-blue-bg{
	background-color:#7cb5c9;
	}
	
.light-grey-bg{
	background-color:#999;
	}	
	
.lightorange{
	border-top: 1px solid #d67330;
}	
	
.light-orange{
	color:#d67330;
	}

.target{
  background-color:#158531;
  color: #fafafa;
  padding: 0 4px;
  border-radius: 4px;
  display: table;
  }

.lead{
    margin-bottom: 0px;
    padding: 25px 0 35px;
}	

.leadbigger{
	margin-bottom:20px;
	font-size:26px;
	font-weight:300;
	line-height:1.4}
	
.orange{
	color:#bc5a19;
	}
	
.white{
	color:#fafafa;
	}	
	
.glyphicon.bigger {
	font-size: 30px;
	color:#4697b5;
	}	

.blur{
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.blur:hover {
  -webkit-filter: blur(1px) grayscale(1);
}	

.img-circle:hover{
    opacity: 0.8;
}

.hi-icon {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	display: block;
}

.hi-icon-effect .hi-icon {
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect .hi-icon:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	background: rgba(255,255,255,0.1);
}

.hi-icon-effect .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

.strapline{
    padding-top:20px;
    padding-bottom:30px;
    text-align:center;
}

.carousel-caption-md {
  position: absolute;
  /*right: 15%;*/
  top: 60px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fafafa;
  font-size:21px;
  /*text-align: center;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.footer{
    padding:30px 0 0;
    background-image:linear-gradient(to bottom right, #bc5a19, #d67330);
    background-color: #bc5a19;
    color:#fafafa;
	}
	

hr .light-orange{
border-top: 1px solid #eee;
}

.light-orange{
	color:#d67330;
	}
	
.orange{
	color:#bc5a19;
	}

a, .btn {
    transition: all 0.3s ease-in-out 0s;
}

.btn-donate {
  color: #fff;
  background-color: #d67330;
  border-color: #bc5a19;
}
.btn-donate:hover,
.btn-donate:focus,
.btn-donate:active,
.btn-donate.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #bc5a19;
  border-color: #d67330;
}
.btn-donate:active,
.btn-donate.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-info {
  color: #fafafa;
  background-color: #4697b5;
  border-color: #4697b5;  
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-default {
  color: #fafafa;
  background-color: #d67330;
  border-color: #d67330;
}

.form-group .col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
	

.orange-section{
	margin-bottom:30px;
	padding:20px 0;
	background-color:#bc5a19;
}
	

.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(214, 115, 48, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.overlay.reached {
  background: rgba(21, 133, 49, 0.8);
}


.overlay a{
	text-decoration:none;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  min-width: 210px;
  width: 100%;
  max-width: 250px;
  height: auto;
  border: solid 3px #fff;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

#slide-up .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#slide-up .overlay a.expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}
#slide-up .img.hover .overlay {
  height: 100%;
}

.site-info{text-align: center;}

.site-info a{text-decoration: none;}

.three-col p {padding:0 15px; }

.donate-info{padding: 40px 0}

@media (min-width: 480px) {
	.jumbotron-header{
	    background: url('../img/banner-mobile.jpg') no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;		
	}

	.orange-section{
		background:url(../img/orange-banner-mobile.png) no-repeat center center fixed;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;  
	}

}

@media (min-width: 768px) {
  .jumbotron-header{
    background: url('../img/banner.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#7cb5c9;
  }

  .donate-header {
     background: url('../img/commitment-banner.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-color:#7cb5c9;
    }

  .jumbotron-header, .donate-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .jumbotron-projects {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .container .jumbotron-projects {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron-projects h1, .jumbotron-projects .h1 {
    font-size: 36px;
  }

  .jumbotron-projects h3, .jumbotron-projects .h3 {
    padding: 10px 0;
  }

  .jumbotron-projects .btn{
    margin-top: 30px;

  }

  .jumbotron.project-header .lead{
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 0;
    }

.ghana-background, .water-background, .india-background {
    color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #999;

}

.ghana-background {
    background: url('../img/pencils.jpg') no-repeat center center fixed;

  }

.water-background {
    background: url('../img/water.jpg') no-repeat center center fixed;
  }

  .india-background {
    background: url('../img/india-stationery.jpg') no-repeat center center fixed;
  }

  .orange-section {
    color: #ffffff;
    background:url(../img/orange-banner.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#bc5a19;
  }
}

@media (min-width: 994px){
  .leadbigger{
    font-size:38px}

  .jumbotron-projects .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 45px;
    padding-left: 45px;
  }

    a.expand {
      border: solid 5px #fff;
      text-align: center;
      color: #fff;
      font-size: 26px;
    }

}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

