h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
 font-family: 'Source Sans Pro', sans-serif;
   font-size: 100%;
   background:#EBEBEB; 
}
.logo {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 10;
	width: 97%;
}
.logo img {
	width: 20%;
	box-shadow: 1px 2px 5px black;
}
.top-nav {
	position:absolute;
	right: 25px;
	top: 25px;
	z-index: 15;
}
.top-nav  ul li {
	display: inline-block;
	padding: 0 8px 0 8px;
}
.top-nav  ul li a {
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
	text-align: center;
	color: #FFF;
	background: rgba(72, 110, 171, 0.59);
	border: black;
	border-radius: 10px;
	box-shadow: 1px 2px 5px black;
}
.top-nav  ul li a:hover,.top-nav  ul li a.active {
	text-decoration:none;
	color: orange;
}
.top-nav img {
	margin-left: 8px;
	box-shadow: 1px 2px 5px black;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 75em) {
.top-nav  ul li {
	display: inline-block;
	padding: 0 5px 0 5px;
}
.top-nav  ul li a {
	font-size: 14px;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
}
}
@media all and (max-width: 60em) {
.top-nav  ul li {
	display: inline-block;
	padding: 0 4px 0 4px;
}
.top-nav  ul li a {
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}
}
@media all and (max-width: 45em) {
.logo {
	position: relative;
	left: 0px;
	top: 10px;
}
.logo img{
	width: 50%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.top-nav {
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.top-nav ul {
	display: inline-block;
	list-style:none; 
}
* html #top-nav ul { /* Target IE6 */
	display:inline;
}
*+html #top-nav ul { /* Target IE7 */
	display:inline;
}
.top-nav li {
	display:inline;
	padding: 0 6px 0 6px;
}
.top-nav  a {
	float:left;
}
.top-nav img {
	position: absolute;
	width: 26px;
	right: 5%;
	top: 50px;
}
}
@media all and (max-width: 30em) {
.logo {
	position: relative;
	left: 0px;
	top: 10px;
}
.logo img{
	width: 65%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.top-nav {
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.top-nav ul {
	display: inline-block;
	list-style:none; 
}
* html #top-nav ul { /* Target IE6 */
	display:inline;
}
*+html #top-nav ul { /* Target IE7 */
	display:inline;
}
.top-nav li {
	display:inline;
	padding: 0 6px 0 6px;
}
.top-nav  a {
	float:left;
}
.top-nav img {
	position: absolute;
	width: 26px;
	right: 5%;
	top: 50px;
}
}
@media all and (max-width: 20em) {	
.logo {
	position: relative;
	left: 0px;
	top: 10px;
}
.logo img{
	width: 75%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.top-nav {
	position: relative;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.top-nav ul {
	display: inline-block;
	list-style:none; 
}
* html #top-nav ul { /* Target IE6 */
	display:inline;
}
*+html #top-nav ul { /* Target IE7 */
	display:inline;
}
.top-nav li {
	display:inline;
	padding: 0 6px 0 6px;
}
.top-nav  a {
	float:left;
}
.top-nav img {
	position: absolute;
	width: 26px;
	right: 5%;
	top: 50px;
}
}
/*--banner start here--*/
.banner {
	background: url(../images/jarettwaite.jpg)no-repeat;
	min-height: 700px;
	background-size: 100%;
	position: relative;
	z-index: 5;
}
.caption{
	background: rgba(72, 110, 171, 0.59);
	text-align: right;
	padding-right: 10px;
	width: 36%;
	position: absolute;
	top: 20%;
	right: 2%;
}
.caption h3{
	color: #FFF;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2em;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 70em) {
.caption {
	width: 45%;
	top: 65%;
}
.banner {
	min-height: 490px;
}
}
@media all and (max-width: 55em) {
.caption {
	width: 45%;
	top: 65%;
}
.caption h3{
	font-size:2em;
}
.caption p {
	margin: 2em 0 1.5em 0;
}
.banner {
	min-height: 360px;
}
}
@media all and (max-width: 45em) {
.caption {
	width: 45%;
	top: 55%;
}
.caption h3{
	font-size:1.8em;
}
.banner {
	min-height: 300px;
}
}
@media all and (max-width: 39em) {	
.caption {
	width: 45%;
	top: 55%;
}
.caption h3{
	font-size:1.4em;
}
.banner {
	min-height: 230px;
}
}
@media all and (max-width: 30em) {
.caption {
	top: 45%;
}
.caption h3 {
	font-size: 1.1em;
}
.banner {
	min-height: 200px;
}
}
@media all and (max-width: 20em) {
.caption {
	width: 90%;
	top: 45%;
}
.caption h3 {
	font-size: 1em;
}
.banner {
	min-height: 170px;
}
}
/*--banner end here--*/
/*--reserve banner start here--*/
.banner_reserve {
	background: url(../images/view.png)no-repeat;
	min-height: 12.25em;
	background-size: 100%;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 70em) {
.banner_reserve {
	min-height: 9em;
}
}
@media all and (max-width: 55em) {
.banner_reserve {
	min-height: 8em;
}
}
@media all and (max-width: 45em) {
.banner_reserve {
	display: none;
}
}
/*--reserve banner end here--*/
/*--contribute banner start here--*/
.banner_contribute {
	background: url(../images/rachel_stop_light.png)no-repeat;
	min-height: 12.25em;
	background-size: 100%;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 70em) {
.banner_contribute {
	min-height: 9em;
}
}
@media all and (max-width: 55em) {
.banner_contribute {
	min-height: 8em;
}
}
@media all and (max-width: 45em) {
.banner_contribute {
	display: none;
}
}
/*--contribute banner end here--*/
/*--thank you banner start here--*/
.banner_thankyou {
	background: url(../images/baseball.png)no-repeat;
	min-height: 12.25em;
	background-size: 100%;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 70em) {
.banner_thankyou {
	min-height: 9em;
}
}
@media all and (max-width: 55em) {
.banner_thankyou {
	min-height: 8em;
}
}
@media all and (max-width: 45em) {
.banner_thankyou {
	display: none;
}
}
/*--thank you banner end here--*/
/*--error banner start here--*/
.banner_error {
	background: url(../images/gubler_park.png)no-repeat;
	min-height: 12.25em;
	background-size: 100%;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
}
/*-- responsive-mediaquries --*/
@media all and (max-width: 70em) {
.banner_error {
	min-height: 9em;
}
}
@media all and (max-width: 55em) {
.banner_error {
	min-height: 8em;
}
}
@media all and (max-width: 45em) {
.banner_error {
	display: none;
}
}
/*--error banner end here--*/
/*--footer start here--*/
.footer {
	padding: 20px 0px;
}
.footer-main p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
}
.footer-main p a{
	font-size: 16px;
	font-weight: 400;
	color:#00aee1;
}
.footer-main p a:hover{
	text-decoration:none;
	color:#000;
}
/*--footer end here--*/
/*--main start here--*/
.main {
	padding: 20px 0px 0px 0px;
}
.main-right input[type="text"] {
	outline: none;
	width: 48%;
	padding: 8px;
	border: 1px solid #999;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0px 10px 5px 0px;
	background: none;
}
.main-right input.mar-last {
  margin: 0px;
}
.main-right textarea {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	width: 98.5%;
	height: 13em;
	margin: 7px 0px;
	background: none;
	resize: none;
	outline: none;
	-webkit-appearance: none;
}
.main-right input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #F9C16E;
	padding: 8px 22px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.main-right input[type="submit"]:hover {
	background:#000;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.main-header h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.main-header h4 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.main-header p {
	font-size: 16px;
	font-weight: 400;
	color:#303030;
	line-height: 1.4em;
	margin-top: 0em;
    margin-bottom: 1em;
}
.yardsign {
    text-align: center;
}
@media all and (max-width: 62em) {	
.main-left {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.main-right {
	float: none;
	width: 100%;
}
.main-right input[type="text"] {
	width: 48.7%;
}
.main-right textarea {
	width: 99.5%;
}
}
@media all and (max-width: 40em) {	
.main-left {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.main-right {
	float: none;
	width: 100%;
}
.main-right input[type="text"] {
	width: 48.7%;
}
.main-right textarea {
	width: 99.5%;
}
}
@media all and (max-width: 30em) {
.main {
	padding: 15px 0px 30px 0px;
}
.main-right input[type="text"] {
	width: 100%;
	margin: 7px 0px 0px 0px;
}
.main-right textarea {
	font-size: 15px;
	width: 99.8%;
}
.main-right input[type="submit"] {
	font-size: 12px;
}
}
@media all and (max-width: 20em) {
.main-bottom {
	padding: 10px 0px 0px 0px;
}
.main-header h3 {
	font-size: 20px;
}
.main-header p {
	font-size: 14px;
	line-height: 1.6em;
}
.main-header h3 {
	font-size: 20px;
}
.main-left {
	margin: 0px 0px 15px 0px;
	  padding: 0px;
}
.main-right input[type="text"] {
	padding: 5px;
	font-size: 13px;
}
.main-right textarea {
	height: 7em;
	padding:5px;
}
.main-right {
  padding: 0px;
}
}
/*--main end here--*/
/*--message start here--*/
.message {
	padding: 0px 0px 20px 0px;
}
.message-bottom {
	padding: 20px 0px 0px 0px;
}
.message-right input[type="text"] {
	outline: none;
	width: 48%;
	padding: 8px;
	border: 1px solid #999;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0px 10px 5px 0px;
	background: none;
}
.con-addr {
	margin: 30px 0px 0px 0px;
}
.con-addr h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.con-addr  p {
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	line-height: 1.4em;
}
.con-addr p a {
	font-size: 15px;
	color: #000;
}
.con-addr p a:hover{
	text-decoration:none;
	color: #3488d0;
}
.con-addr-right {
	margin-left: 85%;
}
.con-addr-right  p {
	font-size: 12px;
	font-weight: 400;
	color: #303030;
	line-height: 1.4em;
}
.con-addr-right p a {
	font-size: 12px;
	color: #000;
}
.con-addr-right p a:hover{
	text-decoration:none;
	color: #3488d0;
}
.message-right input.mar-last {
  margin: 0px;
}
.message-right textarea {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	width: 98.5%;
	height: 13em;
	margin: 7px 0px;
	background: none;
	resize: none;
	outline: none;
	-webkit-appearance: none;
}
.message-right input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #F9C16E;
	padding: 8px 22px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.message-right input[type="submit"]:hover {
	background:#000;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.con-info h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.con-info p {
	font-size: 16px;
	font-weight: 400;
	color:#303030;
	line-height: 1.4em;
	margin-top: 0em;
    margin-bottom: 1em;
}
@media all and (max-width: 62em) {	
.message-left {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.message-right {
	float: none;
	width: 100%;
}
.message-bottom {
	padding: 15px 0px 0px 0px;
}
.message-right input[type="text"] {
	width: 48.7%;
}
.message-right textarea {
	width: 99.5%;
}
}
@media all and (max-width: 40em) {	
.message-left {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.message-right {
	float: none;
	width: 100%;
}
.message-bottom {
	padding: 15px 0px 0px 0px;
}
.message-right input[type="text"] {
	width: 48.7%;
}
.message-right textarea {
	width: 99.5%;
}
}
@media all and (max-width: 30em) {
.message {
	padding: 15px 0px 30px 0px;
}
.message-bottom {
	padding: 15px 0px 0px 0px;
}
.message-right input[type="text"] {
	width: 100%;
	margin: 7px 0px 0px 0px;
}
.message-right textarea {
	font-size: 15px;
	width: 99.8%;
}
.message-right input[type="submit"] {
	font-size: 12px;
}
}
@media all and (max-width: 20em) {
.message-bottom {
	padding: 10px 0px 0px 0px;
}
.con-info h3 {
	font-size: 20px;
}
.con-info p {
	font-size: 14px;
	line-height: 1.6em;
}
.con-addr h3 {
	font-size: 20px;
}
.message-left {
	margin: 0px 0px 15px 0px;
	  padding: 0px;
}
.message-right input[type="text"] {
	padding: 5px;
	font-size: 13px;
}
.message-right textarea {
	height: 7em;
	padding:5px;
}
.message-right {
  padding: 0px;
}
}
/*--message end here--*/