@charset "utf-8";

html {
background-color: #221B14;
}

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

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

header {
  position: relative;
}

.logo {
	max-width: 150px;
	max-height: 150px;
	position: relative;
	width: 25%;
/*	top: 20px;*/
/*	left: 65px;*/
/*	float: left;*/
}

.menu {
  position: relative;
	float: right;
	width: 75%;
}
.pshours {
	color: #F93;
}

footer .menu {
	width: 100%;
}

.main-h1 {
/*  clear: both;*/
	float: right;
	width: 65%;
	text-align: center;
	font-size: 1.7em;
	margin: 0;
}

section {
	box-sizing: border-box;
	flex: 3 0 65%;
}

table {
	margin: 0 auto;
	margin-top: 0;
}

td {
	border: solid 1px rgba(255,255,175,.30);
	text-align: center;
	line-height: 1.8em;
}

th {
	color: #FFB;
	line-height: 1.5em;
}

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

a, .newsletters li a {
	text-decoration: none;
	color: #99F;
/*	text-shadow: 2px 2px 1px #66F;*/
}

a:hover, .newsletters li a:hover {
	text-decoration: underline;
	color: #FF0;
/*	text-shadow: 2px 2px 1px #66F;*/
}

aside {
	box-sizing: border-box;
	flex: 1 0 250px;
	padding: 0 1em 0 0;
}

aside h3, aside h4 {
	color: #FFB;
	text-align: center;
}

aside h3{
/*	text-decoration: underline;*/
}

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

footer p {
	clear: both;
}

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

.menu ul, .extra {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li a {
	display: block;
	text-decoration: none;
	color: #FFB;
	padding: .5em;
}

.menu li a:hover {
	background: rgba(0,0,255,.30);
}

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

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

.menu ul, .menu li, .extra {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.icon {
	font-size: 1.2em;
}

.iconB {
	padding-top: 2px;
}

.small {
	font-size: .9em;
	padding-top: 0;
}

.fc-dlr-time {
	color: #000;
	margin: 4px 0;
	font-size: 1.5em;
	font-weight: bold;
}

.fc-dlr-title {
	color: #006;
	margin: 4px 0;
	line-height: 1em;
	font-size: 1em;
}

.fc-dlr-range {
	color: #600;
	font-size: .85em;
	font-weight: bold;
}

.fc-dlr-exData {
	color: #006;
	font-size: .85em;
}

@media (max-width: 600px) { 
	.logo {
/*		display: block;*/
		max-width: 150px;
		max-height: 150px;
/*		margin: 0 auto;*/
		float: none;
		width: 100%;
/*		text-align: center;*/
	}
	.menu {
		float: none;
		width: 100%;
	}
	.main-h1 {
		float: none;
		width: 100%;
		text-align: center;
		font-size: 1.7em;
	}
	aside {
		padding: 0;
	}
}



