*
{
	font-family: Bodoni MT;
}

body 
{
	/*background-color: #f5f5f1;*/
	background-color: #fff;
	/*background: #0a0c0b url(../images/bg-new-c.jpg) repeat-x;*/
	/*background: url(../images/Subtle-Grey-Tileable-Pattern-For-Website-Background.jpg) repeat;*/
	text-align: center;
	/*min-width: 1020px;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	font-size: 30px;
	/*color: white;*/
	padding-left: 10px;
}

p
{
	font-size: 18px;
	/*color: white;*/
}

a
{
	color: #581413;
}

/*h1, h2
{
	text-shadow: 0px 7px 5px black;
}*/

img
{
	max-width: 100%;
	height: auto;
}
	
a:hover
{
	color: #00d9ff;
}

#wrapper
{
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	/*background-color: white;*/
}

#header
{
	width: 1050px;
	height: 200px;
	/*background: #CFCFCF;*/
}

#header img
{
	width: 25%;
	position: relative;
	top: 10px;
}

/*****Top Nav******/

.topNav
{
	float: right;
	position: relative;
	right: 20px;
	top: 100px;
	/*text-shadow: 0px 7px 5px black;*/
}

.topNav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 471px;
	height: 40px;
}

.topNav ul li 
{
	float: left;
}

.topNav li a
{
	color: #000;
}

.topNav ul a
{
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	font-family: Calibri;;
	font-size: 18px;
}

.topNav li a:hover
{
	color: #fff;
	background-color: #581413; 
}

/*****Content******/
#content
{
	width: 1050px;
	padding-top: 10px;
	padding-bottom: 40px;
	float: left;
	border-top: black 1px dotted;
	border-bottom: black 1px dotted;
	/*background-color: #581413;*/
}

/*#about #content p
{
	width: 50%;
	word-warp: break-word;
}*/

#content ul
{
	color: #581413;
	font-size: 18px;
	font-weight: bold;
}

#home #content h1,
#projects #content h1 
{
	width: 500px;
	padding: 10px 10px 10px 10px;
	word-wrap: break-word;
}

#home #content h1
{
	border: black 1px dotted;
}

.feature
{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	/*background-color: #3d3d3e;*/
}

#projects .feature
{
	border-bottom: white 1px dotted;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.feature_box
{
	width: 300px;
	height: 255px;
	margin: 7px;
	padding: 10px;
	float: left;
	-webkit-transition: opacity .5s, ;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
}

.feature_box p
{
	text-align: center;	
	font-variant: small-caps;
	font-size: 18px;
}

.feature_box img
{
	width: 270px;
	margin-left: 14px;
	border: 2px solid #dedee1;
	box-shadow: 0px 7px 5px black;
	-m-box-shadow: 0px 7px 5px black;
}

.feature_box img:hover
{
	opacity: .5;
}

#home .feature_box
{
	width: 450px;
	/*height: 350px;*/
	height: auto;
	/*background-color: #c7c7ca;*/
}

#home .feature_box img
{
	width: 420px;
}

/*#home .feature_box p
{
	text-shadow: 0px 7px 5px black;
}*/

#projects .feature_box,
#services .feature_box
{
	box-shadow: 0px 7px 5px black;
	-m-box-shadow: 0px 7px 5px black;
}
	
#projects .feature_box
{
	background-color: #c7c7ca;
}

#projects .feature_box p
{
	color: black;
}

#services .feature_box
{
	border: none;
	border-radius: 25px;
	background-color: #c7c7ca;
	height: 350px;
}

#services .feature_box 	
{
	color: white;
} 

#services .feature_box p
{
	text-align: left;
	color: black;
	font-weight: bold;
} 

#contact .feature_box
{
	width: auto;
	height: auto;
	border: none;
	border-radius: 25px;
	/*background-color: #c7c7ca;*/
}

#about h2
{
	padding-left: 10px;
	font-size: 20px;
}

#about p,
#contact p
{
	padding-left: 10px;
	/*text-shadow: 0px 7px 5px black;*/
}

/*****Footer******/

#footer
{
	clear: both;
	padding-top: 3px;
	width: 1050px;
	height: 46px;
	text-align: center;
	/*color: white;
	text-shadow: 0px 7px 5px black;
	/*background-color: #CFCFCF;*/
}

/*****Highlight Current Page******/

#home .topNav .first a,
#about .topNav .about a,
#projects .topNav .projects a,
#services .topNav .services a,
#contact .topNav .contact a
{
	background-color: #581413;
	color: #fff;
}		

/*****Pop Up Content Box******/

.modalDialog
{
	font-family: Arial, Helevetica, san-serif;
	text-align: left;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	display: none;
}

.modalDialog h2
{
	color: #fff;	
}
	
.modalDialog:target
{
	opacity: 1;
	pointer-events: auto;
	display: inherit;
	
}

.modalDialog > div 
{
	width: 700px;
	height: 650px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background-color: #29323b;
	overflow: scroll;
}

.modalDialog::-webkit-scrollbar
{
	width: 1em;
}

.modalDialog::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.modalDialog::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
  	outline: 1px solid slategrey;
}

div img
{
	width: 300px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#web div img,
#web2 div img,
#web3 div img,
#web4 div img, 
#web5 div img,
#web6 div img,
#web7 div img,
#print div img,
#print2 div img,
#print5 div img,
#print6 div img,
#print7 div img,
#print8 div img,
#print9 div img,
#print10 div img,
#print11 div img,
#print12 div img

{
	width: 600px;
}

.social 
{
	margin-top: 10px;
	width: 50px;
}

.modalDialog div a
{
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	color: #00d9ff;
}

.close
{
	background: #606061;
	color: #fff;
	line-height: 25px;
	right: 300px;
	position: absolute;
	top: 10px;
	right: 12px;
	text-align: center;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover 
{ 
	background: #00d9ff; 
}

/*****Responsive Code*****/

.sb-toggle-left
{
	display: none;
	color: white;
}

.slider_Nav
{
	
	/*border: white 5px solid;*/
	position: relative;
	top: 50px;
}

.slider_Nav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	/*height: 40px;*/
}

.slider_Nav ul li 
{
	/*float: left;*/
	border-bottom: #999 1px dotted;
}

.slider_Nav ul li:last-child
{
	border-bottom: none;
}

.slider_Nav li a
{
	color: #fff;
}

.slider_Nav ul a
{
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	text-decoration: none;
	font-family: Book Antiqua;
	/*font-weight: bold;*/
	font-size: 18px;
}

.slider_Nav li a:hover
{
	background-color: #581413; 
}

@media screen and (max-width:1049px)
{
	#wrapper
	{
		width: 100%;
	}
	#header
	{
		width: 100%;
	}
	#content
	{
		width: 100%;
	}
	#footer
	{
		width: 100%;
	}
	.feature
	{
		width: 90%;
		height: auto;
	}
	#home .feature_box,
	{
		width: 40%;
		height: auto;
	}
	.feature_box img
	{
		margin-left: 0;
	}
}

@media screen and (max-width:750px)
{
	.topNav
	{
		width: 50%;
		position: relative;
		right: 100px;
	}
	.topNav ul li
	{
		width: 30%;
	}
	.modalDialog > div 
	{
		width: 600px;
		height: 550px;
	}
	
}

@media screen and (max-width:550px)
{
	#header img
	{
		width: 40%;
	}
	.hide_mobile span
	{
		display: none;
	}
	#home #content h1,
	#projects #content h1
	{
		width: 70%;
	}
	h1
	{
		font-size: 20px;
	}
	h2
	{
		font-size: 15px;
	}
}
			

@media screen and (max-width:480px)
{
	#home .feature_box,
	#projects .feature_box,
	#services .feature_box
	{
		width: 90%;
		height: auto;
	}	
	#projects .feature_box 
	{
		font-weight: bold;
	}
	#header
	{
		height: 100px;
	}
	.sb-toggle-left
	{
		display: block;
		position: fixed;
		top: 75px;
		background-color: #999;
		margin-right: 0px;
		padding: 5px;
		border: white 2px solid;
		-webkit-border-top-right-radius: 12px;
		-moz-border-top-right-radius: 12px;
		border-top-right-radius: 12px;
		-webkit-border-bottom-right-radius: 12px;
		-moz-border-bottom-right-radius: 12px;
		border-bottom-right-radius: 12px
	}
	.topNav
	{
		display: none;
	}
	.modalDialog > div 
	{
		width: 300px;
		height: 400px;
	}

@media screen and (max-width:321px)
{
	.modalDialog > div 
	{
		width: 200px;
		height: 350px;
	}
}