body {
	background-color: #353535;
	/*background-image: url("../images/background.jpeg");
	background-size: cover;*/
}

.topHeader {
	width: 60%;
	margin: 1rem auto;
	background-image: url("../images/Football Background 01.jpg");
	border: 3px solid #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-radius: 17px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 66%;
	height: 130px;
	text-align: center;
	box-shadow: 1.5px 1.5px #E0AA3E;
	
}

.logo {
	margin: auto;
	text-align: center;
}

/*main {
	margin: auto;
	text-align: center;
	border: 3px solid #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-color: #757474;
	border-radius: 17px;
}
main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
main a {
	text-decoration: none
}*/

nav {
	border: 3px solid #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-color: #757474;
	border-radius: 17px;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	/* box-shadow: 1.5px 1.5px #E0AA3E; */
	/* animate slide up and down 
	transform: translateY(-100%);
	transition: transform 0.2s ease;*/
	
}
/*nav:target {
	transform: translateY(0%);
}*/

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
}

nav a {
	color: black;
	padding: 0.5rem 1 rem;
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-family: arial;
	font-size: 1.5rem;
	text-shadow: 1px 1px #E0AA3E;
	text-align: center;
}

nav a:focus {
	color: #E0AA3E;
}

nav a:hover {
	color: #E0AA3E;
	text-shadow: 1px 1px #000000;
}

.content {
	margin: 10px auto;
	border: 3px solid #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: #B5B5B5;
	border-radius: 13px;
	width: 800px;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.1rem;
	box-shadow: 2px 2px #E0AA3E;
}

.content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

.content a {
	margin: 0px;
	color: black;
	padding: 0.5rem 1 rem;
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-family: arial;
	font-size: 1.5rem;
	text-shadow: 1px 1px #E0AA3E;
	text-align: center;
}

.content a:hover {
	color: #E0AA3E;
	text-shadow: 1px 1px #000000;
}

.title {
	color: black;
	text-decoration: none;
	font-weight: 600;
	font-family: arial;
	font-size: 1.3rem;
	text-shadow: 1px 1px #E0AA3E;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.titleRules {
	color: black;
	text-decoration: none;
	font-weight: 600;
	font-family: arial;
	font-size: 1.1rem;
	text-shadow: 1px 1px #E0AA3E;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.schedule {
	border: 1px;
	border-color: #000000;
	text-align: center;
	font-size: 0.8rem;
	
}

.scheduleHeading {
	background-color: #E0AA3E;
}

.scheduleContent:hover {
	background-color: #E0AA3E
}

.standings {
	border: 1px;
	border-color: #000000;
	text-align: center;
	font-size: 0.8rem;
}

.standingsHeading {
	background-color: #E0AA3E;
	}

.standingsContent:hover {
	background-color: #E0AA3E;
}

.map {
	margin: auto;
	align-content: center;
	text-align: center;
	vertical-align: middle;
}

footer {
	margin: 10px auto;
	width: 600px;
	border: 3px solid #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	background-color: #757474;
	border-radius: 17px;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 1.1rem;
	/* box-shadow: 1.5px 1.5px #E0AA3E; */
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
}

footer a {
	color: black;
	padding: 0.5rem 1 rem;
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-family: arial;
	font-size: 1rem;
	text-align: center;
}

footer a:focus {
	color: #E0AA3E;
}

footer a:hover {
	color: #E0AA3E;
}


@media (min-width:850px){
	header {
		margin: auto;
	}
	nav {
	padding: 0px;
	margin: 1rem auto;
	position: static;
	/*transform: translateY(0%);*/
	width: 744px;
	} 
	nav ul {
	flex-flow: row wrap;
	justify-content: space-evenly;
	}
	
	main {
		display: none;
	}
	
	main a {
		display: none;
	}
	
	main ul {
		display: none;
	}
	
	.topHeader {
	visibility: visible;
	}
	
	.title {
		font-size: 2rem;
		font-weight: 700;
	}
	
	.teamTitle {
	font-size: 2rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	text-shadow: 4px 4px #E0AA3E;	
	}
	
	.coachTitle {
	font-size: 1.6rem;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	text-shadow: 4px 4px #E0AA3E;
	}
	
	.coachName {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	}
	
	.coachConact {
	font-size: 1.2rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	.siteTitle {
	font-size: 1.2rem;
	font-weight: 600;
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;	
	}
	
	.teamSite {
	font-size: 1.2rem;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
	.teamSite a {
		font-size: 1.1rem
	}
	
	.schedule {
		font-size: 1.1rem;
	}
	
	.standings {	font-size: 1.4rem;
	}
	
	.titleRules {
		font-size: 1.4rem;
	}
}
