	/** * 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*/
    



 	/* default styles (all device widths)*/
	body {
	 	font-family: Helvetica, Arial, sans-serif;
	 	}
	 	
	 
	#wrapper {
	 	width: 100%;
	 	margin: 2% auto;
	 	}
	
	header {
		width: 100%;
		margin-bottom: 2%;
		margin-top: 1%;
		background-image: ;
	}
	
	#main  {
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 5%;
	}
	
	h1  {
		font-size: 3em;
		font-weight: bold;
		text-align: center;
		width: 100%;
		height: 100%;
		}
	
	footer {
		width: 100%;
		margin-top: 1.5em;
		margin-bottom: 1%;
		clear: both;
		height: 50px;
		border: 1px solid orange;
		text-align: center;
	}
	
	img {
		width: 100%;
		height: 100%;
	} 
	  	
	.col1 { 
		float:none; 
		width: 100%;
		margin: 10% 0 10% 0;
		padding-bottom: 0%;
		border: 1px solid red; 
		}
	
	.col2 { 
		float:none; 
		width: 100%;
	    margin: 10% 0 10% 0;
		padding-bottom: 0%;
		border: 1px solid orange; 
		}
		
	.col3 { 
		float:none;
		width: 100%;
		margin: 25% 0 25% 0;
		padding-bottom: 0%;
		border: 1px solid purple;
		}
	
	


	/* tablet styles */
	@media only screen and (min-width: 500px) and (max-width: 800px) {
	
	
	 header {
	 	margin-top: 3%;
	 	}
	 	
	 #main  {
		font-size: 1.2em;
		margin-bottom: 3%;
		}
	
	 h1  {
		font-size: 2.2em;
		font-weight: bold;
		}
	 
	 footer {
	 	height: 100px;
	 	margin-bottom: 3%;
	 	}
	 	
	 	
	.col1 { 
		float:left; 
		width: 48%;
		margin: 1% 3% 5% 0;
		padding-bottom: 0%
		}
	
	.col2 { 
		float:right; 
		width: 48%;
		margin: 1% 0% 5% 0;
		padding-bottom: 0%;
		}
		
	.col3 { 
		float:none; 
		width: 100%;
		margin: 1% 0;
		padding-bottom: 0%;
		clear: both;
		}
	
	} /* end of tablet queries*/
	
	
	
	/* desktop styles */
	@media only screen and (min-width: 801px) {
	

	 header {
	 	margin-top: 3%;
	 	}
	 	
	 #main  {
		font-size: 1.3em;
		margin-bottom: 5%;
		}
		
	h1  {
		font-size: 2.5em;
		font-weight: bold;
		}
		
	 
	 footer {
	 	height: 100px;
	 	margin-bottom: 3%;
	 	}
	
	 .col1 { 
		float:left; 
		width: 31%;
		margin: 0% 3% 3% 0;
		padding-bottom: 0%;
		}
	
	.col2 { 
		float:left; 
		width: 31%;
		margin: 0% 3% 3% 0;
		padding-bottom: 0%;
		}
		
	.col3 { 
		float:right; 
		width: 31%;
		margin: 0% 0% 3% 0;
		padding-bottom: 0%;
		}
	
	} /* end of desktop queries */
	




	/* add your default css */


body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: serif;
}

.container 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
}

section 
{
	min-width: 100%;
	height: 180px;
	display: flex;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	color: brown;
}


/* FIRST */

section .imgBx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgBx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyBx
{
	padding: 100px 60px;
}

section .storyBx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: center;
}

section .storyBx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* SECOND */

section .imgCx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgCx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyCx 
{
	padding: 100px 60px;
	background-size: 100%;
}

section .storyCx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: center;
}

section .storyCx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}



/* THIRD */

section .imgDx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgDx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyDx
{
	padding: 100px 60px;
}

section .storyDx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: center;
}

section .storyDx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* FOURTH */

section .imgEx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgEx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyEx
{
	padding: 100px 60px;
}

section .storyEx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: left;
}

section .storyEx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* FIFTH */

section .imgFx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgFx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: center;
}

section .storyFx
{
	padding: 100px 60px;
}

section .storyFx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: left;
}

section .storyFx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* SIXTH */

section .imgGx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgGx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyGx
{
	padding: 100px 60px;
}

section .storyGx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: center;
}

section .storyGx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* SEVENTH */

section .imgHx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgHx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyHx
{
	padding: 100px 60px;
}

section .storyHx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: center;
}

section .storyHx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}


/* EIGHTH */

section .imgIx
{
	position: relative;
	min-width: 50%;
	height: 100vh;
}

section .imgIx img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section .storyIx
{
	padding: 100px 60px;
}

section .storyIx h2
{
	margin: 0 0 20px;
	padding: 0;
	font-size: 48px;
	text-align: left;
}

section .storyIx p
{
	margin: 0;
	top: 18px;
	padding: 0;
	font-size: 24px;
	text-align: justify;
}

