/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CMC Styles begin here */
/*  FONTS  */

@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


h1, h2, header nav, a.button, footer {
	font-family: "Futura PT Bold", sans-serif;
}

body {
	color: #000;
	font-family: "Century Gothic",sans-serif;
}

h1, h2, header nav a, footer, footer a {
	color: #61a231;
}

/*********** End Fonts **********/


h1 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;
	/*background-color: #61a231; */
	padding: 0px 0;
	text-align: left;
}

#first h2 {
	margin-top: 20px;
}

h3 {
	font-weight: 600;
	font-size: 1.3em;
	margin: 1.3em 0 0.7em;
}

p {
	line-height: 1.3;
	margin-bottom: .5em;
	font-size: 1.1em;
}
li {
	 font-size: 1.1em;
}

img, video {
	max-width: 99%;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.bots, #first h2.bots {
	height: 0;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}

.button {
	border: 2px solid #000;
	padding: 10px 20px;
	border-radius: 5px;
	margin-top: 30px;
	/*background-color: #61a231;*/
	background-image: linear-gradient(#61a231, #72bd3b, #61a231);
}

a.button {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;

}

.urgent {
	font-size: 1.2em;
	padding: 60px;
	margin: 80px;
	border: 20px solid #61a231;
}
.urgent li {
	list-style-type: disc;
	margin: 0px 0px 15px 40px;
}

.announcement {
	font-size: 2em;
	font-weight: bold;
}

.announcement span {
	color: #61a231;
}

#title-sponsor p {
	text-align: center;
	
}

#title-sponsor img {
	padding: 20px 20px 40px;
	box-sizing: border-box;
}

#georgia-gould {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	background-color: #fefefe;
}

#georgia-gould-1 {
	max-width: 220px;
}

#georgia {
	max-width: 50%;
	padding: 0 40px;
}

#register {
	margin-right: 20px;
	margin-top: 31px;
	margin-bottom: 20px;
	float: left;
}

#jersey {
	max-width: 400px;
	width: 65%;
}


#header-container, footer div {
	background-color: #000;
}

#header-container {
	display: flex;
	justify-content: space-between;
}

#branding {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#logo2 {
	padding-right: 15px;
	max-width: 3em;
}

.spacing-right {
	margin-right: 40px;
}

img.left {
	float: left;
	padding: 0 25px 10px 0;
}

section {
	padding: 40px;
	clear: both;
	display: flex;
}

section div {
	box-sizing: border-box;
}

section > div {
	padding: 60px;
}


section div.righty, section div.lefty, section div.center {
	display: inline-block;
	vertical-align: top;
}

section div.text {
	text-align: left;
}

section div.text, section div.img {
	width: 49%;
}

.box {
	display: inline-block;
	width: 49%;
}

.mobile, section div.lefty.mobile {
	display: none;
}

section .box div.text, section .box div.img {
	width: 100%;
}

/*section div.text.lefty {
	padding-right: 40px;
}*/

section div.text.righty {
	padding-left: 40px;
}

section div.img.lefty {
	text-align: left;
}

section div.pull-right {
	float: right;
}

section div.pull-left {
	float: left;
}

section div.post-pull {
	clear: both;
}

section div.img.righty {
	text-align: right;
}

/*section#food div.img.lefty {
	width: 37%;
}*/

section#food div.text.center {
	width: 39%;
}

section#food div.img.righty {
	width: 60%;
}

#coffee-wagon {
	max-width: 53%;
	padding-right: 15px;
	box-sizing: border-box;
}

#food-station {
	max-width: 45%;
	padding-left: 10px;
	box-sizing: border-box;
}

section#schedule .box {
	width: 62%;
	padding-right: 0px;
}


section#schedule div.text.center {
	width: 48%;
	padding: 10px 0 10px 60px;
}

section#schedule .box div.img.lefty {
	width: 51%;
}

section#schedule div.img.righty {
	width: 47%;
}

section#schedule div.img.righty img {
	max-width: 100%;
}

section#food img, section#schwag img {
	box-sizing: border-box;
}



#tee {
	max-width: 55.6%;
}

#tee-caption {
	margin-top: 30px;
}

#bikers {
	max-width: 40.8%;
	padding-right: 12px;
}

#quilty {
	max-width: 59%;
	padding-right: 0;
	padding-left: 12px;
}



header,#georgia-1, #scenic-1, #scenic-2, #scenic-3, #scenic-4, #scenic-5, footer {
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 0;
}

header {
	/*background-color: #6e7a86;
	background-color: #000;*/
	background-image: url('../img/crusher-header.jpg');
	/*background-position: center 40px;*/
	padding-bottom: 38.765%;
	padding-bottom: 36.765%;
	position: relative;
}

#georgia-1 {
	background-image: url('../img/cross-mountain-crusher-fun.jpg');
	padding-bottom: 50%;
	background-position: center;
}

#scenic-1 {
	background-image: url('../img/scenic-ride-1.jpg');
	padding-bottom: 49.9375%;
}

#scenic-2 {
	background-image: url('../img/mountain-top-ride.jpg');
	padding-bottom: 52.125%;
}

#scenic-3 {
	background-image: url('../img/woodland-ride.jpg');
	padding-bottom: 46.4375%;
}

#scenic-4 {
	background-image: url('../img/scenic-2.jpg');
	padding-bottom: 50.4375%;
}

#scenic-5 {
	background-image: url('../img/scenic-ride-5.jpg');
	padding-top: 51.1875%;
}

footer {
	background-image: url('../img/riding-with-mountain-views.jpg');
	padding-top: 58%;
	width: 100%;
}

#branding {
	padding: 20px;
	/*display: inline-block;*/
}

header nav {
	float: right;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: .8em 10px 0;
	line-height: 1;
}

header nav ul li {
	display: inline-block;
	padding: .4em 0;
}

header a {
	color: #000;
	text-decoration: none;
	padding: .4em;
}

header a.symbol {
	padding: .4em .2em;
	font-size: 1.2em;
}

#sponsors {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#sponsors a {
	vertical-align: top;
}

#sponsors img {
	padding: 0 15px 35px 15px;
	box-sizing: border-box;
	height: auto;
}

#catskill-brews {
	max-width: 35%;
	float: left;
}

#overlook {
	max-width: 50%;
	margin-left: 3%;
	float: right;
}

#crc {
	max-width: 45%;
	margin-top: -25px;
}

#wadlers {
	max-width: 46%;
/*	display: inline-block;*/
	float: left;
}


#hammer {
	max-width: 50%;
	margin-left: 3%;
}

#tanglewood {
	max-width: 59%;
}

#zepher {
	max-width: 40%;
	float: right;
}

#energy-alternatives {
	max-width: 38%;
	margin-right: 3.5%;
	clear: right;
	float: right;
}


#fosterbuilt {
	max-width: 51.5%;
}

#orange-seal, #phoenicia-diner, #woodstock-brews {
	max-width: 50%;
}

#orange-seal {
	max-width: 49%;
}

#phoenicia-diner {
	max-width: 50%;
}


#kona {
	max-width: 34%;
}

#teravail {
	max-width: 54%;
}

#hubbell-farms {
	max-width: 38%;
}

#issi {
	max-width: 28%;
}

#west-hurley-garage {
	max-width: 30%;
	margin-left: 3%;
}


#giant {
	max-width: 50%;
	display: inline-block;
}


#price {
	max-width: 50%;
}

#titan {
	max-width: 50%;
	float: left;
}

.text-sponsors {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
}

footer {
	text-align: center;
	background-color: #000; 
}

footer div {
	vertical-align: top;
	/*height: 240px;*/
}

footer h2 {
	padding: 20px 0 0;
	text-align: center;
}

footer nav {
	padding: 5px 0 40px 0;
	font-size: 1.4em;
}

footer li {
	display: inline-block;
}

footer li a {
	text-decoration: none;
	padding: 5px;
}

footer li a.symbol {
	font-size: 1.4em;
}

.show-menu img {
	width: 40px;
}

/* Hide menu  icon */
.show-menu {	
      display: none;
}

/*Hide checkbox*/
nav input[type=checkbox]{
      display: none;
}


@media screen and (max-width: 1226px) {

	header, #georgia-1, #scenic-1, #scenic-2, #scenic-3, #scenic-4, #scenic-5, footer {
		background-attachment: scroll;
	}

	header {
		background-position: center 40px;
		padding-bottom: 38.765%;
	}

	footer {
		padding-top: 36%;
	}
	
	.mobile-text {
		display: inline;
	}

	.desktop-text {
		display: none;
	}
	
	section {
		display: block;
	}

	section div.pull-left, section div.pull-right {
		float: none;
	}

	section div.text, section div.img, section#schedule div.img.righty, section#schedule .box {
		width: 100%;
	}
	
	section#schedule .box {
		padding-right: 60px;
	}
	
	section#schedule div.text.center {
		max-width: 100%;
		width: 38em;
		padding: 60px 60px 0 60px;
	}

	section div.img.righty, section div.img.lefty {
		text-align: center;
		/*padding-bottom: 15px;
		padding-top: 15px;*/
	}

	section#food div.img.lefty {
		/*width: 46%;
		text-align: right;*/
	}

	section#food div.text.center {
		/*width: 50%; */
		padding-right: 0px;
	}

	section div.logos {
		display: block;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	#registration {
		display: block;
		width: 610px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

/*	#schwag div.lefty.text {
		display: block;
		width: 610px;
		margin-left: auto;
		margin-right: auto;
	} */

	#schwag {
		text-align: center;
	}
	
	#schwag .righty img.left {
		float: none;
	}

	.box {
		width: 80%;
		display: inline-block;
		text-align: center;
	}

	section#schedule .box div.img.lefty {
		width: 100%;
	}


}


@media screen and (max-width: 1050px) {

	div.text-sponsors {
		display: block;
		width: 80%;
		margin: 0px auto;
	}

	.show-menu {
		position: absolute;
		top: .95em;
		right: .8em;
		display: block;
		
    }

	header nav ul {
		position: absolute;
		top: 2.98em;
		right: -180px;
		display: none;
		z-index: 39;
		transition: right .35s ease-out;

	}

	header nav input[type=checkbox]:checked ~ #menu,
	header nav input[type=checkbox]:checked ~ #menu ul {
		display: block;
		right: 0px;
	}

	header nav ul li {
		display: block;
		text-align: left;
		background-color: #000;
		padding: .4em 1em .4em 0;
		border-top: 1px solid #61a231;
		/*margin: 2px 0;
		border-radius: 5px;*/
	}

	header nav ul li a, header a.symbol {
		padding: .4em .5em;
	}

	section {
		padding: 30px;
	}

	/*section div.text.lefty {
		padding-right: 0;
	} */

	#logo {
		float: right;
		padding: 0 0 10px 20px;
	}

	.fifty {
		max-width: 50%;
	}

	.thirty-five {
		max-width: 35%;
	}

	section#food {
		text-align: center;
	}

	section#food div.text.center {
		/*width: 64%;
		padding-left: 20px;
		padding-right: 20px; */
	}

	#provisions {
		float: right;
	}

}

@media screen and (max-width: 962px) {
	section#food div.img.lefty {
		width: 80%;
		text-align: center;
	}

	section#food div.img.righty {
		width: 80%;
	}

	section#food div.text.center {
		padding-bottom: 0;
		padding-right: 60px;
		width: 80%;
	}
}

@media screen and (max-width: 820px) {
	#georgia-gould-1 {
		max-width: 30%;
	}
	#georgia {
		padding-right: 0;
	}

	#georgia-gould-2 {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.urgent {
		margin: 40px;
		padding: 40px;
		border-width: 15px;
	}
}

@media screen and (max-width: 665px) {
	h1 {
		font-size: 1.5em;
	}

	#branding {
		padding: 10px 20px;
	}

	header {
		background-position: center 20px;
	}

	.show-menu {
		top: .75em;
		right: .7em;
	}

	.show-menu img {
		width: 30px;
	}


	header nav ul {
		top: 1.825em;
	}


	section#food div.img.lefty {
		width: 100%;
		text-align: center;
	}

	section#food div.img.righty {
		width: 100%;
	}

	section#food div.text.center {
		/*padding: 10px 0; */
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	#georgia-gould {
		display: block;
	}

	#georgia-gould-1 {
		display: block;
		margin: 0 auto 25px;
		max-width: 250px;
		max-width: 80%;
	}

	#georgia {
		max-width: none;
		padding-left: 0;
	}
}

@media screen and (max-width: 640px) {
	#provisions {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	section#food div.desktop {
		display:none;
	}


	.box {
		width: 100%;
	}

	/* section#schedule .box div.img.lefty {
		width: 46%;
	}

	section#schedule div.text.center {
		width: 53%;
	} */

	#register {
		float: none;
		display: block;
		text-align: center;
		margin: 30px 0;
	}

	#jersey {
		width: 100%;
	}


}


@media screen and (max-width: 700px) {

	#schwag .mobile {
		display: block;
	}

	#schwag .desktop {
		display: none;
	}

}



@media screen and (max-width: 555px) {
	section#schedule .box div.img.lefty, section#schedule div.text.center {
		width: 100%;
	}
	
	.urgent {
		margin: 20px 10px 40px;
	}
	.urgent .break-word {
	    word-break: break-all;
	}
}


@media screen and (max-width: 400px) {
	h1 {
		font-size: 1.2em;
	}

	.show-menu {
		top: .4em;
	}

	header nav ul {
		font-size: .8em;
		top: 2.04em;
	}

	.show-menu img {
		width: 22px;
	}

	footer h2 {
		font-size: 1.4em;
	}
}