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


body{
	font-family: 'PT Sans', sans-serif;	
	font-size:1.0em;	
	letter-spacing: 0.03em;
	color:#595756;	
}

a:link, a:visited {
text-decoration:none;
color:#4ec2bd;	
}

a:hover{
color:#595756;	
}

#container{
	width:100%;
	margin-right:auto;
	margin-left: auto;
	max-width:1000px;
	min-width:300px;
	
	}
	
.logo{
	text-align:center;
	}	
	
.logo img{
	width:35%;
	max-width:500px;
	min-width:100px;
}

.footerdash{
	height:2px; border-bottom:thin #e2e2e2 dashed;
	width:80%;
	margin-right:auto;
	margin-left:auto;
}

.dash{
	height:2px; border-bottom:thin #e2e2e2 dashed;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
}
	
#navmobile{display:none;text-align:center;clear:both;}
	
#nav{
	width:80%;
	text-align:center;		
	margin-right:auto;
	margin-left:auto;
	margin-bottom:25px;
}

#nav a{
	text-decoration:none;
	letter-spacing:0.05em;
	color:#e2e2e2;
	font-size:1.2em;
}

.navlast{
	margin-right:0px;	
}

.navmiddle{
	margin-right:15px;	
}

#content{
	width:80%;
	margin-right:auto;
	margin-left:auto;
	line-height:150%;
	
}

.about, .services, .contact, .portfolio{
	margin-bottom:20px;	
}

.title{
font-size:1.2em;		
}

.about .title{
	
color:#f9a24c;
}

.services .title{
color:#f4854c;	
}

.contact .title{
color:#fcbc4b;
}

.portfolio .title{
color:#f3704d;
}
	
#footer{
	width:90%;
	text-align:center;
	font-size: 0.9em;
	color:#595756;	
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
}

@media only screen and (min-width:768px) and (max-width:959px){
	
	.logo img{
	width:50%;
	max-width:500px;
	min-width:100px;
}

	#nav{display:none;}
	
	
	#navmobile{display:inherit;border-bottom:1px dashed #e2e2e2;width:40%;margin-right:auto;margin-left:auto;padding-left: 0px !important;padding-top:10px;padding-bottom:10px;margin-bottom:40px;}
	
	#navmobile div {
visibility:hidden;
position:absolute;
background-color:#fff;
width:39%;
margin-top:15px;
padding-bottom:13px;
}

#navmobile div a{
position:relative;
display:block;
border-bottom:;
border-right:;
border-left:;
padding:10px 0px;
right:1px;
}
	
#navmobile div a:hover{
position:relative;
}

#navmobile li a{
	color:#e2e2e2;
	text-decoration:none;	
	font-family: 'PT Sans', sans-serif;	
	letter-spacing:0.05em;
	font-size:1.2em;
	}

	
#navmobile li{
list-style:none;
}
}

@media only screen and (max-width:767px){
	.logo img{
	width:70%;
	max-width:500px;
	min-width:100px;
}

	#nav{display:none;}
	
	
	#navmobile{display:inherit;border-bottom:1px dashed #e2e2e2;width:70%;margin-right:auto;margin-left:auto;padding-left: 0px !important;padding-top:10px;padding-bottom:10px;margin-bottom:40px;}
	
	#navmobile div {
visibility:hidden;
position:absolute;
background-color:#fff;
width:69%;
margin-top:15px;
padding-bottom:13px;
border-bottom:1px dashed #e2e2e2;
}

#navmobile div a{
position:relative;
display:block;
border-bottom:;
border-right:;
border-left:;
padding:10px 0px;
right:1px;
}
	
#navmobile div a:hover{
position:relative;
}

#navmobile li a{
	color:#e2e2e2;
	text-decoration:none;	
	font-family: 'PT Sans', sans-serif;	
	letter-spacing:0.05em;
	font-size:1.2em;
	}

	
#navmobile li{
list-style:none;
}

}