p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
}

.home .site-header-inside {
  height: 400px;
  min-height: 400px;}

.front-page-section:home {
	background: black;
	font: white;

}

.front-page-section:nth-child(home) {
	background: black;
	padding-top: -15em;
	padding-bottom: -15em;
}

.front-page-section:nth-child (even)
	{
	background-color: white;
	padding-top: 5em;
	padding-bottom: 5em;
}

.front-page-section:nth-child(odd) {
	background: black;
	padding-top: 5em;
	padding-bottom: 5em;
}

.author-box {
	display: none;
}

.site-footer {
	background-image: url('https://accesspathproductions.com/wp-content/uploads/2018/02/waves-footer2.png');
}

.site-footer a {
	color: black;
}

li a {
	color: black;
}

li a:hover {
	color: black;
}

.front-page-section:nth-child(odd) a {
	color: graytext;
	font-size: 14px;
}

.front-page-section:nth-child(odd) h2 {
	color: white;
}

.front-page-section:nth-child(even) a {
	color: default;
	font-weight: normal;
	font-size: 18px;
}

.front-page-section:nth-child(even) h2 {
	color: default;
}

.wf-active .home.page .content-area-inside .entry-header,
.wf-active .home.page .content-area-inside .entry-title,
.wf-active .front-page-section-title {
	margin-bottom: 20px;
}

body.page-id-937 .wp-custom-header img= https://accesspathproductions.com/wp-content/uploads/2020/04/MF-Access-Path-Productions-118-HIGHRES.jpg
}

body.page-id-937 .wp-custom-header img {
	visibility: hidden;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #ffff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:1px blue;

    font-size:1.2em;
    z-index:999;
}
            
.accessibility{
	position: absolute;
	left: -99999px;
	height: 10px;
	width: 10px
}

#skip{
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
        margin-left: 0;
	list-style: outside none;
}

#skip li{ list-style-type: none }

#skip a{
	position: absolute;
	left: -99999px;
	top: 30px;
}

#skip a:focus, #skip a:active{
	position: relative;
	left: 0;
	z-index:9999;
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px;
	text-decoration: none;
	letter-spacing: -4px !important;
	font: bold 50px "Arial", "Freesans", sans-serif !important;
	
        color: white;
	background: black;
	border: 1px dotted #333333;
}