* {
    box-sizing: border-box;
}

body {
    margin: 0;
	padding: 0;
	background-color: #fff;
}

/* Style the header */
.header {
    /*text-align: center;*/
	background-color: #abcfe3;
	padding-top: 20px;
}

/* Create equal columns that floats next to each other */
.col-container: {
	display: table;
}

.three-column {
    /*float: left;*/
    width: 33.33%;
    padding: 20px;
	display: table-cell;
}

.three-column-center {
	border-left: solid #999 1px;
	border-right: solid #999 1px;
	display: table-cell;
}
.two-column {
	width: 50%;
	padding: 20px;
	display: table-cell;
	border-top: solid #800000 1px;
}
.two-column-right {
	border-left: solid #999 1px;
}

/* Style the footer */
.footer {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

/* Images*/

img {
	max-width: 100%;
	height: auto;	
}

img.hero {
	max-width: 600px;
	height: auto;
}

img.logo {
	float:left;
	padding: 0px 20px 0px 20px;
}
img.pro-con {
	float: right;
}
img.portrait {
	width: 25%;
	float:left;
	margin-right: 10px;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 99%;
}
	
	/* DIV */
div.sign {
	float: right;
	margin: 0;
	padding: 1em 0 0 1em;
}

div.resources-sign {
	text-align: center;
	margin: 1em 0 0 0;
}

div.Logo-Nav-Wrap {
	height: 150px;
	background-image: url(graphics/Truck-Smaller.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div.mission-wrap {
	border-top: solid #999 2px;
	/*background-color: #d8e9f3;*/
	background-color: #ccffcc;
}
div.proback {
background-image:url(graphics/Pro-Background.png);
background-repeat:repeat-x;
padding:.5em;
border-top-left-radius:2em;
border-left:solid 2px #B6C4B6;
border-top:solid 2px #B6C4B6;

}
div.conback {
background-image:url(graphics/Con-Background.png);
background-repeat:repeat-x;
padding:.5em;
border-top-left-radius:2em;
border-left:solid 2px #C6BFAB;
border-top:solid 2px #C6BFAB;
}
div.contact-container{
	width: 500px;
	margin: auto;
	padding: 0 1em 0 1em;
	border-left: solid #999 1px;
	border-right: solid #999 1px;
	background-color: #fff;
}
div.contact-info {
	padding: 1em 0 1em;
	text-align: center;
}

/* Navigation*/	

.nav-box {
	display: inline-block;
	border-left: solid #999 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #4c413a;
	padding: .5em;
	text-align: center;
}

.nav-box a {
	text-decoration: none;
	color: #4c414a;
}

.nav-box a.active {
	color: #008254;
}
.nav-box a:hover:not(.active) {
	color: #737373;
}
.nav-box-container {
	
}

/*Lower Navigation*/
div.lower-navigation {
	display: block;
	background-color: #abcfe3;
	clear: both;
}

.lower-navigation {
text-align: center;
border-top: solid #999 2px;
/*margin-top: 10px;*/
padding: 10px 0 10px 0;
}

.lower-navigation ul {
list-style:none;
padding:0;
margin:0;
}

.lower-navigation li {
display:inline;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
padding: 0 .5em 0 .5em;
}

.lower-navigation a:link {	
color: #3333cc;
}

.lower-navigation a:visited {	
color: #3333cc;
}

.lower-navigation a:hover {	
font-style:italic;
}

/*Buttons*/

.button {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: .5em 0em .5em 0em;
	margin: 2em auto 0 auto;
	height: 35px;
	width: 125px;
	text-align: center;
	/*background-color: #008254;*/
	background-color: #2d8659;
	color: #ffffbe;
	borde: 1px solid #008254;
	border-radius: 10px 0px;
	box-shadow: 5px 5px 8px #4c413a;
}

.button a:link {
	color: #d9f53f;
	text-decoration: none;
}

.button a:visited {
	color: #d9f53f;
}

.button a:hover {
	color: #ffffff;
	font-style: italic;
	
}

/*Fonts*/
	
h1 {
	font-size: 18pt;
	font-weight: normal;
	font-family: OswaldBold, Arial Narrow, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #4c413a;
	text-align: center;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	font-family: OswaldBold, Arial Narrow, Arial, sans-serif;
	margin-top: 1em;
	padding: 0;
	color: #4c413a;
	text-align: center;
	border-top: 1px solid #800000;
	
}

h3 {
	font-size: 14pt;
	font-weight: normal;
	font-family: OswaldBold, Arial Narrow, Arial, sans-serif;
	margin: 0;
	color: #4c413a;
	text-align: center;
}

h3.contact {
	font-size: 12pt;
	font-weight: normal;
	font-family: OswaldBold, Arial Narrow, Arial, sans-serif;
	margin: 0;
	color: #4c413a;
}
	
	/*Paragraph*/
p.mission {
	font-size: 16pt;
	font-weight: normal;
	font-family: Kurale, Spectral, Times New Roman, serif;
	margin: 0;
	padding: .5em 20% .5em 20%;
	text-align: center;
	/*border-top: solid #800000 2px;*/
	}

p.content {
	font-size: 13pt;
	line-height: 120%;
	font-family: Spectral, Times New Roman, serif;
	padding: 1em 0 0 0;
	text-indent: 2em;
	margin: 0;
}

ul.content {
	font-size: 13pt;
	font-family: Spectral, Times New Roman, serif;
	padding: 1em 0 0 0;
	margin: 0;
	list-style-type:square;
	padding-left: 20px;
	color: #800000;
}

.pullquote1 {
	border-radius: 15px;
	box-shadow: 5px 5px 8px #4c413a;
	float:right;
	font-family: Spectral, Times New Roman, serif;
	font-style: italic;
	font-size: 18pt;
	color: #ffffff;
	background-color:#2d8659;
	padding: .5em;
	margin: 1em;
	width: 30%;"
}

.reset {
	color: black;
}

@font-face {
    font-family: 'OswaldBook';
    src: url('fonts/Oswald-Regular-webfont.eot');
    src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OswaldBold';
    src: url('fonts/Oswald-Bold-webfont.eot');
    src: url('fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Bold-webfont.woff') format('woff'),
         url('fonts/Oswald-Bold-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Bold-webfont.svg#OswaldBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Responsive layout - makes the columns stack on top of each */

@media (max-width: 700px) {
	img.logo {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div.Logo-Nav-Wrap {
	height: auto;
	background-image: none;
	}
	.nav-box-container {
	text-align:center;
	}
	img.pro-con {
	float: none;
	margin: 0 auto 0 auto;
	display: block;
}

}
	
	/* @ Media Changes */

@media screen and (max-width: 600px){
    
	.lower-navigation li {
	display:block;
	padding-bottom: .5em;}
	/*div.logo {
        float: none;
		width: 100%;
		height: auto;}*/
	p.mission {
		padding: .5em 5% .5em 5%;
		font-size: 14pt;
		}
	
	div.sign {
	float: none;
	text-align:center;
	padding: 0 0 0 0;
}
.col-container: {
	display: block;
}

.three-column {
    /*float: none;*/
	display: block;
	width: 100%;
}

.three-column-center {
	border-left: none;
	border-right: none;
	display: block;
	width: 100%;
}
.two-column {
	width: 100%;
	display: block;
}
.column {
        width: 100%;
    }
.nav-box {
		font-size: 10pt;
		padding: .25em;
		margin-top: 1em;
	}
.pullquote1 {
	float: none;
	width: 80%;
	margin-top: .5em;
	margin-bottom: 0em;
	text-align: center;
}
div.contact-container{
	width: 100%;
}

}
