/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	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.5;
	}
	
	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;
	}	 
	
	/* end reset*/



	



	/* BEGIN CSS*/



	body {	
	background-image: url("highway.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	font-size: 30px;
	}

	#wrapper {
	max-width: 1000px;
	margin: 0 auto;

	}

	header {
		font-size: 1em;
	}


	div {
		background-color: rgba(255, 255, 255, 0.6);
		padding: 1%;
		margin-top: 5px;
	}

	p {
		border-left: 12px solid white;
		padding: 3%;
		display: block;
		font-family: 'Montserrat', sans-serif;
		font-size: 22px;
	}

	nav {
		display:block;
		width:auto;
		padding: 1%;
		margin: 1% auto;
		font-weight: bold;
		font-family: 'Montserrat', sans-serif;
		color: brown;
	}

	h1 {
		font-size: 3em;
		text-align: center;
		margin-top: 3%;
		font-family: 'Patrick Hand SC', cursive;
	}


	h2 {
		font-weight: bold;
		font-size: 1.25em;
		font-family: 'Patrick Hand SC', cursive;
	}

	li {
		font-family: 'Montserrat', sans-serif;
		display: inline-block;
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 1%;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.2);
		border: 4px groove;
	}
	span {
		display: block;
		font-style: italic;
		text-align: center;
		margin: 0 auto;
		padding: 20px;
		border: solid white;
		border-width: 3px 0px 0px 3px;
		color: rgb(252,171,76);
		border-radius: 25px 0px 0px 0px;
		max-width: 500px;
		background-color: rgba(21,31,31, 0.4);
	}

	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
}

	iframe {
		display: block;
		margin: 0 auto;
	}

	li a:hover {
		background-color: rgba(21,31,31, 0.8);
	}

	a:link {
		color: black;
		text-decoration: none;
	}

	a:visited {
		color: rgb(33, 0, 0);
	}

	a:active {
		color: white;
	}



/* BEGIN MEDIA QUERY */


