/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 9, 2016, 10:15:13 AM
    Author     : rickh
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
************************************************/

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

/***********************************/

@font-face
{
	font-family: "Comic Neue";
	src: url("/fonts/ComicNeue-Regular.woff") format("woff")
	
	font-family: "Comic Neue Bold";
	src: url("/fonts/ComicNeue-Bold.woff") format("woff")
}


body
{
    font-family: "Comic Neue", "Comic Sans MS", "Nimbus Sans L", "FreeSans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    margin: 0px;
}

strong
{
    font-weight: bold;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.6em;
}

ol, ul
{
	list-style: disc inside none;
}

a:link, a:visited
{
	color: white;
}

a:hover
{
	color: khaki;
	cursor: pointer;
}

#mStatement > h1
{
    color: white;
}

header
{
    position:absolute; 
    top: 0px; 
    left: 0px;
    width:100%;
}

header::after
{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #555555; 
    opacity: .5;
}

footer
{
	background-color: #333333;
	color: white;
	height: 6.25em;
	width: 100%;
}

#nav
{
    display: inline-block;
    width: 50%;
    text-align: right;
    /*vertical-align: top;*/
    z-index: 1;
    position: relative;
    padding: 10px 0;
}

#nav ul
{
    display: inline-block;
    list-style-type: none;
}

#nav ul li
{
    float: left;
    width: 25%;
}

#nav ul li a
{
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

#nav ul li a img
{
	/*width: 5%;*/
	min-width: 50px;
	min-height: 50px;
	max-width: 100%;
	max-height: 100px;
}

#nav ul li a div
{
	text-align: center;
}

#nav ul li a:hover:after
{
    
}

#logo
{
    display: inline-block;
    width: 49%;
    position: relative;
    padding: 25px 0;
    z-index: 1;
}

#nav ul li a.active
{
    font-weight: bold;
    color: khaki;
}

#mStatementSection
{
	
}
.topSection
{
    width: 100%; 
    /*height: 768px; */
    background-color: #0c1e04;
    background-image: url('../images/blurred desktop.jpg');
	background-size: cover;
}

.topSectionText
{
	font-size: 1.5em;
	padding: 7.375em 3.125em 3.125em;    
    line-height: 2em;
    color: white;
    vertical-align: middle;
}

/*#mStatement h1*/
.topSectionText h1
{
    margin: 0 auto;
    text-align: center;
}

#catchPhrase
{
    text-align: center;
    font-size: 2em;
    font-style: italic;
    color: #2c8100;
    margin: .5em 0;
}

/*#historySection*/
.bottomSection
{
	width: 100%;
	background-color: #e5e5e5;
}

#appSection
{
	width: 100%;
	background-color: #e5e5e5;
}

#historyImg
{
	width: 40%;
	float:left;
	height: 768px;
}

#historyImg > img
{
	max-height: 100%;
	max-width: 100%
}

/*#history*/
.bottomSectionText
{
	font-size: 2em;
    vertical-align: middle;
    padding: 2em .5em;
    line-height: 2em;
    /*float:left; 
    width:55%;*/
}

#historySectionText
{
	font-size: 1.75em;
    vertical-align: middle;
    padding: 2em 3.125em 3.125em;
    line-height: 2em;
    /*float:left; 
    width:55%;*/
}

#appDev
{
	font-size: 1.5em;
    vertical-align: middle;
    padding: 2em 3em;
    line-height: 2em;
}

/*#history > h1*/
#appDev h1, #appDev h2, #historySectionText h1
{
	text-align: center;
}

#history > img
{
	float: left;
}

#bottomSectionCols
{
	columns: 300px auto;	
}

#footLeft
{
	display: inline-block;
	width: 46%;
	text-align: left;
	padding: 1em .625em;
}

#footRight
{
	display: inline-block;
	width: 48%;
	text-align: right;	
	padding: 1em .625em;
}

#contactLeft
{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	padding-right: 5px;
}

#contactRight
{
	display:inline-block;
	width: 46%;
	padding-left: 5px;
}

.contactSection
{
	padding: 9em 3.125em 3.125em;
	font-size: 1.5em;
	color: white;
	background-color: #0c1e04;
    background-image: url('../images/blurred desktop.jpg');
	background-size: cover;
}

.contactSection h1
{
	padding-top: 10px;
}

.contactSection a:link
{
	color: white;
}

.contactSection a:hover
{
	color: khaki;
}

.contactCell
{
	display: table-cell;
	width: 50%;
	padding: 5px 0px;
}

.contactTable
{
	display: table;
}

textarea
{
	width: 100%;
}

#formButton
{
	padding-top: 5px;
	width: 100%;
	text-align: right;
}

#error
{
	display: none;
	color: red;
}

#biosImg
{
	height: 300px;
	width: 200px;
	background-color: white;
	display: block;
	color: black;
	text-align: center;
	margin: 0px auto;
}

#bioText
{
	display: block;
	font-size: 1em;
	line-height: 1em;
}

@media only screen and (max-width: 51.875em)
{
	#nav ul li a
	{
		font-size: .8em;
	}
	
	.topSectionText
	{
		font-size: 1.2em;
		padding: 10.625em 3.125em 3.125em;
	}
	
	h1
	{
		font-size: 1.4em;
		font-weight: bold;
	}
	
	h2
	{
		font-size: 1.3em;
	}
	
	#catchPhrase
	{
		font-size: 1.4em;
	}
	
	#appDev
	{
		font-size: 1.2em;
	}
	
	#historySectionText
	{
		font-size: 1.2em;
		padding: 2em 3.125em 3.125em;
	}
}

@media only screen and (max-width: 41.375em)
{
	#logo, #logo img, #nav ul
	{
		width: 100%;
		max-width: 342px;
	}
	
	#logo
	{
		display: block;
		padding: 0px;
		margin: 0px auto;
	}
	
	#nav
	{
		width: 100%;
		text-align: center;
	}
	
	#nav ul li
	{
		width: 25%;
	}
	
	#nav ul li a
	{
		padding: 0px;
		font-size: .8em;
	}
	
	#nav ul li a img
	{
		max-width: 50px;
	}
	
	.topSectionText
	{
		font-size: .8em;
		padding: 17em 3.125em 3.125em;
	}
	
	#historySectionText
	{
		font-size: .8em;
		padding: 2em 3.125em 3.125em;
	}
	
	h1
	{
		font-size: 1em;
		font-weight: bold;
	}
	
	h2
	{
		font-size: .9em;
		font-weight: bold;
	}
	
	#catchPhrase
	{
		font-size: 1em;
	}
	
	#appDev
	{
		font-size: .8em;
	}
	
	#footLeft
	{
		width: 37%;
	}
	
	#historyImg
	{
		display: none;
	}
	
	.bottomSection
	{
		height: inherit;
	}
	
	#bottomSectionCols
	{
		columns: 152px auto;
	}
	
	.contactSection
	{
		font-size: .8em;
		color: white;
		padding: 17em 3.125em 3.125em;
	    background-color: #0c1e04;
	    background-image: url('../images/blurred desktop.jpg');
		background-size: cover;
	}
	
	#contactLeft
	{
		display:block;
		width: 100%;
	}
	
	#contactRight
	{
		display: block;
		width: 100%;
		padding-top: 1em;
		padding-left: 0px;
	}
	
	.division
	{
		margin-top: 2em;
	}
}



