.donation-banner{
	background: url('../img/donation/donation.jpg') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	padding:100px 0px;
}
.donation-banner-box{
	background-color: rgba(255, 255, 255, 0.6);
	width: 500px;
	padding: 50px 35px;
}
.donation-banner-box h2{
	margin-bottom: 0;
	font-size:54px;
}
.donation-top-content ol li, .donation-top-content p,.donation-bottom-content p{
	font-size: 18px;
}
.donation-bottom-content h4{margin-bottom:30px;}
.donation-bottom-content p a{color:#524e4e;}
.donation-bottom-content p a:hover{
	color: #607D8B;
}
.donation-form .form-control{
	height: 55px;
	margin-bottom: 25px;
}
.donation-form .btn-lg{
	font-size: 14px;
	padding: 10px 30px;
	font-weight: 500;
}
/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.donation-banner{
		padding:50px 0px;
	}
	.donation-banner-box{
		width: 100%;
		padding: 25px;
	}
	.donation-banner-box h2{font-size: 36px; text-align: center;}
}
/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
	.donation-banner-box h2{font-size:24px;}
	.donation-banner-box{
		width: 100%;
		padding:20px;
	}
	.donation-top-content ol{padding-left: 20px;}
}