body {
	background-image: url(../images/bg.png);
	color: #4e4632;
}

a {
	margin: 0;
	padding: 0;
}

a {
    outline: none;
}

a:focus, *:focus { outline:none; }

img {
	border: 0;
}

#header {
	background: url(../images/bg-header.png);
	height: 90px;
}

#header h1{
	margin: 0;
	padding: 0;
}

#header #logo-box{
	text-align: left;
	}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul li{
	margin:0;
	padding: 0;
	float: left;
	width: 25%;
	text-align: center;
	background-color: rgba(89,138,128,0.7);
}

#main-nav ul li a{
	display: block;
	padding-top: 15px;
}

#main-nav ul li a:hover{
	opacity: 1.0;
	background-color: rgba(49,67,63,0.3)
}

#main-visual {
	background: url(../images/bg-main-visual.png);
	padding: 10px 0;
}


#main-visual img{
	width:100%;
	max-width: 100%;
	height: auto;
	border: 3px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;	
}

h2, h3 {
	font-family: 'Open Sans', sans-serif;
}

#about h2, #work h2 {
	text-shadow: 1px 1px 0 white;
	text-shadow: 1px 1px 0 white;
}

 #contact h2 {
 	text-shadow: 1px 1px 0 black;
 	text-shadow: 1px 1px 0 black;
 }

 #about h3 {
 	color: #2f7242;
 	text-shadow: 1px 1px 0 white;
	text-shadow: 1px 1px 0 white;
 }

 #about p.name {
 	border-bottom: 1px dashed #4e4632;
 	margin-bottom: 2px;
 	padding-bottom: 2px
 	font-family: 'Open Sans', sans-serif;
 }

.profile-img-box {
	float: left;
	width: 100px;
}

.profile-img-box img {
	border: 3px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}

#profile:after {
	content: "";
	display: block;
	clear: both;
}


.self-int-box {
	margin-left: 110px;
}

.self-int-box p.name {
	font-size: 18px;
	font-weight: bold;
}

#work .thumbnail .caption {
	color: #4e4632;
}

#work .thumbnail .caption h3 {
	font-size: 18px;
	font-weight: bold;
}

#contact {
	background: url(../images/bg-contact.jpg);
}

#contact h2{
	color: #fff;
}

#contact label{
	color: #fff;
}

#footer {
	padding: 10px 0;
	background: #7ba89f;
}




@media screen and (max-width: 768px) {
	#header {
		height: 170px;
	}
	#header #logo-box{
	text-align: center;
	}
	#main-nav ul {
	margin-top: 10px;
	margin-right: 0;
	}
	
}

	




