@charset "UTF-8";
/* CSS Document */

/* ############################ */
/* ##### HTML #### */
/* ############################ */

html {
	font-size: 100%;
	color:#bbb;/*medium grey*/
	/**/background-color: skyblue;
	background: rgb(5,4,4); /* Old browsers */
}

/* ############################ */
/* ##### COLORS #### */
/* ############################ */

/*  #FFA500; orange 
	#058C1A, green
	#02480E; dark green*/

/* ############################ */
/* ##### BODY #### */
/* ############################ */

body {
	font-family:"Quicksand", Arial, Helvetica, sans-serif;
	width:90%;
	max-width: 960px;
	margin: 12px auto;
	font-size: 1em;
}
p {
	font-size: 1.2em;
}

i {
	color: white; /* font awesome */
}

a {
	color: #4e7498;
}

a.no-decor {
	text-decoration: none;
}

a:hover {
	color: #fff;
}

a:active {
	color: #bbb!important;
}

hr.hr-16top-0bottom {
	margin-top:16px;
	margin-bottom:0px;
}

hr.blue-bar {
	border: 3px solid #4e7498;
	margin: 30px 0 5px 0;
}

.border-corner {
	border-left: 5px solid #4e7498;
	border-top: 5px solid #4e7498;
	padding: 0 18px;
}

/* ############################ */
/* ##### IMAGES #### */
/* ############################ */

img.percent-100 {
	width: 100%;
	height: auto;
}

/* ############################ */
/* ##### HEADER #### */
/* ############################ */

section#site-title img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#contact-header {
	text-align: right;
	margin-right: 10px;
}

#contact-header a {
	color: white;
	text-decoration: none;
}

/* ############################ */
/* NAV HEADER & FOOTER */
/* ############################ */

nav#header ul, nav#footer ul {
	width: 100%;/**/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
} 

nav#header ul li, nav#footer ul li {
	flex: 1 1 auto;
}

nav#header ul li a, nav#footer ul li a {
	display: block;
	padding: 1em 1em;
	margin: .3em;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	color: #4e7498;
	font-family:"Junge", "Times New Roman", Times, serif;
	border: 1px solid #4e7498; /* boxes around anchors */
	/*border-radius: 5%;*/
		-moz-transition-property:color, text-shadow;   
		-moz-transition-duration: 0.5s;   
		-moz-transition-timing-function: ease;	
		-webkit-transition-property:color, text-shadow;   
		-webkit-transition-duration: 0.5s;   
		-webkit-transition-timing-function: ease;
}

nav#header a:visited, nav#footer a:visited {
	text-decoration:none;
	}

nav#header a:hover, nav#footer a:hover {
	color:#fff;
	text-decoration:none;
/*	text-shadow:2px 2px 3px #000;*/
		-moz-transition-property:color, text-shadow;   
		-moz-transition-duration: 0.5s;   
		-moz-transition-timing-function: ease;	
		-webkit-transition-property:color, text-shadow;   
		-webkit-transition-duration: 0.5s;   
		-webkit-transition-timing-function: ease;	
	}

nav#header a:active, nav#footer a:active { 
	color:grey;
	text-decoration:none;
	}
	
body#body-home a.nav-home,
body#body-demos a.nav-demos,
body#body-about a.nav-about  {
	color:#ccc!important;
	text-decoration:none !important;
/*	text-shadow:1px 1px 2px #000 !important;
*/}

/* ############################ */
/* ##### HEADINGS #### */
/* ############################ */

#body-home h1 {
	text-align: left;
	font-size: 1.3em;
	margin-left: 24px;
}

body#body-home h1 span.nowrap {
	white-space: normal;
}

h1.align-right {
	text-align: right;
}

h2.align-center {
	text-align: center;
}

h3 {
	color: #4e7498;
}

.small-caps {
	font-variant: small-caps;
}

.blue {
	color: #4e7498;
}

/* ############################ */
/* ##### FEATURED VID #### */
/* ############################ */

article#featured-vid {
	/*border: 1px solid #fff;*/
	/*padding: 0 12px;*/
	margin-bottom: 18px;
}

/* ############################ */
/* ##### QUICK DEMOS #### */
/* ############################ */

/*body#body-home*/ article#quick-demos {
	margin: 0 auto;
	/*width: 300px;*/
	/**/background-color: #2e3440;
	padding: 5px;
}

#quick-demos h2 {
	margin-top: 5px;
	text-align: center;
}

article#quick-demos h3 {
	margin-bottom: 2px;
	margin-left: 12px;
}

p#view-all-demos-link, p#view-technical-link, p#view-commercial-link {
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
}

body#body-demos p#view-all-demos-link {
	display: none;
}

p#view-commercial-link {
	display: none;
}

body#body-home p#view-commercial-link {
	display: block;
}

body#body-home section#authoritative {
	display: none;
}

article#quick-demos section {
	text-align: center;
}

/* ############################ */
/* ##### DEMOS PAGE #### */
/* ############################ */

/*article#demos section {
	margin-bottom: 24px;
}*/

article#demos h2 {
	color: #4e7498;
}

article#demos h3 {
	color: #bbb;
}

#demos-toc {
	margin: 24px;
	text-align: left;
	font-size: 1.1em;
}

article#demos section.border-corner {
	margin-bottom: 32px;
}

/* ############################ */
/* ##### VIDEOS #### */
/* ############################ */

.vid-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.vid-container iframe, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	
/* ############################ */
/* ##### TESTIMONIALS #### */
/* ############################ */

section#testimonials {
	/*background-color: gray;*/
	/*padding: 15px 24px;*/
	margin: 0 4.8px 15px 4.8px;
}

section#testimonials p {
	font-weight: bold;
}

article#happy-clients h2 {
	color: #4e7498;
}

/* ############################ */
/* ##### CLIENT LOGOS #### */
/* ############################ */

section#client-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 15px;
}
	
section#client-logos img {
	height: 100px;
	width: auto;
	margin: 3px;
}


/* ############################ */
/* ##### ADS #### */
/* ############################ */

section#ads {
		width: 100%;
		height: auto;
		margin: 12px auto;
	}
	
/* ############################ */
/* ##### FOOTER #### */
/* ############################ */

footer {
	/*background-color: #365c95;*/
}

#contact-footer, #address-pages {
	display: flex;
	flex-wrap: wrap;
}

#contact-footer {
	border: 1px solid white;
	/*padding: 12px;*/
	margin:4.8px;
}

#contact-footer a {
	color: white;
}

#contact-info {
	margin: 12px;
}

#contact-footer div h2 {
	margin-top: 0px;
}

img#contact-todd {
	/*width: 400px;
	height: 267;*/
	width: 100%;
	heigh: auto;
	align-self: flex-end;
	vertical-align: text-bottom;
}

p#top {
	text-align: right;
	padding-right: 15px;
}

/* ############################ */
/* NAV FOOTER */
/* ############################ */

nav#footer ul {
	/*width: 100%;*/
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
} 

nav#footer ul li a {
	/*display: block;
	padding: 1em 1em;
	margin: .3em;
	text-decoration: none;
	text-align: center;*/
	font-size: 1em;
	color: #4e7498;
	font-family:"Junge", "Times New Roman", Times, serif;
	/*border: 1px solid #FFFFFF;*/
		-moz-transition-property:color, text-shadow;   
		-moz-transition-duration: 0.5s;   
		-moz-transition-timing-function: ease;	
		-webkit-transition-property:color, text-shadow;   
		-webkit-transition-duration: 0.5s;   
		-webkit-transition-timing-function: ease;
}

nav#footer a:visited {
	text-decoration:none;
	}

nav#footer a:hover {
	color:#fff;
	text-decoration:none;
/*	text-shadow:2px 2px 3px #000;*/
		-moz-transition-property:color, text-shadow;   
		-moz-transition-duration: 0.5s;   
		-moz-transition-timing-function: ease;	
		-webkit-transition-property:color, text-shadow;   
		-webkit-transition-duration: 0.5s;   
		-webkit-transition-timing-function: ease;	
	}

nav#footer a:active { 
	color:grey;
	text-decoration:none;
	}
	
body#body-home a#navHeaderHome,
body#body-see a#nav-see,
body#body-feel a#nav-feel,
body#body-touch a#nav-touch  {
	color:#ccc!important;
	text-decoration:none !important;
/*	text-shadow:1px 1px 2px #000 !important;
*/}


address {
	font-style: inherit;
}

#address-pages article {
	flex: 1 1 auto;
}

p#copyright {
	padding-top: 15px;
	padding-bottom: 18px;
}

/* ############################ */
/* MEDIA QUERIES */
/* ############################ */

@media screen and (min-width: 600px)
{
	
	main {
		width: 80%;
		max-width: 900px;
		margin: 0 auto;
	}
	
	img.percent-100 {
		width: auto;
		height: auto;
	}
	
	section#ads {
		width: 60%;
		height: auto;
		margin: 12px auto;
	}
}

@media screen and (min-width: 900px)
{
	p.tagline {
		font-size: 1.2em;
	}
	
	body#body-home h1 span.nowrap {
	white-space: nowrap;
	}
	
	#body-home h1 {
		text-align: left;
		font-size: 1.5em;
		margin: 24px;
	}
	
	nav#header ul li a {
		border: none;
		border-bottom: 1px solid #4e7498;
	}
	
	section#contact-footer {
		flex: none;
		/*outline: 1px solid #FFA500;*/
	}
	
	div#contact-info {
		width: 50%;
	}
	
	div#contact-image {
		width: 45%;
	}
	
	section#contact-footer img {
		/*width: 38%;
		height: auto;
		padding-left: 2%;
		padding-left: 30px;*/
		/*outline: 1px solid #058C1A;*/
	}
	
	img.percent-100 {
		width: auto;
		height: auto;
	}
	
}

@media screen and (min-width: 1200px)
{
	/*p.intro, p.meal-type {
		width:75%;
	}*/
	
	body#body-home h1 span.nowrap {
	white-space: nowrap;
	}
	
	#body-home h1 {
		text-align: left;
		font-size: 1.5em;
		margin: 24px;
	}
	
	nav#header ul li a {
		border: none;
		border-bottom: 1px solid #4e7498;
	}
	
	img.percent-100 {
		width: auto;
		height: auto;
	}
	
}