@charset "utf-8";
/* CSS Document */
/* Dayle Designs */

/*load fonts
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");*/

/* reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Start Box Model */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* CSS for all - Mobile First Order. Media Query for Phone */
/* @media (max-width: 480px){} */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	line-height: 1.2;
}

.pagewrapper {
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #000;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: #FFF;
}
h2 {
	font-style: italic;
	font-size: 1.3em;
	color:#fff;
	}
h3 {
	font-size: 1.1em;
	color: #fff;
	margin-top: 2px;
}
p 	{
	font-size: 1.15em;
	color: #fff;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0 3% 5px 5%;
}
/*Need figure element for each figcaption element*/
figure {display: block;}
/*Make images fluid and with RL margins*/
img {max-width: 100%;}
.left		{text-align: left;}
.center		{text-align: center;}
.italic 	{font-style: italic;}
.tightline	{margin-top: -5px;}
.floatleft 	{float: left;}
.floatright {float: right;}
.clear 		{clear: both;}
.tight		{margin-top: -10px}

header 	{
	max-width: 1024px;
	height: auto;
	text-align: center;
	padding: 0 20px 0 20px;
	margin-bottom: 10px;
}
.columnwrapper {
	width: 100%;
	height: auto;
	background-color: #000;
}
/*Right Column*/
article {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 20px 0 20px ;
}
article img {
	width: 80%;
	text-align: center;
	margin: 15px 0 15px 0;
	line-height: 1.5em;
}
.logo	{width: 60%
}
article h2 {
	font-size: 1.3em;
	color:#fff;
	margin-bottom: 5px;
}
ul {
	padding-left: 20%;
	list-style: circle;
	text-align: left;
}
ul li {
	color: #fff;
}
.decimal	{
	font-size: 1.15em;
	list-style: decimal;
}
.alpha		{
	list-style: lower-alpha;
	padding-left: 1.5em;
}
.onecolumn	{
	width: 100%;
	height: auto;
	float: none;
	padding-top: 10px;
	text-align: center;
	background-color: #ecddc1;
}
.onecolumn h2 {
	font-size: 1.4em;
}
.wideimg {
	width: 100%;
	margin-top: 5px;
}
.overgrown  {
	max-width: 90%;
	width: 90%;	
	margin-top: -10px;
}
/*Navigation*/
nav {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	color: #ecddc1;
	background-color: #de2414;
}
nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	}
nav li{
	display: inline-block;
	line-height: 1.5em;
	font-size: 1.4em;
	color: #fff;
	border-bottom: medium #000;
}
nav a {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	background-color: #de2414;
}
nav a:hover {
	color: #fff;
}
footer {
	width: 100%;
	height: auto;
	background-color: #000;
	text-align: center;
}

/*	.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}*/


/* Media Query and CSS for Tablet*/
@media (min-width: 481px) and (max-width:768px) {

	article {
	width: 100%;
	height: auto;
	}
	h1 {
	font-size: 2.5em;
	}
	h2 {
	font-size: 1.4em;
	color:#fff;
	margin-bottom: 5px;
	}
	article img {
		width: 70%;
		text-align: center;
		margin: 15px 0 15px 0;
		line-height: 1.5em;
	}
	.logo	{width: 50%
	}
	}

	
/* Media Queries and CSS for Desktop*/
@media (min-width: 769px) {

	header {}
	nav li {
	line-height: 1.7em;
	font-size: 1.6em;
	}
	h1 {
	font-size: 3.0em;
	}
	h2 {
	font-size: 2.2em;
	}
	article {
		width: 100%;
		height: auto;
		float: right;
		line-height: 1.75em;
	}
	article img {
	width: 60%;
	text-align: center;
	margin: 15px 0 15px 0;
	line-height: 1.5em;
	}
.logo	{width: 40%
	}
	
	footer {}
	}