body {
  color:#333; 
}

h1,h2,h3 {
  font-weight: 300;
  margin-top:0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 30px;
}

#siteheader {
  padding: 2% 0;
}

.mainnav {
  clear:both;
}

.nav-pills > li {
  display:inline-block;
  float:none;
}

#about {
  background:#333 url(https://www.nick-hayward.co.uk/fcc/portfolio/images/bg-grey.jpg) top center no-repeat;
  background-size:cover;
  color:#fff;
  font-weight: 300;
  padding:4% 0;
}

#portfolio {
  background:#fafafa;
  padding:4% 0;
}

#portfolio a {
  background:#fff;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  box-shadow:0 0 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  display:block;
  margin-bottom: 20px;
  padding:20px;
}

#portfolio .item {
	padding:20px;
}

#contact {
  background:#333 url(https://www.nick-hayward.co.uk/fcc/portfolio/images/bg-testimonial.jpg) top center no-repeat;
  background-size:cover;
  padding:4% 0;
}

#contact label {
  display:none;
}

#contact h2 {
  color:#fff;
}

.social {
	font-size:0;
}

.social a {
	border-radius:0;
	color:#fff;
	display:inline-block;
	font-family: "FontAwesome";
	font-size:20px;
	height:32px;
	line-height:32px;
	margin-left:5px;
	text-align:center;
	text-decoration: none;
		-moz-transition: background-color 0.3s linear;
	    -ms-transition: background-color 0.3s linear;
	    -o-transition: background-color 0.3s linear;
	    -webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	width:32px;
}

.social a:hover {
		-moz-transition: background-color 0.3s linear;
	    -ms-transition: background-color 0.3s linear;
	    -o-transition: background-color 0.3s linear;
	    -webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;  
}

.social a:visited {
	color:#fff;
}

.facebook,
.facebook:active {
	background: #3B5998;
}

.facebook:hover {
	background-color:#3B77C9;
}

.facebook:before {
  	content: "\f09a";
}

.twitter,
.twitter:active {
	background: #4099FF;
}

.twitter:hover {
	background-color:#53BAFF;
}

.twitter:before {
  	content: "\f099";
}

.linkedin,
.linkedin:active {
	background: #007bb6;
}

.linkedin:hover {
	background-color:#0096DC;
}

.linkedin:before {
  	content: "\f0e1";
}

.googleplus,
.googleplus:active {
	background: #dd4b39;
}

.googleplus:hover {
	background-color:#EE6F5E;
}

.googleplus:before {
  	content: "\f0d5";
}

.pinterest,
.pinterest:active {
	background: #cb2027;
}

.pinterest:hover {
	background-color:#DB5748;
}

.pinterest:before {
  	content: "\f0d2";
}

.instagram,
.instagram:active {
	background: #517fa4;
}

.instagram:hover {
	background-color:#608EB3;
}

.instagram:before {
  	content: "\f16d";
}

#social {
	background:#fafafa;
	padding:4% 0;
}

#sitefooter {
	background:#333 url(https://www.nick-hayward.co.uk/fcc/portfolio/images/bg-grey.jpg) top center no-repeat;
  background-size:cover;
	color:#999;
	padding:4% 0;
}

.btt {
	clear:both;
	display:block;
	margin:0 auto;
	text-align: center;
	width:auto;
}
	
.btt a,
.btt a:visited,
.btt a:active {
  background:transparent;
  color: #999;
  font-size: 50px;
  padding:0;
  text-decoration: none;
	width:100%;
}
	
.btt a:after {
	color:#999;
	content:"\f106";
	font-family: "FontAwesome";
	transition:all 0.2s linear;
}
	
.btt a:hover:after {    
	color:#fff;
	transition:all 0.2s linear;
}