/*
MIDDLE MENU
Colors:
orange = #d04a27
black = #292929

First item requires a padding top or will be under the menu bar */

@font-face {
	font-family:"HelveticaNeueBold";
	src:
	url(../fonts/HelveticaNeueBold.ttf) format("ttf"),
	url(../fonts/HelveticaNeueBold.svg) format("svg"),
	url(../fonts/HelveticaNeueBold.woff) format("woff"),
	url(../fonts/HelveticaNeueBold.eot) format("eot"),
	url(../fonts/HelveticaNeueBold.woff2) format("woff2"),
	url(../fonts/HelveticaNeueBold.otf) format("otf");
}

#thank-you-mail {
	margin-top: -20px;
	margin-bottom: -20px;
}

.center { text-align: center; }

#error-page {
	background-color: #292929;
	text-align: center;
	color: #d04a27;
	font-size: 22px;
	padding-top: 100px;
	padding-bottom: 100px;
}

* {
	margin: 0 auto;
	font-family:"HelveticaNeueBold";
}

#header-Container {
	background:linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.5));
	height: 125px;
	padding-right: 20px;
	max-width: 900px;
}

#header-Container img:nth-of-type(1) {
	width: 75px;
	padding-top: 10px;
	padding-left: 30px;
}

#header-Container img:nth-of-type(2) {
	width: 119px;
	padding-top: 10px;
	padding-left: 10px;
}

#header-Container h1 {
	padding-top: 50px;
	font-size: 22px;
	margin-top: -130px;
}

#header-Container h2 { font-size: 16px; }

#header-Container h1,#header-Container h2 {
	text-transform: uppercase;
	color: #d04a27;
	text-align: right;
}

#top-menu-bar {
	height: 43px;
	background-color: #292929;
	border-bottom: 10px solid #d04a27;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

#top-menu-bar figure {
	font-size: 0px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#top-menu-bar figure img:nth-child(1) {
	width: 37px;
	padding-left: 50px;
}

#top-menu-bar figure a .right {
	width: 35px;
	padding-right: 50px;
	float: right;
}

#browns-football-main-image {
	background:url(../images/football.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#browns-football-main-image:after {
	content:"";
	position:fixed;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	z-index:-100;
	background:url(../images/football.jpg)) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#home-page #image-slideshow .mySlides,#history-section #image-slideshow .mySlides { display:none; }

#home-page #image-slideshow,#history-section #image-slideshow .mySlides {
	font-size: 0px;
	max-width: 920px;
}

#home-page #image-slideshow img,#history-section #image-slideshow img { width: 100%; }

/* Main Page */

/* latest-results Sectoion */
#latest-results {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 920px;
	background-color: #292929;
	color: #d04a27;
	text-align: center;
	border-bottom: 10px solid #d04a27;
}

#latest-results h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-bottom: 20px;
}

#latest-results h4 { font-size: 22px; }

#latest-results h5 {
	font-size: 14px;
	letter-spacing: 1px;
}
/* latest-results Sectoion End */

/* Upcoming Games */
#upcoming-games {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 920px;
	background:linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.5));
	color: #d04a27;
	text-align: center;
	border-bottom: 10px solid #d04a27;
}

#upcoming-games h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-bottom: 30px;
}

#main-games-container { max-width: 700px; }

.games-container {
	width: 308px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #d04a27;
	display: inline-block;
	margin-top: -1px;
	margin-left: -2.75px;
	margin-right: -2.75px;
}

#upcoming-games .games-container figure { text-align: left; }

#upcoming-games .games-container .home { margin-bottom: -19px; }

#upcoming-games .games-container .away { margin-top: -19px; }

#upcoming-games #main-games-container .games-container figure figcaption {
	padding-top: 25px;
	margin-left: 60px;
	height: 50px;
	width: 92px;
}

#upcoming-games #main-games-container .games-container p {
	margin-left: 170px;
	width: 150px;
}

#upcoming-games #main-games-container .games-container figure:after {
	content: "";
	display: table;
	clear: both;
}

#upcoming-games .games-container figure img {
	width: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
}
/* Upcoming Games End */

/* Sponsor */
#sponsor-container {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 920px;
	background-color: #292929;
	color: #d04a27;
	border-bottom: 10px solid #d04a27;
}

#main-sponsor-container { max-width: 700px; }

#sponsor-container h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 45px;
	padding-bottom: 20px;
	text-align: center;
}

#sponsor-container p,#sponsor-container h4 {
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
	font-size: 16px;
}

#sponsor-container #donation-center {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#sponsor-container a {
	text-decoration: none;
	color: #d04a27;
	font-size: 18px;
	padding: 9px 20px 10px;
	border: 1px solid #d04a27;
	
	text-align: center;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}

#sponsor-container a:hover {
	color: #292929;
	background-color: #d04a27;
}
/* Sponsor End */

/* Footer */
footer {
	background-color: #292929;
	max-width: 920px;
	padding-top: 10px;
	padding-bottom: 20px;
}

footer nav {
	display: flex;
	padding-bottom: 10px;
}

footer nav a,footer a {
	text-decoration: none;
	color: #d04a27;
	font-size: 14px;
}

footer h6 {
	text-align: center;
	color: #d04a27;
	font-weight: 100;
	font-size: 12px;
}

#center-bob { text-align: center; }

footer a { display: inline-block; }

footer a:hover { color: #292929; }

footer figure {
	margin-top: -50px;
	padding-left: 10px;
	padding-right: 10px;
}

footer figure:after {
  content: "";
  display: table;
  clear: both;
}

footer figure #left {
	float: left;
	width: 45px;
}

footer figure .right { width: 40px; }

footer figure a {
	float: right;
	font-size: 0px;
}
/* Footer End */

/* Main Page End */

/* Gallery Page */
#gallery-section {
	background-color: #292929;
	max-width: 920px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: -1px;
}

#gallery-section h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #d04a27;
	text-align: center;
	margin-top: 60px;
	border-top: 0.5px solid #d04a27;
	border-bottom: 0.5px solid #d04a27;
}

#gallery-section figure {
	width: 49.9%;
	font-size: 0px;
	border-bottom: 0.5px solid #d04a27;
	float: left;
}

#gallery-section .border-right {
	border-right: 0.5px solid #d04a27;
}

#gallery-section:after {
  content: "";
  display: table;
  clear: both;
}

#gallery-section figure img {
	width: 80%;
	padding: 10%;
	display: block;
}
/* Gallery Page End */

/* History Page */
#history-section {
	background-color: #292929;
	max-width: 920px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin-top: -1px;
}

#history-section h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #d04a27;
	text-align: center;
	margin-top: 60px;
	border-top: 0.5px solid #d04a27;
	border-bottom: 0.5px solid #d04a27;
}

#history-section h4 {
	color: #d04a27;
	padding: 30px 50px;
	font-size: 26px;
}

#history-section p {
	font-size: 18px;
	color: #d04a27;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}

#history-section #image-slideshow { padding-top: 50px; }
/* History Page End */

/* Coaches Page */
#coaches-section {
	background-color: #292929;
	max-width: 920px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: -1px;
}

#coaches-section h3 {
	text-transform: uppercase;
	font-size: 29px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #d04a27;
	text-align: center;
	margin-top: 60px;
	border-top: 0.5px solid #d04a27;
	border-bottom: 0.5px solid #d04a27;
}

#coaches-section h4 {
	color: #d04a27;
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
}

#coaches-section p {
	color: #d04a27;
	text-align: center;
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
}

#coaches-section a {
	color: #d04a27;
	text-decoration: none;
	text-align: center;
	display: inline;
}

#coaches-section #bottom-padding { padding-bottom: 50px; }


/* Contact Form */
form {
	width: 80%;
	padding: 20px 10%;
}

form label {
	color: #d04a27;
	font-size: 16px;
	font-weight: 100;
	float: left;
}

form .inputs,form textarea {
	outline: none;
	font-weight: 100;
	font-size: 14px;
	background-color: #292929;
	clear: both;
	color: #d04a27;
	letter-spacing: 1px;
}

::-webkit-input-placeholder { /* Edge */
	color: #000;
	font-size: 14px;
	padding-top: 1px;
	letter-spacing: 1px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
	font-size: 14px;
	padding-top: 1px;
	letter-spacing: 1px;
} 

::placeholder { /* Internet Explorer 10-11 */
	color: grey;
	font-size: 14px;
	padding-top: 1px;
	letter-spacing: 1px;
}

form .inputs {
	border-radius: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	height: 30px;
	width: 100%;
	border: 0.5px solid #d04a27;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

form textarea {
	width: 100%;
	height: 100px;
	margin-top: 5px;
	border: 0.5px solid #d04a27;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

form .submit-form {
	color: #d04a27;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0.5px solid #d04a27;
	padding: 5px 25px;
	background-color: #292929;
	display: block;
	font-size: 18px;
	font-weight: 100;
	margin-top: 15px;
}

form .submit-form:hover {
	background-color: #d04a27;
	color: #292929;
}

form:nth-child(4) { padding-bottom: 20px; }

form:nth-child(9) { padding-bottom: 15px; }
/* Contact Form End */

/* Coaches Page End */

/* Mobile */
@media screen and (max-width: 1100px) {
	
	#desktop-menu-center,#top-menu-bar { display: none; }

/* H1 Area */
	#header-Container { height: 85px; }

	#header-Container img:nth-of-type(1) { width: 47px; }

	#header-Container img:nth-of-type(2) { width: 75px; }

	#header-Container h1 {
		font-size: 15px;
		margin-top: -103px;
	}

	#header-Container h2 { font-size: 13px; }
/* H1 Area End */

/* Hamburger to X Icon */
	.Xcontainer {
		text-align: center;
		height: 50px;
		/*position: fixed;*/
		width: 100%;
		max-width: 920px;
		z-index: 1;
		background-color: #292929;
		border-bottom: 10px solid #d04a27;
	}

	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	.Xicon {
		margin-top: 8px;
		cursor: pointer;
		padding: 5px 10px;
		display: inline-block;
	}

	.bar1, .bar2, .bar3 {
		width: 30px;
		height: 1px;
		background-color: #d04a27;
		border-radius: 5px;
		margin: 5px 0;
		transition: 0.5s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-6.3px, 6.3px);
		transform: rotate(-45deg) translate(-6.3px, 6.3px);
	}

	.change .bar2 { opacity: 0; }

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-2.2px, -2.2px);
		transform: rotate(45deg) translate(-2.2px, -2.2px);
	}
/* Hamburger to X Icon End */

/* Menu */
	.mobileMenu {
		/*position: fixed;*/
		width: 100%;
		padding-bottom: 10px;
		z-index: 100;
		display: none;
		background-color: #292929;
		
		padding-top: 15px;
	}

	.mobileMenu a {
		display: block;
		text-align: center;
		/*margin-top: 5px;*/
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 150px;
		color: #d04a27;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 18px;
	}
	
	.mobileMenu .links:hover {
		background-color: #d04a27;
		color: #292929;
	}

	.mobileMenu #mobile-icons { text-align: center; }
	
	.mobileMenu #mobile-icons a {
		padding: 0;
		font-size: 0px;
	}
	
	.mobileMenu #mobile-icons a,#mobile-icons a img,#mobile-icons img {
		display: inline-block;
		width: 40px;
	}
	
	#mobile-icons #helmet-logo {
		width: 45px;
		margin-right: 140px;
	}
/* Menu End */
}

/* Desktop */
@media screen and (min-width: 1101px) {
	
	.mobileMenu,.mobileMenu a { display: none; }

	header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 100;
	}

/* Menu */
#desktop-menu-center {
	text-align: center;
	/*position: -webkit-sticky;*/ /* Safari */
	/*position: sticky;*/
	top: 0;
	width: 100%;
	background-color: #292929;
	max-width: 920px;
}

#desktop-menu-center #wrapper { display: inline-block; }

#desktop-menu-center #wrapper .links {
	font-size: 16px;
	margin-top: 5px;
	padding: 6px 40px 8px;
	float: left;
	text-decoration: none;
	color: #d04a27;
	text-transform: uppercase;
	background-color: #292929;
}

#desktop-menu-center #wrapper .links:hover {
	background-color: #d04a27;
	color: #292929;
}

#desktop-menu-center #wrapper img {
	height: 42px;
	float: left;
	background-color: #fff;
}
	
#desktop-menu-center #wrapper img:hover { background-color: #30b0c7; }
	
#insidedivone,#insidedivtwo {
	width: 50px;
	height: 50px;
	float: left;
}
	
#desktop-menu-center #wrapper:after {
	content: "";
	display: table;
	clear: both;
}
/* Menu End */
}




@media screen and (min-width: 414px) and (max-width: 500px) {
/* H1 Area */
	#header-Container { height: 75px; }

	#header-Container img:nth-of-type(1) { width: 40px; }

	#header-Container img:nth-of-type(2) { width: 64px; }

	#header-Container h1 {
		font-size: 11px;
		margin-top: -95px;
	}

	#header-Container h2 { font-size: 10px; }
	/* H1 Area End */
}

@media screen and (min-width: 0px) and (max-width: 413px) {
/* H1 Area */
	#header-Container { height: 55px; }

	#header-Container img:nth-of-type(1) {
		width: 25px;
		padding-left: 10px;
	}

	#header-Container img:nth-of-type(2) { width: 40px; }

	#header-Container h1 {
		font-size: 9px;
		margin-top: -81px;
	}

	#header-Container h2 { font-size: 8px; }
	/* H1 Area End */
}