html, body {
	height: 100%;
	width: 100%;
	background-color: #fff;
}
body {position: relative;}

h1 { color: #111; }

#nav.affix {
    top: 0;
    width: 100%;
    z-index:10;
}
#nav.affix .navbar-default {
	box-shadow: 2px 2px 12px #686666;
}
.navbar-default {
	background-image: url('../images/greyzz.png');
	padding: 10px 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.desc {
	font-size: 20px;
	color: #333;
}
.contact { font-size: 18px;}
#intro {
	display: table;
	height: 100%;
	width: 100%;
	background: #efefef;
	background: url('../images/greyzz.png');
}
	#intro h1 {	font-size: 7em;	font-family: "Racing Sans One"}
	#intro .locations { text-transform: uppercase;}

.intro-content {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.scroll-arrow {
	display:block;
	position: absolute;
	font-size: 36px;
	bottom: 30px;
	left: 50%;
	margin-left: -18px; /* 1/2 the width of the element */
	padding: 20px;
	animation: moving 2s ease-out infinite;
		-webkit-animation: moving 2s ease-out infinite;
}
@-webkit-keyframes moving {
	0% { bottom: 30px;}
	50% { bottom: 10px;}
	100% { bottom: 30px;}
}
@keyframes moving {
	0% { bottom: 30px;}
	50% { bottom: 10px;}
	100% { bottom: 30px;}
}

.navbar-brand { font-family: "Racing Sans One";}
.navbar-title {
	float: left;
	font-family: "Racing Sans One";
	padding: 11px 15px;
	font-size: 28px;
	line-height: 20px;
	height: 40px;
	color: #000;
}

.home section { background: #000;}

.section {
	width: 100%;
	height: 360px;
	display: table;
	background-attachment: fixed;
	opacity: 0.7;
}

.row-fluid { background: #fff;}

.section-content {
	position: relative;
}
.section-content h1 {
	font-family: "Racing Sans One";
	font-size: 4em;
	text-shadow: 1px 1px 1px #fff;
	padding: 5px 10px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	background: #FCFCFC;
}

#advertising .section {
	background: url('../images/1.jpg') 0 0 fixed;
	background-size: 100%;
}
#brands .section {
	background: url('../images/2.jpg') 0 0 fixed;
	background-size: 100%;
}
 .section {
	background: url('../images/2.jpg') 0 0 fixed;
	background-size: 100%;
}
#integrated .section {
	background: url('../images/collateral.jpg') 0 0 fixed;
	background-size: 100%;
}
#interactive .section {
	background: url('../images/4.jpg') 0 0 fixed;
	background-size: 100%;
}
#web .section {
	background: url('../images/web/talkgreen.jpg') 0 0 fixed;
	background-size: 100%;
}
#gear .section {
	background: url('../images/gear.jpg') 0 0 fixed;
	background-size: 100%;
}
.btn-more {
	font-size: 16px;
	margin: 20px 0;
	border: 1px solid #fff;
	border-radius: 0;
    transition: border .5s ease-out;
    -moz-transition: border .5s ease-out;
    -webkit-transition: border .5s ease-out;
    -o-transition: border .5s ease-out;
}
.btn-more:hover {
	color: #D9230F;
	border: 1px solid #C4C4C4;
}

#contact {
	background: #666;
	color: #efefef;
	text-align: center;
}
#contact h2 { font-family: "Racing Sans One"; color: #fff;}

.logos img { opacity: 0.5;}


.portfolio .piece { padding: 40px 20px;}
.portfolio .piece img { margin: 0 auto;}
.portfolio .piece:nth-child(2n+1) {
	background: #efefef;
}
.portfolio h2 { text-align: center; font-size: 20px;}
.portfolio iframe { max-width: 100%; height: auto; min-height: 400px;}
.texthide { text-indent: -9999em;}