@charset "utf-8";
/* CSS Document for DC Cab*/
/* 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: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: #ecddc1;
}
img {max-width: 100%; } /*Make images fluid*/
.pagewrapper {
	max-width: 1024px;
	height: 100%;
	margin: 0 auto;
	background-color: #ecddc1;
}
h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.8em;
	color: #002b23;
}
h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: italic;
	font-size: 1.5em;
	color: #004739;
	}
h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.2em;
	color: #002b23;
	margin: 0.5em 0 0 0;
}
.box h3 {
	margin: 0;
}
h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 1.1em;
	color: #002b23;
	margin: 0.5em 0;
}
p 	{
	font-size: 1.0em;
	text-align: left;
	margin: 0.25em 0 0 0;
}
.box p, 
.box-tight p {
	text-align: center;
}
.header	{
	text-align: center;
	margin: 0.5em auto 0 auto;
}

header 	{
	max-width: 1024px;
	height: auto;
	text-align: center;
	margin: 0.25em auto 0 auto;
}
header .logo {
	width: 90%;
	max-width: 600px;
	margin: 0.5em auto 0.5 auto;
}
header img	{
	max-width: 75%;
	margin: 1em auto 1em auto;
}
/*Content Boxes*/
article {
	width: 100%;
	height: auto;
	padding: .05em 1em 0 1em;
}
section {
	width: 100%;
	height: auto;
	padding: .05em 0 0 0;
}
.column-wrapper {
	width: 100%;
	height: auto;
	margin: 0;
}
.column-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.column {
	width: 100%;
	height: auto;
	float: none;
	padding: 0.5em 0.5em 0 0.5em;
}
.box {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: 1em;
	text-align: center;
	border: 2px solid #360;
	background-color: #FFF;
	}
.box-tight {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: .05em 0 0.75em 0;
	text-align: center;
	border: 2px solid #360;
	background-color: #FFF;
	}
/* Form Selectors */
hr {
	border-style: inset;
    border-width: 2px;
	color: #0B3A00;
}
.red {
	font-size: 1.75em;
	vertical-align: text-top;
	font-weight: bold;
	color: #B40003;
}
.box-form {
	width: 100%;
	margin: 1em auto 0 auto;
	padding: .05em 1em 0.75em 1em;
	text-align: left;
	border: 2px solid #360;
	background-color: #FFF;
}
input {
    padding: 0.25em 1em;
    margin: 0 1em 1em 1em;
    box-sizing: border-box;
}
input[type=text] {
    width: 80%;
    padding: 0.25em 1em;
    margin: 0 1em 1em 1em;
    box-sizing: border-box;
}
input[type=number] {
	width: 20%;
    padding: 0.25em 1em;
    margin: 0 1em 1em 1em;
    box-sizing: border-box;
}
textarea {
    width: 99%;
    padding: 0.25em 1em;
    margin: 0 0 1em 0;
    box-sizing: border-box;
}
select {
	padding: 0.25em 1em;
    margin: 0 0 1em 0;
    box-sizing: border-box;
}
.form-note {
	font-style: italic;
	margin: 0 0 1em 0;
}
/*Content Lists, Nav List*/
nav {
	width: 100%;
	height: auto;
	margin-top: 1em;
	color: #ecddc1;
	background-color: #002b23;
}
nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	}
nav li{
	display: inline-block;
	line-height: 1.3em;
	font-size: 1.2em;
}
nav a, nav a:visited {
	display: inline-block;
	margin-right: 1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	text-decoration: none;
	color: #ecddc1;
	background-color: #002b23;
}
nav a:hover {
	color: #ade5a3;
	background-color: #0F6050;
}
nav .active, nav .active a {
	color: #ade5a3;
}
ul {
	list-style: disc inside;
	margin: 0.5em 0 0 1em;
}
ol {
	padding-left: 1.4em;
	text-align: left;
}
.decimal	{
	font-size: 1.15em;
	list-style: decimal;
}
.alpha		{
	padding-left: 1.5em;
	list-style: lower-alpha;
}
footer {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 1em 0;
}

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

	header img	{
	max-width: 50%;
	}
	h1 {
	font-size: 1.9em;
	}
	h2 {
	font-size: 1.6em;
	}
	h3 {
	font-size: 1.3em;
	}

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

	h1 {
	font-size: 2.5em;
	}
	h2 {
	font-size: 2.0em;
	}
	h3 {
	font-size: 1.5em;
	}
	header 	{
	margin: 2em auto 0 auto;
	}
	header .logo {
	width: 100%;
	max-width: 600px;
	margin: 0.5em auto 0.5 auto;
	}	
	header img	{
	max-width: 45%;
	}
	nav li {
	line-height: 1.5em;
	font-size: 1.4em;
	}
	article {
	width: 100%;
	height: auto;
	padding: 0 0.5em 0 0.5em;
	}
	.column {
	width: 50%;
	height: auto;
	float: left;
	padding: 0.5em 0.5em 0 0.5em;
	}

	
	
}

