/* Enter Your Custom CSS Here */

/* WP Radius Task #3326 - Change font colors to black and Open Sans */

body {
  color: #000;
  font-family: Open Sans, sans-serif;
}

blockquote,
blockquote::before {
	color: #000;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	text-align: center;
	font-family: Open Sans, sans-serif;
}

input,
select,
textarea {
  color: #000;
}

.author-box-title {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.entry-title a,
.sidebar .widget-title a {
  color: #000;
}

.genesis-nav-menu {
  font-family: Open Sans, sans-serif;
}

.genesis-nav-menu .sub-menu a {
  color: #000;
}

.site-header .widget_nav_menu {
  color: #000;
}

.nav-primary .sub-menu a {
  color: #000;
}

.archive-pagination li a {
  color: #000;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.comment-reply-link {
  font-family: Open Sans, sans-serif;
}
.one-third {
    width: inherit !important;
}
.page .entry-header {
  text-align: center;
}
.page-id-1592 .content {
    width: inherit;
}
.site-header {
    background-color: #1a2a3b;
    min-height: inherit;
}
#menu-main a {
    color: #fff;
}
.site-header .wrap {
    padding: 20px 0;
}
.footer-widgets {
    background-color: #1a2a3b;
    color:#fff;
    padding-top: 30px;
}
.footer-widgets a, .footer-widgets .widget-title{
    color:#fff;
    border-bottom: none;
}
.footer-widgets a{
    color:#fff;
    text-decoration:underline !important;
}
.site-footer {
    background-color: #1a2a3b;
    border-top: none;
    padding: 10px 0;
}
.footer-widgets li {
    border-bottom: none;
}
.footer-widgets ul#menu-main-1 {
    text-align: center;
}
.home-top {
    border-top: none;
}
.HomeTopFeatured {
	 position: absolute;
   left: 0;
	 background:url("https://stadiumparkingguides.com/wp-content/uploads/2019/11/solider-field-bears-parking-guide.jpg") no-repeat scroll center center transparent;
   background-size: cover !important;
   height: 450px;
   width: 100%;
}
.home .site-inner {
	margin-top:410px;
}
.home .FeaturedHeadline {
    position: relative;
    top: 15%;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}
.home .button {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    position: absolute;
    left: 45%;
    top: 55%;
}
h1.entry-title {
    text-transform: capitalize !important;
    text-align: center;
		font-family: Open Sans, sans-serif;
}



@media only screen and (max-width: 768px) {
	.site-header {
    background-color: #1a2a3b;
    min-height: inherit;
  }
	.site-header .widget_nav_menu {
    color: #fff;
   }
	.home .FeaturedHeadline {
    position: relative;
    left: 25%;
    top: 15%;
    font-size: 24px;
    max-width: 200px;
    color: #fff;
    text-transform: uppercase;
   }
	.home .button {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    position: absolute;
    left: 32%;
    top: 50%;
   }
	.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {
    display: block;
    text-align: center;
   }
}

	