@charset "utf-8";
.wrapper {
	height: 1000px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.header .logo {
	float: left;
	height: auto;
	width: 200px;
}

.header .top {
	float: right;
}

.nav {
	float: right;
	height: 80px;
	width:  auto;
	font-size: 40px;
	text-decoration: none;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav a {
	color: #FFF;
	text-decoration: none;
	padding-right: 55px;
	padding-left: 55px;
	background-color: rgba(0, 0, 0, 0.38);
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:hover{
	background-color: #000;
}

.nav .active {
	background-color: #000;
}
.donate {
	background-color: rgba(0, 0, 0, 0.952941);
	;
	width: auto;
	height: 80px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.one_third {
	width: 250px;
	float: left;
	height: 100px;
}
.half {
	width: 700px;
	height: 100px;
	margin-left: 200px;
	color: rgb(126, 175, 188);
}
.donate .right {
	float: left;
	height: 100px;
	width: 100px;
}
.half img {
	float: right;
}
.content {
	height: auto;
	width: auto;
	padding: 30px;
	background-color: #ba0d0d;
	font-size: 14px;
}

.content p img {
	padding-top: -50px;
}
.footer {
	background-color: #000;
	width:auto;
	height:50px;
	padding: 30px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.footer a {
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
a {
	color: #FFF;
}
.enquiry {
	height:370px;
	width: 250px;
	float: right;
	margin-right:300px;
}
textarea {
	margin-left: 20px;
	float: right;
}
input {
	margin-left: 20px;
	float: right;
	margin-bottom: 10px;
}
label {
		width: 60px;
		float: left;
		margin-bottom: 2px;
		height: 30px;
		
}
input {
	float: right;
}
.top {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 10px;
}
