.donateButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:23px;
	font-weight:bold;
	padding:18px 58px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.donateButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.donateButton:active {
	position:relative;
	top:1px;
}

.assist_img {
	float: right; 
	margin-top: -10px; 
	margin-right: 150px;
  	margin-left: 40px;
}

.sponsor_text {
	width: 60%; 
	float: left;
}

.sponsor_logo {
	width: 40%;
  	float:left;
}

.youtube_vid {
	height:315px; 
	width:560px;
	padding:30px;  
}

@media all and (min-width: 600px) {
  #audi_img {
		float:left; 
		margin-left: 30px;
	}
}

@media all and (max-width: 600px) {
    .assist_img {
	float: right;
	margin-top: -30px;
	margin-right: 0px;
        max-width: 20%;
   	 }

	.sponsor_text {
		width: 100%;
	}

	.sponsor_logo [
		width: 100%;
	}

	.youtube_vid {
		width: 100%;
		height: 200px;
		padding: 5px;
	}
}