/* -------------------------------- 
GENERAL STYLES
-------------------------------- */
body#port {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
#port .container-fluid {
	max-width: 1500px;
	margin: 0 auto;
}
#port .container-fluid.full {
	max-width: 100%;
	margin: 0 auto;
}

#port h1, h2, h3, h4 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
}
#port h2 {margin-bottom: 30px;}
#port .blue {color: #424585;}


/* -------------------------------- 
HEADER NAVIGATION
-------------------------------- */
#header .navbar {
	border-radius: 0px; 
	margin-bottom: 0px; 
}
#header .navbar-default {
	background: none;
	border: none;
	padding: 20px 0;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .navbar-toggle {
	background: none;
}
#header .navbar-default .navbar-nav>li>a {
	font-family: 'Merriweather', serif;
	color: #343838;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: .5px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .navbar-default .navbar-nav>li>a:hover {color:#3c40c6;}
#header a.navbar-brand {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #343838;
	font-size: 1
}
#header .navbar-default .navbar-toggle {
	color: #FFFFFF;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header .navbar-default.sticky {
	background:#ECf0f1;
}
#header .navbar-brand {padding: 0px 0px 0px 10px;}
.navbar-brand img { 
	width: 50px; 
	height: 50px; 
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-brand img:hover {opacity: .6;}


/* -------------------------------- 
HERO BANNER
-------------------------------- */
#port #hero-container {
	min-height: 50px;
	padding: 50px 0 60px 0;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
#hero-container h1{
	color: #343838;
	font-size: 50px;
	line-height: 70px;
	margin-top: 150px;
}
#hero-container i { font-style: normal; }
#hero-container p {
	color: #636e72; 
	font-size: 15px;
	margin-top: 80px;
}
#hero-container .glyphicon.glyphicon-chevron-down {color:#636e72; }
#hero-container .glyphicon.glyphicon-chevron-down:before {opacity: .5}


/* -------------------------------- 
LATEST WORK
-------------------------------- */
#port #work {
	background: #FFFFFF;
	/*padding: 0;*/
	padding: 15px 0px;
}
#work h2 { color: #3498db;}
#work .work-container {padding: 15px;}
#work .work-container a {text-decoration: none;}
#work .work-container .block {height: 500px; border-radius: 5px;}
#work .block #overlay {
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 200px;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 69, 133, 0.9);
    opacity: .0;
    border-radius: 5px;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
}
.block #overlay:hover {
	opacity: 1;
}
#work #overlay h3 {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	text-decoration: none;
}
#work #overlay p { color: #FFFFFF; font-weight: 400; }
#work .block:hover #overlay{
	opacity: 1;
}
#work .img-responsive {border-radius: 4px;}
.work-container .block.recgov {
	background: url('../images/recgov-thumb.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.recgov-app {
	background: url('../images/recgov_app-thumb.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.datalab {
	background: url('../images/datalab-thumb.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.arng {
	background: url('../images/arng-thumb.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.irs {
	background: url('../images/irs-thumb-min.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.cc {
	background: url('../images/cc-thumb2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing:border-box;
}
.work-container .block.inquisium {
	background: url('../images/inq-thumb3.jpg') no-repeat;
	background-position: left top;
	background-size: cover;
}
.work-container .block.cvt-mobile {
	background: url('../images/cvt-mobile-thumb.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
.work-container .block.kogiya {
	background: url('../images/kogiya-thumb3.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
.work-container .block.top-fifty {
	background: url('../images/top50-thumb2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}
.work-container .block.cvt-redesign {
	background: url('../images/cvt-redesign-thumb2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}


/* -------------------------------- 
ABOUT
-------------------------------- */
#about {
	min-height: 300px; 
	padding: 100px 0 150px 0;
}
#about h2 {color: #2c3e50;}
#about p {color: #636e72; font-size: 18px; line-height:3.2rem;}
a.btn {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 15px;
	background:#424585;
	padding:12px 32px;
	border-radius: 3px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
}
a.btn:hover {
	background: #161838;
	color: #FFFFFF;
}


/* -------------------------------- 
CONTACT
-------------------------------- */
#contact {
	min-height: 300px; 
	padding: 100px 0;
	background: #ECf0f1;
	display: block;
	clear: both;
	position: relative;
}
#contact h2 {color:#2c3e50;}
#contact p {color: #636e72; font-size: 20px; line-height:3.2rem;}


/* -------------------------------- 
FOOTER
-------------------------------- */
#footer {
	background:#172026;
	padding: 20px 0 10px 0;
}
#footer h4 {font-weight: 400; font-size: 14px; color: #FFFFFF;}


/* -------------------------------- 
WORK INNER PAGES
-------------------------------- */
#port.project-inner #hero-container {min-height: 360px;}
#port.project-inner #hero-container h1 {margin-top: 120px; margin-bottom: 20px;}
#port.project-inner #hero-container h3 { font-size: 22px;}
#port.project-inner #hero-container p {font-size: 18px; }
#port.project-inner #work {padding: 60px 0;}
#port.project-inner .description {margin-bottom: 50px;}
#port.project-inner .description h3 {line-height: 3.4rem;}
#port.project-inner .description p {font-size: 17px; line-height: 2.8rem; color: #6b7879;}
#port.project-inner .description a {
	font-size: 15px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
#port.project-inner .description a.btn { letter-spacing: .7px; }
#port.project-inner .description a.next-project {color:#424585;}
#port.project-inner .description a.next-project:hover {color: #161838;}


/*-- MAX WIDTH: 992PX --*/
@media (max-width: 992px) {
	.work-container .block.cc, .work-container .block.inquisium, .work-container .block.cvt-mobile, .work-container .block.kogiya, .work-container .block.top-fifty, .work-container .block.cvt-redesign {
		min-height: 400px;
	}
}
/*-- MAX WIDTH: 768PX --*/
@media (max-width: 768px) {
	#port .navbar {margin-top: 0px;}
	#port .navbar-default .navbar-nav>li>a {text-align: center;}
	#port .navbar-default .navbar-collapse {background-color: #2980b9; border: none;}
	#port #header .navbar-default.sticky {padding-bottom:0px;}
}
/*-- MAX WIDTH: 420PX --*/
@media (max-width: 420px) {
	#hero-container h1{
		font-size: 35px;
		line-height: 1.2em;
		margin-top: 150px;
	}
	#port #hero-container {
		min-height: 600px;
	}
}
