@charset "utf-8";

html {
background-color: #FFF;
}

header {
	width: 100%;
	height: 200px;
	background-color: #600;
	color: #FFF;
	text-align: left;
}

body {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
/*	margin: 20px auto;*/
/*	padding: 20px;*/
	font-size: 1.2em;

/*	max-width: 1000px;*/
/*	background-image: url(../_images/Clubhouse.jpg);*/
/*	background-attachment: fixed;*/
	background-color: #FFF;
	background-position: top;
/*	background-repeat: no-repeat;*/
	color: #333;
}

.ptext {
	font-size: 1.2em;
	font-weight: bold;
}

.banner {
/*	max-width: 9000px;*/
	max-height: 150px;
/*	top: -180px;*/
/*	margin: 0 auto;*/
/*	float: left;*/
}

section {
/*	display: flex;*/
	width: 1000px;
	background-color: #FFF;
	position: relative;
	top: -40px;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 15px 3px #600;
/*	flex: 3 0 65%;*/
}

section h2, section h3 , section h4 {
	color: #000;
}

.main-h1 {
/*	float: right;*/
	width: 1000;
/*	position: relative;*/
/*	top: -125px;*/
	color: #FFF;
	text-align: center;
/*	padding-left: 10%;*/
	line-height: 3;
	font-size: 3em;
	margin: 0 auto;
}
div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

nav {
/*	clear: both;*/
	box-sizing: border-box;
	flex: 2;
	padding: 0 5px 0 0;
}
article {
	box-sizing: border-box;
	flex: 5;
	padding: 0 5px;
}

aside {
	box-sizing: border-box;
	flex: 2;
	padding: 0 0 0 5px;
}

aside h3, aside h4 {
	color: #000;
}

footer .menu {
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
/*	text-shadow: 2px 2px 1px #66F;*/
}

.showbullets ul li  {
	list-style-type: circle;
	text-align: left;
	color: #006;
}

article ul li {
	list-style-type: none;
	color: #000;
}

footer {
	width: 100%;
	color: #333;
	clear: both;
	text-align: center;
	font-size: 1em;
	padding-bottom: 2px;
}

footer p {
	clear: both;
}

/********************* Base styles that apply to all menus *********************/

.menu ul, .accomp ul, .extra {
	box-sizing: border-box;
/*	display: block;*/
	background-color: #600;
	list-style-type: none;
	text-align: left;
	color: #000;
}

.accomp {
/*	box-sizing: border-box;*/
/*	display: block;*/
/*	background-color: #600;*/
/*	list-style-type: none;*/
/*	text-align: left;*/
/*	color: #000;*/

}

.menu ul li {
	padding: 3px;
	margin: 5px 0;
}

.accomp ul li {
	padding:10px;
	margin: 10px 0;
}

.menu li a {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #FFF;
/*	padding: .6em;*/
}

.menu li a:hover {
	background: rgba(64,64,255,.60);
}

.menu span {
    display: block;
    font-size: .8em;
    font-weight: lighter;
    font-style: italic;
}

/********************* Styles for Main Menu *********************/

.menu ul, .menu li {
	display: flex;
	flex-direction: column;
/*	justify-content: center;*/
/*	flex-wrap: wrap;*/
}

.extra {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.extra li {
	padding: 10px;
}

