/* 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;
}

/* end reset */

/* 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: Raleway;
	background-color: #D8F3FF;
}

#wrapper {
	width: 90%;
	margin: 5%;
}

header {
	background-color: #FF0035;
	width: 100%;
	margin-top: 1%;
	border: 1px solid #FF0035;
	border-radius: 3em 3em 0em 0em;
}

#main {
	width: 100%;
	border-top: 5px dashed white;
	border-radius: 0em 0em 3em 3em;
	font-size: 1em;
	margin-bottom: 5%;
	background-color: #82AFE1;
}

p {
	padding: 8%;
	text-align: center;
	font-weight: bold;
	color: white;
}

p.footer {
	color: white;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 100px;
	}

h1 {
	font-family: "Londrina Solid";
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	padding: 4%;
}

h2 {
	font-family: "Londrina Solid";
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 4%;
	margin-bottom: 5%;
	background-color: #FFE7D1;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

footer {
	clear: both;
	padding: 5% 5% 0% 5%;
	height: 25px;
	background-color: #82AFE1;
	border-radius: 3em;
}

img {
	width: 90%;
	margin: 0% 5% 5% 5%;
	max-width: 640px;
	border-radius: 50%;
}

.col1	{
	float: none;
	width: 100%;
	padding-bottom: 0%;
	background-color: #5F7998;
	margin-bottom: 5%;
}

.col2	{
	float: none;
	width: 100%;
	padding-bottom: 0%;
	background-color: #5F7998;
	margin-bottom: 5%;
}

.col3	{
	float: none;
	width: 100%;
	padding-bottom: 0%;
	background-color: #5F7998;
	margin-bottom: 5%;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	font-family: Raleway;
	font-size: 1em;
	color: white;
	text-align: center;
	margin: 1%;
	padding-bottom: 3%;
}

ol {
	list-style-type: upper-roman;
	list-style-position: inside;
	font-family: Raleway;
	font-size: 1em;
	color: white;
	text-align: center;
	margin: 1%;
	padding: 0% 5% 5% 5%;
}

}

/* tablet styles */
@media only screen and (min-width: 500px) and (max-width: 800px) {
	
	header {
		margin-top: 3%;
	}
	
	#main {
		font-size: 1.2em;
	}
	
	h1 {
		font-size: 10em;
		font-weight: bold;
	}
	
	h2 {
		font-size: 10em;
	}
	
	footer {
		height: 25px;
		margin-bottom: 3%;
	}
	
	.col1 { 
		float: left; 
		width: 48%;
		padding-bottom: 0%
		}
	
	.col2 { 
		float: right; 
		width: 48%;
		padding-bottom: 0%;
		}
		
	.col3 { 
		float: none; 
		width: 100%;
		padding-bottom: 0%;
		clear: both;
		}
	
}

/* desktop styles */
@media only screen and (min-width: 801px) {
	header {
		margin-top: 3%;
	}
	
	#main {
		font-size: 1.3em;
		margin-bottom: 2%;
	}
	
	p {
		margin: 0%;
		padding: 2%;
	}
	
	ol {
		font-size: 1.5em;
	}
	
	ul {
		font-size: 1.2em;
	}
	
	h1 {
		font-size: 10em;
		font-weight: bold;
		padding: 1%;
	}
	
	h2 {
		font-size: 4em;
	}
	
	footer {
		height: 25px;
		font-size: 1.2em;
		border-radius: 100px;
		text-align: center;
	}
	
	.col1 {
		float: left;
		width: 31%;
		margin: 0% 3% 3% 0%;
		height: 525px;
	}
	
	.col2 {
		float: left;
		width: 31%;
		margin: 0% 3% 3% 0%;
		height: 525px;
	}
	
	.col3 {
		float: right;
		width: 31%;
		margin: 0% 0% 3% 0%;
		height: 525px;
		overflow: auto;
	}
	
}