@media only screen and (max-width: 1200px) {
	div#form form {width: 100%;}
	div#form input, div#form textarea {
		margin: 0 auto;
		width: 90%;
	}
	div#header {padding-top: 10%;}
	div#main {
		padding: 30px 2%;
		width: 96%;
	}
	div#top {background-position: center;}
	div#top_inner {
		background: rgba(0, 0, 0, 0.4);
		padding: 0; 
		width: 100%;
	}
	#top_inner p {
		margin-left: 5%;
		text-align: left;
		width: 90%;
	}
}
@media only screen and (min-width: 1200px) {
	div#header {padding-top: 6.417%;}
	div#main, div#pledge_image {
		padding: 30px 20%;
		width: 60%;
	}
	div#top {background-position: 0% 30%;}
	div#form form {width: 50%;}
	div#form input, div#form textarea {width: 90%;}
	div#top_inner {
		background: rgba(0, 0, 0, 0.3);
		padding: 30px;
		width: 35%;
	}
	#top_inner p {
		margin-left: 5%;
		text-align: left;
		width: 90%;
	}
}
body {
	background: rgb(240, 240, 240);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100%;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
}
.attribution {text-align: right;}
.center {text-align: center;}
.dark_bg {
	background: rgb(20, 25, 20);
	color: white;
}
.error {
	background: rgb(224, 52, 78);
	border: 3px solid white;
	color: white;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
.float_l {float: left;}
.float_r {float: right;}
.bg_right {background-position: right;}
.bg_left {background-position: left;}
.text_center {text-align: center;}
.text_left {text-align: left;}
.white {color: white;}
#download_button {padding-right: 30px;}
#drawing {
	text-align: center;
}
#drawing img {
	border: 3px solid black;
	margin: 30px auto 0 auto;
	max-width: 100%;
}
#details {
	font-size: 1.2em;
	margin-top: 10px;
	overflow: hidden;
	padding: 30px;
	text-align: justify;
	vertical-align: top;
}
#details.main {background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/baby_rhino.jpg");}
#details.pledge {background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/pledge_rhino.jpg");}
#details.main, #details.pledge {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#details img {
	outline: 1px solid black;
	width: 50%;
}
#details img.float_l {margin: 0 30px 0 0;}
#details img.float_r {margin: 0 0 0 30px;}
#details p:first-of-type {margin-top: 0;}
#mission_statement {
	color: white;
	float: right;
	font-weight: 900;
	font-size: 1.2em;
	margin: 20px 20px 0 0;
	text-decoration: none;
}
div.pledge_button {
	cursor: pointer;
	display: none;
	margin: 30px 0;
	width: auto;
}
div.noscript_contact_button {margin: 2em auto;}
div.noscript_contact_button a {text-decoration: none;}
div.pledge {
	padding: 30px 30px 60px 60px;
	text-align: left;
}
div#pledge_image {background: rgb(20, 25, 20);}
div#pledge_image img {
	margin: 1em 0;
	max-width: 100%;
}
div.body_pledge {margin: 60px 0 30px 0;}
div.pledge a, div.pledge a:active, div.pledge a:visited {
	border: 3px solid white;
	color: white;
	font-size: 1.5em;
	font-weight: 900;
	padding: 10px 20px;
	text-decoration: none;
}
div.body_pledge a, div.body_pledge a:active, div.body_pledge a:visited {
	background: rgb(240, 156, 57);
	border: 3px solid white;
	color: white;
	font-size: 1.4em;
	font-weight: 900;
	outline: 1px solid rgb(240, 156, 57);
	padding: 10px 20px;
	text-decoration: none;
}
div.testimonial {
	background: rgb(225, 225, 225);
	border: 1px solid rgb(140, 140, 140);
	box-shadow: 7px 7px 15px rgb(190, 190, 190);
	margin-bottom: 15px;
	padding: 5px 15px;
}
#about {
	padding: 15px 30px 30px 30px;
	text-align: justify;
}
#about a {color: rgb(240, 240, 240);}
#about a:hover {color: rgb(200, 200, 200);}
div#close {
	color: white;
	font-size: 2em;
	height: 2em;
	padding: 10px;
	text-align: right;
}
div#linked_logos img {width: 100%;}
div#corporate_logos img {max-height: 80px;}
div#error_box {
	background: rgb(224, 52, 78);
	border: 3px solid white;
	color: white;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
#footer {
	color: black;
	margin: 0;
	padding: 2em;
	text-align: center;
}
#footer a, #footer a:visited, #footer a:active {
	color: rgb(62, 73, 30);
	font-weight: 900;
	text-decoration: none;
}
#footer a:hover {
	color: rgb(122, 133, 90)
}
#footer img {
	margin-bottom: 2em;
	max-width: 20%;
}
div#form {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	min-height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
div#form form {
	background: rgba(255, 255, 255, 1);
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
div#form input, div#form textarea {
	display: inline-block;
	font-size: 1.2em;
	padding: 5px 10px;
}
div#form label {
	display: inline-block;
	padding: 0 20px 2px 0;
	text-align: left;
	width: 90%;
}
div#header {
	background-image: url("../images/header_logo_color.png");
	background-size: contain;
	background-repeat: no-repeat;
	color: black;
	height: 0;
	width: 100%;
}
div#logos {
	clear: both;
	padding-bottom: 30px;
	text-align: left;
}
div#main {
	background: rgb(240, 240, 240);
	color: black;
	display: inline-block;
	text-align: center;
}
div#success_box {
	background: rgb(58, 72, 34);
	border: 3px solid white;
	color: white;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 20px;
	padding: 20px;
	width: 90%;
}
div#top, div#pledge_top {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 15px;
	width: 100%;
}
div#top {
	/* background-image: url("../images/elephant_dark.jpg"); */
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/baby_rhino_header.jpg");
	/* background-position: center -140px; */
	/* min-height: 500px; */
	min-height: 600px;
	/* text-align: left; */
	position: relative;
}
div#pledge_top {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/rhino.jpg");
	background-position: bottom;
	min-height: 400px;
	padding-bottom: 15px;
	text-align: right;
}
div#top_inner, div#pledge_top_inner {
	color: white;
	display: inline-block;
	font-size: 1.5em;
	/* padding: 30px 60px; */
	/* width: 50%; */
	position: absolute;
	bottom: 0;
	left: 0;
}
div#top_inner h2, div#top_inner h3  {
	/* text-align: left; */
	text-align: right;
	margin-bottom: 1em;
}
div#pledge_top_inner h2 {
	text-align: right;
	margin-bottom: 1em;
}
div#pledge_top h3 {
	font-size: 1.5em;
	margin: 2em 0 0 0;
	text-align: center;
}
div#x {
	border: 3px solid white;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	width: auto;
}
form input[type=submit], div.pledge_button, div.noscript_contact_button a, a.pledge_button, a.pledge_button:visited, a.pledge_button:active {
	-webkit-appearance: none;
	background: rgb(240, 156, 57);
	border: 3px solid white;
	/* border: 3px solid rgb(58, 72, 34);
	border-radius: 40px;
	color: rgb(58, 72, 34); */
	color: white;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 900;
	outline: 1px solid rgb(240, 156, 57);
	padding: 5px 20px;
	text-decoration: none;
	width: auto;
}
form input[type=submit]:hover, div.pledge_button:hover, div.noscript_contact_button a:hover, 
form#contact_form.form_submitted input[type=submit], a.pledge_button, a.pledge_button:visited, a.pledge_button:active {opacity: 0.8;}
form textarea {height: 6em;}
h1, h2, h3 {text-align: center;}
h2 {margin-bottom: 0;}
h2 + p {margin-top: 0;}
hr {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	border: 0;
	height: 1px;
}
hr.bottom {margin: 2em 0;}
hr.top {margin: 2em 0 1em 0;}
p.quote {
	font-weight: 900;
	text-align: left;
}
a.dim:hover {opacity: 0.7;}
