/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	background: #e8e8e8 url('../images/lines.png');
	
		/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #896f49;
		
	}
	
	a {
		color: #f54d02;
		text-decoration: none;
		
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	a:hover {
	text-decoration: underline;
		color: #ec8558;
		
	}
	
	p {
		margin: 0 0 10px 0;
	}
	
	h2 {
		margin: 0 0 0px 0;
		
	}
	.topnav{
	    background: #e8e8e8;
		padding-top: 15px;
		padding-bottom: 0px;
		  overflow: hidden;
    
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	
	}
	
	.details {
		background: #e8e8e8 ;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.details h2 {
	margin-top: 0px;
	}
	
	.details code {
		background: #eef695;
		background: rgba(234,239,175,0.9);
		padding: 2px 3px;
	}
	
	.details img {
		margin: 5px 0 0 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	
	

	
	.header {
		
		height: 177px;
	}
	

	
	.header .logo h1 {
		/* color: #5DD7A0; */
		color: transparent;
		font-size: 0;
		margin-left: -1000px;
	}
	
	.intro {
		/*background: #e8e8e8 url('../images/dark_leather.png');
		margin-top: 18px;
		margin-bottom: 60px;*/ 
		font-size: 28px;
		line-height: 37px;
		font-weight: bold;
		color: #000000;
	}
	
	.introDark {
		background: #e8e8e8;
		/*margin-top: 18px;
		margin-bottom: 60px;*/ 
		font-size: 28px;
		line-height: 37px;
		font-weight: bold;
		color: #555555;
	}
	
	.intro p {
		margin-bottom: 16px;
	}
	
	.intro .contact {
		font-weight: normal;
	}
	
	.introcopy a {
		font-weight: bold;
	}
	
	.introWhite {
font-size: 30px;
color: #666666;
}


.sectionHeader {
	color: #666666;
	font-size: 40px;
	
	 line-height: 1;
}


.impressed{
/*text-shadow:2px 2px rgba(255,255,255, 0.3), -1px -1px 1px rgba(0,0,0, 0.3), 0px 0px 20px rgba(0,0,0, 0.2);*/

}

.blackimpressed{
/*text-shadow:-0.5px -0.5px 1px rgba(255,255,255, 0.9);*/

}

.introSmall {font-size: 20px}

.hi {

	font-size: 90px;

	 line-height: 1;
	 
	 

}

.callOut {

	font-size: 22px;

	 line-height: 1;
	 
	 

}

	

	

	

	

	

	

	

	