/*!
site background color 
*/
html, body {
	background-color:#13151c;
}
#mini-portfolio h2 a {
	color:#13151c;
}

p { color:#c2c2c2; }

#header .col-md-6:first-child h1 {
	color:#fff;		
}
#header .col-md-6:last-child {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(197,197,197,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0 );
}
#header .col-md-6:last-child .wrapper {
	background:transparent url('../img/arrow-right.png') left 165px no-repeat;
}
#header .col-md-6:last-child ul li {
	border:#13161d solid 1px;
}
#links .col-md-6:nth-child(1) h3 {
	background:transparent url('../img/instagram.png') top center no-repeat;	
}
#links .instagram a {
	color:#fff;
}
#links .col-md-6:nth-child(2) h3.facebook {
	background:transparent url('../img/facebook.png') top center no-repeat;
	
}
.mordor h3 {
	background:transparent url('../img/mordor.png') top center no-repeat;
}
#links .col-md-6:nth-child(3) h3 {
	background:transparent url('../img/contact.png') top center no-repeat;
	
}
#contact {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(197,197,197,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(197,197,197,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c5c5', GradientType=0 );
}
#contact .wrapper {
	background:transparent url('../img/fish.png') right top no-repeat;
	background-size:contain;
}
#contact h3 {
	color:#13151c;
}
#contact .list-group {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4e5d+0,13151c+100 */
	background: rgb(74,78,93); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(74,78,93,1) 0%, rgba(19,21,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,78,93,1)), color-stop(100%,rgba(19,21,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(74,78,93,1) 0%,rgba(19,21,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(74,78,93,1) 0%,rgba(19,21,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(74,78,93,1) 0%,rgba(19,21,28,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(74,78,93,1) 0%,rgba(19,21,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4e5d', endColorstr='#13151c',GradientType=0 ); /* IE6-9 */
	border-color:#13151c;
	
	border-radius:4px;
}
#contact .list-group-item {
	background-color:transparent;
	border-color:#13151c;	
	border-radius:4px;
	color:#fff;
}
#contact .form-control {
		border-color:#13151c;	
}
#contact input[type="submit"] {
	color:#13151c;
}
footer {
	background-color:#c4c4c4; 
	color:#afafaf;

}
#portfolio h2 { color:#fff; }
