
body{
	background-color: #00b4dc !important;
}

.main{
	overflow-x: hidden;
	min-height: 100vh;
}


.neu-container{
	max-width: 1200px;
}


.upper-row {
    background-color: #eacdb7;
    width: 100%;
}

.logo{
	padding-top: 50px;
}

h2{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #231f20;	
}

p, a{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #231f20;
	margin-bottom: 20px;
}

.content-left{
	margin-bottom: 50px;
}

.learn-more{
	color: #fff !important;
	text-decoration: none !important;
	border-bottom: 1px solid #fff;
	transition: all 0.3s;
	padding-bottom: 4px;
}

.learn-more:hover{
	text-decoration: none !important;
	border-bottom: 1px solid transparent;
}

.h-text{
	padding-top: 58px;
}

.h-text img {
    width: 100%;
    position: relative;
    bottom: -30px;
}

.sc{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	max-width: 262px;
	margin: auto;
	margin-bottom: 36px;
}

.arrow{
	position: relative;
}

#arrow{
	position: absolute;
	right: 0px;
	padding-right: 15px;
	top: -100px;
	transition: all 0.3s;
}

.takes-only{
	margin-bottom: 50px;
}

.h-text-p{
    padding-top: 85px;
}

.h-text-p h2{
	padding-bottom: 46px;
	margin-bottom: 0px;
}


.donate-now{
	padding: 27px 85px;
    background: #261c1b;
    border: 2px solid #261c1b;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
}

.donate-now:hover{
	background: transparent;
	border: 2px solid #261c1b;
	color: #261c1b;
	text-decoration: none;
}

.donate-box {
    margin-top: 27px;
    margin-bottom: 41px;
}


#hands, #hands-mobile{
	//position: fixed;
}

#hands-mobile{
	display: none;
}

#headline-mobile, #headline-mobile-bg{
	display: none;
}

.nf{
	max-width: 650px;
}

#logo {
    max-width: 269px;
}

/**bounce **/
 
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.hand{
	position: relative;
}

@-webkit-keyframes bounce { 
	0%, 100% { -webkit-transform: translateY(0); filter: brightness(1);}
  	40%, 90% { filter: brightness(0.7);}
  	50% {-webkit-transform: translateY(100px);filter: brightness(1);}
}

@-moz-keyframes bounce { 
	0%, 100% { -moz-transform: translateY(0); filter: brightness(1);}
  	40%, 90% { filter: brightness(0.7);}
  	50% {-moz-transform translateY(100px);filter: brightness(1);}
}

@-o-keyframes bounce { 
	0%, 100% { -o-transform: translateY(0); filter: brightness(1);}
  	40%, 90% { filter: brightness(0.7);}
  	50% {-o-transform: translateY(100px);filter: brightness(1);}
}

@keyframes bounce { 
	0%, 100% { transform: translateY(0); filter: brightness(1);}
  	40%, 90% { filter: brightness(0.7);}
  	50% {transform: translateY(100px);filter: brightness(1);}
}
 


/** guide **/
.guide{
	max-width: 1200px;
	position: fixed;
	height: 20px;
	border: 1px solid red;
	left: 0px;
    right: 0px;
    z-index: 9999;
    top:0px;
    display: none;
}

.guide > .row .col-1{
	border: 1px solid blue;
	height: 100vh;
}


/** responsiveness **/

@media screen and (max-width: 1200px){
	#arrow{
		width: 37.5%;
	}


	#hands-mobile {
		display: block;
	    width: 100%;
    	right: -10%;
	    padding-top: 0px;
	    position: absolute;
	}


	#hands{
		display: none;
	}


}

@media screen and (max-width: 767px){


	#hands-mobile {
	    width: 80%;
	    right: 0px;
	}

	.h-text-p{
		padding-top: 53px;
	}

    .arrow{
		display: none;
    }

    .logo{
    	padding-top: 10px;
    }

    #logo{
    	max-width: 150px;
    }

    .h-text {
    	padding-top: 36px;
	}

	.donate-box {
    	margin-top: 0px;
    	margin-bottom:20px; 
	}

	.donate-now {
	    max-width: 100%;
	    display: block;
	}

	.takes-only {
    	margin-bottom: 20px;
	}

	.h-text-p p{
		padding-bottom: 0px;
	}

	.hand{
		position: relative;
	}

	


	.headline{
		padding-left: 0px;
		padding-right: 0px;
	}

	#headline-mobile-bg{
		position: absolute;
		display: block;
	}

	#headline-mobile{
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}

	#headline{
		display: none;
	}

	.h-text-p h2{
		padding-bottom: 22px;
	}


	.sc {
	    font-size: 18px;
	    max-width: 100%;
	    margin-bottom: 40px;
	}

	.nf{
		margin-bottom: 0px;
	}
	
	.content-left{
		margin-bottom: 35px;
	}


}


