@charset "utf-8";
body {
	background: #182330;
}
.jumbotron {
	background: #182330;
}
p {
	color: white;
	font-size: 1.5em;
}
h1 {
	font-size: 6em !important;
}
h1,h2 {
	color: white !important;
	text-shadow: 0 0 20px #466890;
}
blockquote {
	border: none;
}
blockquote p {
	color: #f9e096;
}
blockquote small {
	color: #C7C7C7;
	font-size: 1em;
}
.left {
	text-align: center;
	max-width: 100%;
}
.jim, .mainImg{
	max-width: 85%;
}
.jimName {
	font-size: 3em !important;
}
.btn-success{
	color: #182330;
	background-color: #f4c22f;
	padding: 1em;
	margin: 1em;
	border:none;
	margin-left: 0 !important;
}
.btn-success:link, .btn-success:visited {
	color: #182330;
	background-color: #f4c22f;
	padding: 1em;
	margin: 1em;
	border:none;
}
.btn-success:hover, .btn-success:active {
	color: #182330;
	background-color: #f9e096;/*#f8e5ad;*/
	border:none;
}

footer {
	padding: 2em 0;
}
.img-responsive {
	margin: 0 auto;
}
.space {
	margin-top: 4em;
}
.paypalBtnText {
	font-size: 1em;
	color: black;
}
@media screen and (min-width:768px){
	.left {
		float: left;
		padding: 0 1.5em 1.5em 0;
		max-width: 66%;

	}
	.jim {
		max-width: 50%;
	}

}
