/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
	/* Set your content font stack here: */
	font-family: 'arvoregular', sans-serif;
	-webkit-font-smoothing: antialiased;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
html, body {
	height: 100%;
} 
 
body {
	color: #333;
	padding-bottom: 10em;
	font-size: 16px;
	background-color: #8db9de;
	
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

p, ul {
	line-height: 1.9em;
}

p .fa {
	display: inline;
}  

ol, ul {
	padding: 0 0 0 20px;
}

blockquote {
	font-style: italic;
}

a[href] {
	text-decoration: none;
}  

a.navpos {
	position:relative; 
	top:-20px;
}

h2 {
	clear: both;
    color: #444;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.6em;
    font-family: 'ArchivoNarrow', sans-serif;
    padding-bottom: .5em;
    margin: 1em 0 0 0;
    border-bottom: solid 1px #AAA;
}

h3 {
	clear: both;
    color: #444;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6em;
    font-family: 'arvoregular', sans-serif;
    margin: .5em 0 0 0;
}


.page {
	margin-top: 3em;
}

	.page:last-child {
		margin-bottom: 10em;
	}

.center {
	text-align: center;
}

.centercontent {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}




/*
 * -- Layout Styles --
 */
.l-content {
	margin: 0 auto;
}

	.l-content .stress {
		/*font-size: 16px;*/
		color: #222;
	}  


.l-box {
	padding: 0 20px 8px ;
}

.l-box h3 {
	margin: 1em 0 0 0;
}

.nowrap {
	white-space: nowrap;
}

/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu.pure-menu-open.pure-menu-fixed {
	background: #000;
	color: #999;
	border: none;
	box-shadow: none;
	font-size: 13px;
	font-family: 'ArchivoNarrow', sans-serif;
	text-align: right;
	border-bottom: solid 1px #666;
}

	.pure-menu.pure-menu-open.pure-menu-fixed a {
		color: #999;
		text-transform: uppercase;
		background: none;
	} 

	.pure-menu.pure-menu-horizontal > ul {
		height: auto;
	}  
  
	.pure-menu li a {
		padding: 10px 15px;
	} 
  
	.pure-menu li a:hover, .pure-menu li a:focus {
		background: #2A2A2A !important;
		color: #8db9de !important;
	}  
  
  
#thehead {
	height: 103px;
	position: fixed;
	width: 100%;
	z-index: 200;
}  

	#thelogo {
		height: 43px;
		padding-top: 5px;
		background: white;
	}

	.menu-home #thelogo { display: none; }

	#thetopmenu, #thetopmenu div {
		height: 41px;
		overflow: hidden;
		background: #454545;
	}  
	
		#thetopmenu a { color: #eeeeee; }
		.menu-home #thetopmenu a { color: #8db9de; }  

		#thetopmenu a.logo {
			float: right;
			padding: 0;
		}  
		
			#thetopmenu a.logo img {
				padding-top: 3px;
				opacity: 1;
			}

		#thetopmenu a:hover {
			color: #eee !important;
			background: #444;
		}  

	
	


/*
 * -- BANNER --
 * The top banner with the headings. By using a combination
 * of `display: table;` and `display: table-cell;`, we can
 * vertically center the text.
 */
#thebanner {
    text-align: center;
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
}

#thequotewrapper {
	text-align: center;
}	

#thequote {
	box-sizing: border-box; /* include padding */
	text-align: left;
	font-size: 33px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 60px;
	padding-top: 18vh;
	font-family: ArchivoNarrow;
	text-transform: uppercase;
	color: white;
	line-height: 1.5em;
}

	#thequote > div {
		display: inline-block;
	}
	
	#thequote span {
		display: block;
		color: #222;
		font-size: 75%;
		font-style: italic;
		text-align: right;
		text-transform: capitalize;
		text-shadow: 0px 0px 3px rgba(255,255,255,0.65);
	} 

#thegrip {
	height: 63px;
	margin: -63px 0 50px 0;
	width: 100%;
}

	#grip-left {
		height: 63px;
		width: 50%;
		background-image: url("../../img/bg-grip.png");
	}

	#grip-right {
		height: 63px;
		width: 50%;
		background-image: url("../../img/bg-grip.png");
	}

	#griphandle {
		height: 63px;
		width: 98px;
		float: left;
		background-image: url("../../img/grip-handle.png");
	}

	#griphandle a {
		display: block;
		height: 100%;
		top: 0;
	}
	
	#griphandle a:focus{
		outline:0; /*removes the dotted border*/
	}
	

#thecontent {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #E4E4E4;
}




#thefooter {
    background: #454545;
    color: #888;
    text-align: center;
    width: 100%; 
	padding: 10px 0;
    border-top: solid 1px #999;
}
    #thefooter a {
        color: #ddd;
    }
    
    #thefooter address {
    	font-size: 90%;
    	font-style: normal;
    	padding: .5em .5em;
    	max-width: 980px;
    	line-height: 1.6em;
    }

    #thefooter div {
    	font-size: 90%;
    	font-style: normal;
    	padding: .3em .3em;
    	max-width: 980px;
    	line-height: 1.4em;
    }



.subscript {
	font-size: 85%;
	display: block;
	line-height: 1.6em;
}

.img-right {
	float: right;
	margin: 0 0 0 10px;
}

.img-left {
	float: left;
	margin: 0 10px 0 0;
}

.img-gallery {
	float: left;
	width: 46%;
	margin: 0 2% 2% 0;
	border: solid 1px #999;
	max-width: 150px !important;
}

.img-center {
	margin: .5em auto;
	display: block;
}

.l-content p {
  font-size: 16px;
  overflow: auto;
}  


.sidebar {
	/*border-left: solid 1px #666;*/
	overflow: auto;
	margin-top: 3em;
}

.sidebar p, .sidebar .l-content p {
	font-size: 90%;
}	

	.sidebar h3 {
		margin: 1em 0 0.5em 0; 
	}


p.dropcap:first-letter {
	font-size: 54px; 
	float: left;
	margin: 13px 8px 0 0;
	font-family: 'ArchivoNarrow', sans-serif;
	color: #333;
}

p.dropcap:first-line {
	color: #333;	
}

.screenshot {
	display: block;
	float: left;
	overflow: auto;
	width: 42%;
	margin: 15px 6% 15px 0;
	padding: 3px;
	border: solid 1px #ddd;
}

	.screenshot img {
		width: 100%;
		opacity: 0.95;
	}
	
	.screenshot img:hover { opacity: 1; }
	


/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various.legendo tables
 */
@media(max-width: 890px) {

	.stress br { display: none; }

    .sidebar {
    	padding-top: .5em;
    	margin: 5px 20px;
    	border: solid 1px #999;
    	background: #d3d3d3;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (max-width: 480px) {
	
    
}
