
/* --- Normalize ------------------------------------ */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
body{margin:0}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.67em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}


/* --- Default Styles ------------------------------------ */

html,button,input,select,textarea{color:#222}
body{font-size:1em;line-height:1.4}
::-moz-selection{background:#b3d4fc;text-shadow:none}
::selection{background:#b3d4fc;text-shadow:none}
hr {
    background-color: #fceec9;
    height: 10px;
    margin:0;
    padding: 0;
}
img{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
a:link, a:active { color: #47a9dc; }
a:visited, a:hover{ color: #0a8bcc; text-decoration: none; }
input:invalid { box-shadow: none; }


/* --- Fonts ---------------------------------------------- */

@font-face {
	font-family: 'legacy';
	src: url('fonts/legacy-webfont.eot');
	src: url('fonts/legacy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/legacy-webfont.ttf') format('truetype'), url('fonts/legacy-webfont.svg#ExoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* --- {{properName}} Layout Styles ----------------------- */


button {
	/*font-family: 'legacy', arial, sans-serif;*/
}



html {
	width: 100%;
}

body {
	width: 100%;
	text-align: center;
	background-color: #fff;

}

footer {
	font-size: .8em;
	color: #636363;
	padding: 10px 0 20px;
}

.wrapper {
    background-color: rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    overflow: hidden;
    width: auto;
    position: relative;
}

button {

}

.nav-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 21px;
	background:#ff5852;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 3px 0px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 3px 0px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0);
	box-shadow:
		0px 3px 0px rgba(000,000,000,0.9),
		inset 0px 0px 1px rgba(255,255,255,0);
	text-shadow:
		0px 1px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,0.3);
}






/* ------- Navigation Styles ---------------------------- */


header {
    position: absolute;
    right: 10px;
}
a.nav-button {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Cherry Cream Soda',cursive;
}

a.nav-button:hover{

box-shadow:none;
background:#e13a34;
}

header li {
    display: inline;
}

nav ul {
    float: right;
    padding: 0;
}

.nav-button {
    
}

/* ---- head section ------------------------------------ */

#event {
    background-image: url("img/body-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 37% auto;
    color: #4faac9;
    font-family: 'Cherry Cream Soda',cursive;
    padding-bottom: 65px;
}

#event-info {
    display: block;
    font-size: 1.55em;
    margin: 0 0 0 42%;
    text-align: left;
}

#head{
	text-shadow:0px 0px 0 #fff, 1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
    -webkit-text-stroke: 1px #fff;
	text-align: left;
	display: inline-block;
	margin-top: 1%;
}

#event-info > h2 {
    margin: 0;
}

#head p{
	font-size:2em;
	margin-bottom: -25px;
}

#head h1{
	font-size: 6em;
	margin:0;
}

#head > h2 {
    font-size: 2.5em;
    text-align: center;
    margin-top: -10px;
}

/* ----------------- Sponsors --------------------------- */
#sponsors{
	background-color: #4FAAC9;
	    background-image: url("img/sponsor-bg.png");
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
}

#sponsors h2 {
    color: #fceec9;
    font-family: 'Cherry Cream Soda',cursive;
    font-size: 3em;
    margin: 0;
    text-shadow:0px 0px 0 #000, 1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
    -webkit-text-stroke: 1px #000;

}

#sponsors li {
    display: inline-block;
    list-style: none outside none;
}

#sponsors > ul {
    padding-bottom: 29px;
    margin:0;
}

#sponsors li img {
    max-width: 172px;
    padding: 0 12px;
    width: 100%;
}

#sponsors li:nth-child(4) img {
    max-width: 246px;
}

/* ------------- Map Css --------------------------------*/
#map{
	height:auto;
	background-color: #96D6D9;
	font-family: 'Cherry Cream Soda',cursive;
	background-image: url("css/img/directions.jpeg");
}

#map_canvas {
	width: 500px;
	height: 400px;
	margin: 2% auto;
}

#directions h1{
	text-shadow:0px 0px 0 #FF5952, 1px -1px 0 #FF5952,-1px 1px 0 #FF5952,1px 1px 0 #FF5952;
    -webkit-text-stroke: 1px #FF5952;
    color:#000;
    font-size: 4.5em;
    padding-left: 5%;
    text-align: left;
    margin: 2% auto 0;

}

#directions p{
	font-size: 2em;
	margin-top: 0;
	text-align: left;
	padding-left: 5%;
}

#directions p span{
	font-size: 1.5em
}
/* -------- Footer -------------------------------------- */
footer{
	background-color:#176075;
	font-family: 'Cherry Cream Soda',cursive;
	text-shadow:0px 0px 0 #666, 1px -1px 0 #666,-1px 1px 0 #666,1px 1px 0 #666;
    -webkit-text-stroke: 1px #666;
    color:#fceec9;
    font-size: 1.5em;
    padding:020px 20px;
}

footer span{
	font-size: 1.5em
}

footer p{
	margin:0;
}

/* --- Flex Videos (From Foundation) -------------------- */

.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* --- Helper Styles ------------------------------------ */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before,.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.line,.lastUnit{overflow:hidden; *overflow:visible;*zoom:1;}
.unit{float:left;}
.unitRight{float:right;}
.size1of1{float:none;}
.size1of2{width:50%;}
.size1of3{width:33.33333%;}
.size2of3{width:66.66666%;}
.size1of4{width:25%;}
.size3of4{width:75%;}
.size1of5{width:20%;}
.size2of5{width:40%;}
.size3of5{width:60%;}
.size4of5{width:80%;}
.lastUnit{float:none;width:auto;_position:relative;_left:-3px;_margin-right:-3px;}

.fade { opacity: 0; transition: opacity 1.0s linear 0s; }
.fade.in { opacity: 1; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.bottom-shadow { margin-bottom: 1px; box-shadow: 0 0 4px #fff; }


/* --- Media Queries ------------------------------------ */

@media only screen and (max-width: 1024px) {
	.wrapper {width: auto;}
	#head h1 {font-size: 5em;}
	#head{padding:0 10px;}
	#event-info > h2 {font-size: 1.25em}
	#directions h1 {font-size: 3em;}
	#directions p span {font-size: 1.15em;}
	#directions p {font-size: 1.5em;}
	#map_canvas {height: 291px;width: 91%;}
}
@media only screen and (max-width: 900px){
	#head h1{font-size: 4em}
	#head h2{font-size:2em;}
	#event-info h2{font-size: 1em}
	footer {font-size:1.25em;}

}

@media only screen and (max-width: 795px){

	#directions h1 {font-size: 2em;}
	footer{font-size:1em;}

}

@media only screen and (max-width: 768px){
	.nav-button{padding: 3px 10px;}
	#event-info {display: block;font-size: 1.55em;margin: 0 0 0 0;text-align: center;}
	#sponsors li {width: 30%;}
}

@media only screen and (max-width: 666px){
	#head p {font-size: 1em;margin-bottom: -13px;margin-top: 55px;text-shadow: none;}
	#head h1 {font-size: 3em;}
	#head h2 {font-size: 1.5em;text-shadow: none;}
	#event-info {color: #fff;font-size: 1.15em;}
	#directions p {font-size: 1.25em;}
	#sponsors li {width: 31%;}
}


@media only screen and (max-width: 580px) {
	#map .unit.size1of2 {float: none;text-align: center;width: 100%;}
	#map .unitRight.size1of2 {float: none;width: 100%;}
	#directions h1 {font-size: 2.5em;padding-left: 0;text-align: center;}
	#directions p {font-size: 1.25em;padding-left: 0;text-align: center;}
	#sponsors h2 {font-size: 2em;margin: 0 0 20px;}
}

@media only screen and (max-width: 480px){
	#head h1 {font-size: 1.75em;margin-bottom: 20px;margin-top: 7px;}
	header {position: absolute;right: 0;text-align: center;width: 100%;}
	nav ul {float: none;margin: 15px auto;padding: 0;}
	#sponsors li {width: 48%;}

}
@media only screen and (max-width: 380px) {
	.input-control input {
		padding-left: 6px;
	}

	.input-control .prepend {
		display: none;
	}
}



/* --- Print Styles ------------------------------------ */

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
	a,a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after { content: ""; }
	pre,blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr,img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	p,h2,h3 { orphans: 3; widows: 3; }
	h2,h3 { page-break-after: avoid; }
}
