* {
	margin:0px; 
	padding:0px;
}

html, body {
	height: 100%;
}

body {
	font-family: "Arial Narrow", Arial, sans-serif;
	background: #E1E1E2 url(../images/bkgd.png) no-repeat fixed 135% 120%;
	color: #666;
	overflow: hidden;
}

#banner, #nav-main, #content, #footer {
	float: left;
	clear: both;
	width: 100%;
}

#logo {
	float: left;
	z-index: 1000;
	position: fixed;
	margin-bottom: -250px;
	margin-top: 20px;
	margin-left: 10%;
}

#social {
	float: right;
	clear: both;
	margin-right: 25px;
}

#content {
	width: 60%;
	height: 38%;
	overflow: auto;
	padding: 2% 30% 0% 10%;
}

#content ul li {
	font: medium/1.3  "Arial Narrow", Arial, sans-serif;
	list-style-type: none;
}

h1 {
	font-size: 18pt;
	font-variant: small-caps;
}

h2 {
	font-size: 12pt;
	font-variant: small-caps;
}

p {
	line-height: 1.5;
	margin-bottom: 1.5em;
	text-align: justify;
}

p a {
	color: #666;
	text-decoration: none;
	line-height: normal;
}

.portfolio-thumb {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	margin-top: 2%;
}

.portfolio-thumb img {
	width: 25%;	
	
}

.portfolio-thumb h2 {
	font-size: 16pt;
}

.portfolio-thumb p {
	text-align: center;
}

.portfolio-campaign {
	float: left;
	margin-top: 5%;
	width: 100%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F35A29;
}

.client-logo {
	float:left;
	width: 8%;
}

.client-logo img {
	width: 100%;
}

.client-desc {
	width: 90%;
	float: right;
}

.portfolio-campaign h2 {
	font-size: x-large;
	margin-bottom: 2%;
}

.portfolio-campaign h3 {
	font-size: medium;
}

.portfolio-campaign .client-desc ul li {
	list-style-type: disc !important;
	list-style-position: inside;
	margin-bottom: 1%;
}
	

#contact fieldset {
	width: 90%;
}

#contact legend {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #626364;
	margin-bottom: 8px;
}
#contact input    {
	margin-bottom: 5px;
}

#contact label {
	margin-bottom: 8px;
}
#submit , #reset{
	color: #333333;
}

#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background: url(../images/gels-short.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer p {
	font-variant: small-caps;
	color: #FFF;
	float: right;
	margin-top: 35px;
	margin-right: 25px;
	font-size: x-large;
}

a:link {
	color: #626364;
	text-decoration: none;
}

a:visited {
	color: #626364;
	text-decoration: none;
}

.Lspace {
	margin-right: 4px;
	margin-left: 4px;
}

.bracket {
	font-size: 120%;
	color: #FF5922;
}



/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 850px) {
	
body {
	background: #E1E1E2;
}

#banner {
	min-height: 150px;	
}

#logo img{
	height: auto; 
    width: auto; 
    max-width: 97; 
    max-height: 112px;
}

#content {
	width: 85%;
	height: 58%;
	padding: 2% 10% 0% 5%;
}
	
#content p, {
	font-size: small;
}	
	

#footer {
	height: 30px;
}

#footer p {
	margin-top: 10px;
	margin-right: 5px;
	font-size: medium;
}

}

.img-left {
	float: left;
	margin-right: 8px;
}
