body {

	font-family: 'Handlee', cursive !important;
	overflow-x: hidden;
}

/*new code*/
.container-fluid{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.first-slide{
	position: relative;
	top: 0px;
	left: 0px;
}

.full-screen-height{
	height: 100vh;
}
.logo-image-container{
	margin-top: calc(100vh/5);
}
.who-we-are-content{
	text-align: center;
	vertical-align: middle;
	/*line-height: 90px;*/
}
.indent-content{
	text-indent: 25px;
}
.internal-indent-content{
	text-indent: 50px;
}

.full-screen-height-for-what-we-do{
	min-height: 100vh;
}
.second-slide{
  /* Location of the image */
	background: url("../images/6H-forweb.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;


	/* Set a background color that will be displayed
       while the background image is loading */
  background-color: #464646;
}

.who-we-are-container{
	margin-top: calc(100vh/6);
	color: #FFFFFF;
}
.result-container{

  height: 700px;
}

.third-slide{
  /* Location of the image */
	background: url("../images/road_2_forweb.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  text-shadow: 2px 2px #000000;
}

.what-container{
	text-align: center;
	height: 310px;
}

.center-vertically{
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right:  0px;
	margin: auto;
	max-height: 310px;

}
.learn-more h3{
	margin-top: 12px;
}
.learn-more{
	/*background-color: #464646;*/
	display:inline-block;
	width: 230px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: normal; 
	border: 2px solid;
	border-color: #4b4b4b;
	color: #4b4b4b;
	border-radius: 50px;   
	height: 50px;
}
body p {
	font-size: 18px !important;
}
.what-we-do-container{
	min-height: 350px;
}
.phase-container{
	color: #FFFFFF;
	text-align: center;
}
.justify-text{
	text-align: justify;
	text-justify: inter-word;
}
.simulated-indent{
	margin-left: 25px;
}
.phase-container{
	margin-top: calc(100vh/8);
}
.fifth-slide{
	  /* Location of the image */
	background: url("../images/51H_forweb.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #464646;
}
.learn-more-white{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}
.phase-description-1{
	opacity: 0.0;
	display:none;
}
.phase-description-2{
	opacity: 0.0;
	display:none;
}
.phase-description-3{
	opacity: 0.0;
	display:none;
}
.impact-description-1{
	opacity: 0.0;
	display:none;
	text-shadow: 2px 2px #000000;
}
.impact-description-2{
	opacity: 0.0;
	display:none;
	text-shadow: 2px 2px #000000;
}
.impact-description-3{
	opacity: 0.0;
	display:none;
	text-shadow: 2px 2px #000000;
}
.impact-container{
	text-align: center;
	margin-top: calc(100vh/8);
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
.navbar{
	font-size: 18px !important;
}
.all-fonts{
	font-size: 18px !important;
}
.text-shadow-black{
	text-shadow: 2px 2px #000000;	
}

.error-icon{
	color: #4b4b4b !important;
	margin-right: 15px;
}
.calendar-icon{
	color: #4b4b4b;
	margin-right: 15px;
}
.first-name-error{
	display: none !important;
}
.last-name-error{
	display: none !important;
}
.email-error{
	display: none !important;
}
.subject-error{
	display: none !important;
}
.message-error{
	display: none !important;
}
.state-error{
	display: none !important;
}
.send-email{
  float: right;
  margin-right: 70px;
}
.footer{
	top: 50%;
	text-align: center;
	color: #9d9d9d;
	height: 48px;
	line-height: 48px;
}
.footer>span{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
#footer{
	height: 48px !important;
}
.btn-donate{

	margin-top: 15px;
}
.form-error-message{
	font-size: 12px!important;
	margin-left: 180px;
	display: inline-block;
}
.navbar-inverse{
	background-color: #FFFFFF !important;
	background-image: none !important;
	border-color: #FFFFFF !important;
}
.navbar-nav>li>a:hover{
	color: #000000 !important;
}
.logo-header{
	margin-top: 2px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a{
	background-image: none !important;
	box-shadow: none !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	color: #000000 !important;
	background-color: #FFFFFF !important;
}
#under-construction{
	font-size: 22px !important;
}
#under-construction-container{
	max-width: 125px;
	margin-left: auto;
	margin-right: auto;
}
.footer-for-contact{
	position: fixed;
	bottom: 0px;
}