@CHARSET "UTF-8";
/*--- GENERAL STYLES ---*/
body {
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Quattrocento Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', serif;
	font-weight: 700;
	color: #1a1a1a;
}

.content-section {
	min-height: 100vh;
	padding-top: 60px;
	padding-bottom: 20px;
}

.content-section h1 {
	color: #9C9C9C;
	font-weight: 400;
	font-size: 30px;
	display: inline-block;
}

.content-section h1:after {
	content: '';
	display: block;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 3px;
}

.content-section p.lead {
	font-family: 'Cardo', serif;
	font-size: 19px;
	line-height: 1.35em;
	margin-bottom: 25px;
}

.content-section p.lead em {
	font-size: 14px;
}

.content-section p em {
	font-size: 14px;
}

.content-section p mark em {
	font-size: inherit;
}

.content-section img.pull-right {
	border: 1px solid #DFDFDF;
	margin-top: 80px;
}

@media screen and (min-width: 768px) {
	.content-section h1 {
		font-size: 34px;
	}
	.content-section p.lead {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 992px) {
	.content-section h1 {
		font-size: 38px;
	}
	.content-section h1:after {
		padding-top: 5px;
	}
	.content-section p.lead {
		font-size: 21px;
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 1200px) {
	.content-section h1:after {
		padding-top: 7px;
	}
	.content-section p.lead {
		font-size: 22px;
		margin-bottom: 35px;
	}
}

/*--- NAVBAR ---*/
.navbar-default {
	font-family: 'Montserrat', serif;
	background: #FFFFFF;
	border-bottom-color: #DFDFDF;
	height: 60px;
	margin-bottom: 0;
}

.navbar-header .navbar-toggle {
	margin-top: 12px;
}

.navbar-header .navbar-brand {
	letter-spacing: -0.03em;
	height: 60px;
	padding: 30px 10px 0 10px;
	font-size: 36px;
	line-height: 0px;
	font-weight: 700;
	color: #111;
	white-space: nowrap;
}

.navbar-default .navbar-brand:focus {
	color: #111;
}

.navbar-default .navbar-nav {
	background: #FFF;
	margin-top: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #222;
	padding: 10px;
	text-align: right;
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a.selected {
	color: #E64B36;
}

.navbar-default a.navbar-brand:hover .navbar-default .navbar-nav>li>a:hover
	{
	background-color: #DFDFDF;
}

.navbar-default .navbar-brand:hover {
	color: #E64B36;
}

@media screen and (min-width: 768px) {
	
	.navbar-header {
		height: 0px;
		padding: 0 0 0 15px;
	}
	.navbar-nav {
	margin-left: 50%;
	}	
	.navbar-default .navbar-nav>li>a {
		padding: 20px 20px 9px 0;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background-color: transparent;
		color: #E64B36;
	}
}

@media screen and (min-width: 992px) {
	.navbar-header {
		height: 0px;
		padding: 0 0 0 15px;		
	}	
		
	.navbar-nav {
	margin-left: 60%;
	}	
	.navbar-default .navbar-nav>li>a {
		padding: 20px 25px 9px 0;
	}
	.navbar-default .navbar-nav>li>a:hover {
		background-color: transparent;
		color: #E64B36;
	}
}

/*--- HOME ---*/
#home {
	background: url('background.jpg')
		no-repeat top center fixed;
	background-size: cover;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	text-align: center;
}

#home h1 {
	font-family: 'Advent Pro', sans-serif;
	font-size: 96px;
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 90px;
	margin-top: 60px;
}

#home h1:after {
	border-bottom: 1px solid #AAA;
}

#home h5 {
	font-size: 16px;
	color: #555;
}

@media screen and (min-width: 768px) {
	#home h1 {
		font-size: 120px;
		line-height: 114px;
	}
	#home h5 {
		font-size: 19px;
	}
}

@media screen and (min-width: 992px) {
	#home h1 {
		font-size: 132px;
		margin-top: 70px;
	}
	#home h5 {
		font-size: 21px;
	}
}

@media screen and (min-width: 1200px) {
	#home h1 {
		font-size: 142px;
		line-height: 124px;
	}
	#home h5 {
		font-size: 24px;
	}
}

/*--- PORTFOLIO ---*/
.content-section .thumbnail {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.content-section .thumbnail h4 {
	font-size: 19px;
	font-weight: 400;
}

.content-section .thumbnail p {
	line-height: 24px;
}

.content-section .thumbnail:hover {
	overflow: hidden;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.portfolio-span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('empty.gif');
}   

/*--- CONTACT ---*/
#contact {
	background:
		url('contact.jpg')
		no-repeat bottom center fixed;		
	background-size: cover;
}

.social-cont {
	max-width: 400px;
}

a.btn-default {
	height: 44px;
	border-radius: 0;
	border: 0;
	width: 180px;
	text-align: left;
	margin: 0 5px 10px 0;
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
	transition: all .35s;
	padding: 0;
	line-height: 47px;
	overflow: hidden;
}

a.btn-default i {
	display: block;
	float: left;
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 24px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

a.btn-default span {
	position: relative;
	z-index: 1;
	padding-left: 30px;
}

a.btn-default:after {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .35s;
}

a.twitter-btn:after {
	background-color: #55ACEE;
}

a.github-btn:after {
	background-color: #171515;
}

a.linkedin-btn:after {
	background-color: #0077B5;
}

a.fcc-btn:after {
	background-color: #006400;
}

a.btn-default:hover, a.btn-default:focus {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

a.btn-default:hover:after {
	width: 100%;
}
