 body {
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
a {
    text-decoration: none;  
}

h2 {
	color: #000000;
	font-size: 2em;
	font-weight: normal;
}

#container {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
	width: 960px;
}

#header {
	height: 50px;
	background-color: #026c26;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: fixed;
	top: 40px;
	width: 960px;
	z-index: 1;
	top: 0;

}

#navigation ul {
	color: #000;
	float: right;
    font-size: 12pt;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
}

#navigation li a:hover {
	background-color: #cc0001;
	color: fff;
}

.spacer {
	height: 80px;
	margin-top: 0px;
}

.title {
		line-height: 1;
		width: 100%;
		text-align: center;
		margin: 0 10 0 0px;
		display: inline-block;
		height: 140px;
		padding: 0 0 0 0px;
}


.button {
	background-color: #05ab41; /* Green */
	border: none;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	padding: 15px 20px;
	text-decoration: none;
	margin: 4px 1px;
	transition-duration: 0.4s;
}

.button:hover {
	background-color: #cc0000; /* Red */
	color: white;
}


/* main page image */


#landing {
	background-image: url("images/occheader.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 513px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

#landingbuttons {
    bottom: 30px; 
    width: 800px; 
    height: 60px; 
	margin-left: 100px;
	margin-top:500px;
	position: relative;
}

.button1 {
	color: white;
	float: left;
	font-weight: 600;
	width: 170px;
}


.button2 {
	color: #ffffff;
	float: right;
	font-weight: 600;
	width: 220px;
}


/* e-mail address */ 

#subhead {
	background: #2c5e43;
	display:inline-block;
	float: left;
	height: 60px;
	line-height: 17px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 3rem;
	width: 960px;
	border-style: dotted;
}

#subheadtext h2 {
	color:#ffffff;
}

#subheadtext {
		width:40%;
		margin-top: 0px;
		margin: auto;
}

/* end e-mail address */ 

/* About */

#about {
	margin-top: 0px;
	padding: 0px;
}

.about-selection {
	align: center;
	padding: 5px;
	margin: 0;
}

.about-text {
	width: 610px;
	padding: 20px;
	margin: 20px;
	display: inline-block;
	border-left: 1px solid gray; 
}

.about-text h1 {
	text-align: left;
}

.about-side {
	vertical-align: top;
	width: 240px;
	display: inline-block;
}

/* End About */

/* Start Membership */

#membership {
	margin-top: 0px;
	width: 100%;
}


#member-title{	
		color: #cc0001;
		font-size: 130px;
		letter-spacing: -15px;
}
		

.membership-box {
	display:inline-block;
}
	
#membership-image1 img {
	float: left;
	height: auto;
}
	
#membership-text {
	margin-bottom: 10px;
	padding: 20px;
	overflow:auto;
}

#rateheader {
		color: #000000;
}

#rateheader h2{
	color: #000000;
}
.member-rates {
	color: #ffffff;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
}

.member-rates h2{
	color: #ffffff;
}

.rates {
	background-color:#2a6041;
	border-radius: 50px 50px 5px 5px;
	vertical-align: top;
	height: 400px;
	width: 30%;
	padding: 10px;
	margin: auto;
	display: inline-block;
}

.rates h3{
	font-size: 1.7em;
}

/* End Membership */


/* Scheduled Play */

#playimage {
	margin-bottom: 0px;
	padding: 0px;
	
}

#scheduled-play {
	margin-top: 0px;
}

#play-title{	
		color: #3b5da2;
		font-size: 110px;
		letter-spacing: -11px;
}


.play {
		padding: 0px;
}

/* Play Banner */


#play-banner {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;	
}

#play-banner h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 25px;
	text-align: center;
}


/* Play Banner end */


.play-info {
	padding: 0px;
	margin: 0px;
}

.playdate {
	padding: 0px;
	margin: 0px;
	text-align: center;

}

.playbox  {
	background-color:#ffffff;
	vertical-align: top;
	width:40%;
	padding: 0px;
	margin: auto;
	display: inline-block;

}

.playtext {
	vertical-align: top;
	padding: 5px;
	margin: 0px;
	
}

.playtext h3{
	font-size: 1.57em;
	margin-bottom: 0;
	margin-top: 0;
}

.playtext p{
	 text-align: justify;
	 margin-top: 0px;
}

.intro {
	width: 60%;
	margin: auto;
	margin-bottom: 100px;
}

.introclass {
		padding: 40px;
		margin: 20px;
}

#introbut {
	background-color: #cc0000; /* Red */ 
	float: right;
	font-size: 22px;

}

#introbut:hover{
	background-color: #05ab41; /* Green */
	color: white;
}

.introheader h2{
		margin-bottom: 20px;
		text-align: center;
}		
		
		/* End Scheduled Play */
		
		/* Start FAQ */
		
#faq {
	margin-top: 100px;
}	

.faqlist {
	width: 100%;
	margin: auto;
	text-align: center;
}

#faq-title{	
	color: #000000;
	font-size: 69px;
	letter-spacing: -5px;
}


.faqcontent {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.faqbox  {
	background-color:#ffffff;
	vertical-align: top;
	width:45%;
	padding: 0px;
	margin: auto;
	display: inline-block;

}

.accordion {
  background-color: #f2d301;
  color: #2c5e43;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
	margin-bottom: 20px;
}

.active, .accordion:hover {
  background-color: #fff; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* End FAQ */

/* Events */

#events {
	margin-top: 10px;
}

#events-banner {
	background: #282e34;
	margin-bottom: 10px;
	color: #ffffff;
	line-height: 1.1;
	padding-bottom: 10px;
	text-align: center;	
}

#event-title {	
		color: #f0f1f3;
		font-size: 65px;
		letter-spacing: -8px;
		margin-top: 200px;
}


#events-banner h2 {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: left;	
}

#events img {
	padding: 0px;

}

.event-text {
		padding: 20px;
}

.event-text li::marker {
  color: red;
}

#eventbut {
	background-color: #cc0000; 
	float: left;
	font-size: 22px;

}

#eventbut:hover{
	background-color: #05ab41; 
	color: white;
}

/* End Events */



/* Begin Find Us */


#find-title {	
		color: #05aa41;
		font-size: 90px;
		letter-spacing: -10px;
}

#find-public h3{
	text-align: center;
}


#findbox {
	background-color:#ffffff;
	vertical-align: top;
	width: 48%;
	padding: 5px;
	margin: auto;
	display: inline-block;
}

.transit-box {
	padding: 10px;
	text-align: center;
}

.transit img {
		height: 92px;
}

.transit p {
		text-align: justify;
		margin: 0;
}

.transit  {
	background-color:#ffffff;
	vertical-align: top;
	width: 30%;
	padding: 10px;
	margin: auto;
	display: inline-block;
}

/* End Find Us */


/* Links */

#links {
	color: #000000;
}

#links a {
	color: #2a4041;
}

#links a:hover {
	color: #cc0000;
}

#link-title{	
		color: #6c8cc5;
		font-size: 90px;
		letter-spacing: -10px
}
	
#link-banner h1{
	color: #ffffff;
}


.link-item {
	margin: 0px;
	padding-left: 5px;

}

.link-item ul {
	list-style-position: inside;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
}

.link-item h2, h3 {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	display:inline; 

}

.link-item ul li::marker {
  color: red;
   font-size: 1.8em;
}
/* End Links */

/* copyright section */


#copyright {
	background: #282E34;
	color: #fff;
	float: left;
	font-size: 15px;
	padding: 20px;
	text-align: center;
	width: 920px;
}

/* end copyright */