/* CSS Document */
body {
	margin: 0 auto;
	background: #87CEEB;
	padding: 0px;
	background-image: url('images/bg-field-soccerball2.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}
#container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-left: calc(100vw - 100%);
}
#content_main {
	width: 100%;
	max-width: 960px;
	float: left;
	text-align: center;
	border-radius: 10px;
}
.column {
	width: 29%;
	margin: 1%;
	border-radius: 10px;
	background: #f1f0f0;
	float: left;
	padding: 0px 8px;
	text-align: center;
	border: 2px solid #0E407D;
	left: 50%;	
}
.column ul li {
	text-align: left;
}
.double {
	width: 62%;
}
.full {
	width: 95%;
	margin-top: 10px;
	text-align: left;
	margin-left: 1%;
	margin-right: 0;
}
h1 {
	color: #333333;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #0E407D;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #0E407D;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p,
ul li,
ol li,
th,
td {
	font-size: .9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
nav {
	width: 100%;
	max-width: 960px;
	background: #0E407D;
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 0px 0px 10px 10px;
}
footer {
	width: 100%;
	max-width: 960px;
	background: #0E407D;
	border-radius: 10px;
	float: left;
	clear: both;
}
footer p {
	color: #fff;
	font-size: 1.0em;
	font-style: italic;
	text-align: center;
}
footer a,footer a:hover,footer a:visited {
	color: #fff;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
nav ul li {
	display: inline-block;
	list-style-type: none;
	padding: 10px 0px;
	text-align: center;
}
nav ul li a {
	color: #FFDD15;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .05em;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}
nav ul li a:hover {
	color: #FFF;
}
nav ul li.last a {
	border: none;
}
img.banner {
	float: left;
	width: 100%;
}
a.button {
	padding: 8px;
	border-radius: 4px;
	width: auto;
	background:#0E407D;
	display: inline-block;
	color: #FFDD15;
	text-transform: uppercase;
	text-decoration: none;
} 
a.button:hover {
	background: #FFDD15;
    color:#0E407D;
}
.camps-images {
	border-spacing: 2px;
	border-collapse: collapse;
	table-layout: auto;
	margin-left: auto;
	margin-right: auto; 
}
.camps-images th {
	padding: 6px;
	text-align: center;
}
.camps-images td {
	padding: 6px;
	text-align: center;
}
.camps-other {
    border-collapse: collapse;
    margin: 25px 0;
    width: 700px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	margin-left: auto;
	margin-right: auto; 
}
.camps-other th {
	padding: 20px;
	text-align: center;
}
.camps-other td {
	padding: 20px;
	text-align: center;
}
.camps-previous {
    border-collapse: collapse;
    margin: 0 auto;
    width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.camps-previous th {
	padding: 5px;
	text-align: left;
}
.camps-previous td {
	padding: 5px;
	text-align: left;
	align: center;
}
.camps-cycle {
    border-collapse: collapse;
    margin: 0 auto;
    width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.camps-cycle td {
	margin: 0px, auto, 0px, auto;
	text-align: center;
	vertical-align: top;
	height: 650px;
}
.cycleimage ul li {
	text-align: center;
	align: center;
}
@media only screen and (max-width: 400px) {
.column {
	width: 90%;
}
nav ul li {
	display: block;
	text-align: center;
}
nav ul li a {	
	padding: 0px;
	border-right: none;
}
table.schedule {
	border: 1px solid #999;
	width: 90%;
	max-width: 700px;
	background-color: #ffffff;
}
table.schedule th {
	text-align: left;
	padding: 8px;
	color: #fff;
	background-color: #666;
}
table.schedule td {
	padding: 6px;
	background-color: #ffffff;
}
table.schedule tr.alt td,
table.schedule td.alt {
	background-color: #f1f0f0;
}
table.schedule {
	width: 100%;
}
table.schedule th {
	padding: 1px;
	font-size: .7em;
}
table.schedule td {
	padding: 1px;
	font-size: .7em;
}