body {
	font-family: "Oxygen", sans-serif;
}
h1, h2, h3,
h3.widget-title,
.widget-title {
	 font-family: 'Yellowtail', cursive;
}
.home h2 {
	border-bottom: 0px #130193 solid;
}
h2 {
	border-bottom: 1px #130193 solid;
	margin: 20px 0;
	line-height: 1.5em;
}
.site-container {
	background: #333;
}
.site-header {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.199);
}
.home #johntercyak-header {
	background: #FFF url('/wp-content/uploads/2019/06/johntercyak.jpg') no-repeat center center /cover;
	overflow: auto;
	clear: both;
}
.home #johntercyak-header-tagline {
	margin-top: 400px;
}
#johntercyak-header {
	background-color: #FFF;
}
#johntercyak-header-tagline {
	background-color: #99c6;
	border-bottom: none;
	padding: 20px 30px;
	color: #FFF;
	font-size: 30px;
}
.menu-toggle {
	padding: 15px;
}
.menu-toggle, .sub-menu-toggle {
	color: #FFF;
}
.nav-primary {
	width: 100%;
	background-color: #333;
	float: none;
	padding-bottom: 0px;
	padding-top: 0px;
}
.nav-primary .wrap {
	padding: 0 30px;
}
.genesis-nav-menu {
	  padding-bottom: 15px;
}
.genesis-nav-menu a {
	border: none;
	color: #FFF;
	display: block;
}
.menu-toggle:focus, 
.menu-toggle:hover, 
.sub-menu-toggle:focus, 
.sub-menu-toggle:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0ebfe9;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu a {
	background: #333;
}


.site-inner {
	background: #FFF; 
}
.home .home-content-bar a:link,
.home .home-content-bar a:active,
.home .home-content-bar a:visited {
	color: #333;
	text-decoration: underline;
}

.home .home-content-bar a:hover {
	color: #005164;
	text-decoration: none;
}

.home .tribe-common .tribe-common-anchor-thin,
.home .tribe-common .tribe-common-anchor-thin:hover {
	border: 0;
}

.home .tribe-events-widget-events-list__event-date-tag-datetime {
	margin: 0px 7px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.20);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.20);
	border-radius: 4px;
  	overflow: hidden;
}
.home .tribe-events-widget-events-list__event-date-tag-month {
	background: red;
	color: #FFF !important;
}
.home .tribe-events-widget-events-list__event-date-tag-daynum {
	background: #FFF;
}

.footer-widgets a:link,
.footer-widgets a:active,
.footer-widgets a:visited {
	color: #9f9f9f;
	text-decoration: underline;	
}

.footer-widgets a:hover {
	color: #FFF;
	text-decoration: none;	
}

@media only screen and (min-width: 960px) {
	.site-inner {
		max-width: 100%;
	}
	.genesis-nav-menu .sub-menu {
		border-top: 0px solid #444;
	}
	.genesis-nav-menu .sub-menu a {
		border: 1px solid #444;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 1140px;
	}
}

.footer-widgets .widget-title {
  color: #fff;
}

.footer-widgets,
.site-footer {
	background-color: #333;
	color: #9f9f9f;
}

.site-footer {
	border-top: 1px solid #444;
}

@media only screen and (min-width: 960px) {
	.site-header .wrap,
	.nav-primary .wrap,
	#johntercyak-header .wrap {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.full-width-content .content {
		width: 100%;
	}
	.nav-primary {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.genesis-nav-menu {
	  padding-bottom: 0px;
	}
}