/*page layout*/

html {
	background-image: url(../images/background-new.png);
	background-size: cover;
	height: 100%;
	width: 100%;
}

/*typography*/

body {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #fff;
}

h1 {
	font-weight: normal;
	font-size: 3em;
	line-height: 1.1;
	margin: 0;
}

h2 {
	font-size: 2em;
	display: inline-block;
	padding: 0 2em;
	margin: .5em 0;
	border-top: 3px double #eaae15;
	color: rgba(255,255,255,.6);
}

h3 {
	color: #eaae15;
	font-size: 1.25;
	text-align: left;
	margin: 1em 0 0 220px;
	padding: 1em 0;
	border-top: 1px solid #eaae15;
	border-bottom: 1px solid #eaae15;
}

h4 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: #eaae15;
	display: inline-block;
	width: 200px;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #eaae15;	
}

p {
	margin: 16px 0;
}

#wrapper {
	background: #333;
	width: 40%;
	margin: 0 auto;
	padding: 60px;
	padding-bottom: 0px;
}

#intro {
	text-align: center;
	overflow: hidden;
	margin: 0 0 2em 0;
}
#intro img {
	float: left;
	margin: .5em 1em .5em 0;
}
#intro p {
	text-align: left;
	margin: 0 0 1em 220px;
	padding: 1em 0;
	border-bottom: 1px solid #eaae15;
}
#intro p strong {
	display: block;
	text-transform: uppercase;
	color: #eaae15;
	font-size: 1.6em;
}
#content-main {
	height: 100%;
	width: 100%;
	padding-left: 0px;
	padding-right: 10px;
}

/* portfolio images*/

#portfolio ul {
	overflow: hidden;
}
#portfolio ul li {
	display: block;
	width: 30%;
	float: left;
	margin: 0 3% 0 0;
}

#portfolio ul li img {
	width: 100%;
	height: auto;

}

/*#left {
	float: left;
	margin-right: 50px;
	background-color: yellow;
}

#center {
	display: block;
	background-color: green;
}

#right {
	float: right;
	margin-left: 50px;
	background-color: blue;
}*/

#footer {
	clear: both;
	height: 100%;
	width: 100%;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	margin: 0 auto;
	padding: 0px;
}

#footer p {
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
}

/*links*/

a {
	text-decoration: none;
	color: #00ffff;
}

a:visited {
	color: #989898;
}