/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #000; background-color: #000; }

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

p {
	color: #000;
	line-height: 22px;
}

header {
	
	height: auto;
	width: 1260px;
	margin: 50px auto 20px;
	
	
	}

#logo {
	width: 320px;
	
	
	}

h1 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	padding: 200px 0 100px;
}

h2 {
	color: #000;
	text-align: center;
	font-size: 28px;
	padding: 20px 0 10px;
	font-weight: bold;
}

#intro {
	padding-top: 30px;
    margin: 0 auto;
    text-align: center;
}

section {
	display: block;
	min-height: auto;
	padding: 30px 0 50px;
    min-width: 1230px;
	
}


footer {
	margin: 0 auto;
	text-align: center;
	min-width: 1230px;
    padding: 15px 0;
    background-color: #fff;
}

ul {
	width: 1230px;
	margin: 0 auto;
	text-align: center;
}

li {
	width: 100%;
    text-align: center;
    display: inline;
    padding: 0 40px;
	
	
}

p small {
	color: #b2b2b2;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	
}

.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    margin-top: 30px;
}


#credit {
    padding: 60px 0;
}

/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
header {	
	height: auto;
	width: 100%;
	margin: 20px auto;	
	}
	
	#logo {
	width: 250px;
		margin: 0 5%;
	}

	li {
 width: 380px;
	text-align: center;
	 display: block;
	float: none;
padding-top: 30px;
	}
	
	h1 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding: 100px 0 50px;
	}

#intro {
	
	    min-width: 380px;
	
}

section {
	
	display: block;
	min-height: auto;
	padding: 30px 0 50px;
    min-width: 400px;
	
	
}


footer {
	
	    min-width: 380px;
        padding: 15px 0;
        background-color: #fff;
	
}
	
	ul {
	max-width: 380px;
	
}
}



#credit {
    padding: 60px 0;
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {








