@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:200,300,400,600,700');

html {
  position: relative;
  min-height: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;	
}

body {
	padding-bottom: 0;
	font-family: 'Ek Mukta', sans-serif;
	margin-bottom: 55px;
}

/*---------------Typography----------------*/

h2 {
	font-weight: 200;
	font-size: 5em;
	color: #ccc;
	text-transform: uppercase;
	margin-top: 0;
}

@media (max-width: 1200px) {
	h2 {
		font-size: 4em;
		padding-bottom: 15px;
	}
}

h3 {
	font-size: 1.7em;
	font-weight: 400;
	margin-bottom: 20px;
}


hr {
	border-color: #e3e1e1;
	width: 50%;
	margin-bottom: 50px;
}

p {
	line-height: 1.7em;	
	color: #666;
	font-size: 1.2em;
}

sup {
	font-size: 0.7em;
}

/*---------------Buttons----------------*/

.btn {
	background-color: #023358;
	opacity: 0.9;
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0.8em 1.1em;
	letter-spacing: 0.05em;
	border-radius: 0;
	border: 1px solid #d6ebfb;
}

.btn:hover, 
.btn:focus,
.btn:active {
	color: #ffb01e;
	background-color: #023358;
}

.btn-link {
	color: #185d85;
	padding-top: 0 !important;
}

.btn-link:hover,
.btn-link:active {
	color: #023358;
	text-decoration: none;
}

/*---------------Links----------------*/

a, a:link { 
	text-decoration: none;  
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


/*---------------Header----------------*/

/*Navigation*/

.navbar {
	background-color: #023358;	
	padding: 7px 0;
}

.navbar-fixed-top {
	border-bottom-color: #023358;	
}

.navbar-inverse .navbar-nav > li > a {
	color: #d6ebfb;	
	font-weight: 300;
	letter-spacing: 0.04em;
	font-size: 1.1em;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #ffb01e;
}

.navbar-inverse .navbar-collapse {
	border-color: #999;	
}

#navbar ul li#iamhere a,
#navbar ul li#iamhere a:link,
#navbar ul li#iamhere a:visited,
#navbar ul li#iamhere a:hover { color: #ffb01e; }

/* mobile menu*/

.navbar-inverse .navbar-toggle:hover {
	background-color: #185d85;
}


/*Jumbotron*/

.jumbotron {
	height: 500px;
	overflow: hidden;
	border-bottom: 4px solid #ffb01e;
	margin-bottom: 0;
}

#jumbotronInside {
	height: 200px;
	overflow: hidden;	
}

@media (max-width: 600px) {
	#jumbotronInside {
		height: 170px;
	}
}

.jumbotron img {
	height: auto;
	width: 100%;
	z-index: 0;
}

#jumbotron {
	position: relative;
}

#jumbotronContent {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 2em;
	font-weight: 200;
	letter-spacing: 0.05em;
	left: 50%;
	top: 235px; 
	margin-left: -289px;
}

.heroBullet {
	color: #ffb01e;
}

@media (max-width: 1200px) {
	#jumbotron {
		height: 400px;
	}
	#jumbotronContent {
		display: none;
	}
}

@media (max-width: 940px) {
	#jumbotron {
		height: 250px;
	}
}

@media (max-width: 600px) {
	#jumbotron {
		height: 170px;
	}
}

/*---------------Breadcrumbs----------------*/

.breadcrumb {
	background-color: #fff;
	padding-left: 0;
	margin: 0 0 5px 0;
}

#breadcrumb .col-md-12{
	padding-left: 0;
}

.breadcrumb a:link {
	color: #185d85;	
}

/*---------------Home Page About Section----------------*/

#aboutSection {
	margin: 5.5em 0;	
	padding: 0 1em;
}

/*---------------Home Page Projects Section----------------*/

#projectsSection {
	position: relative;
	margin-top: 30px;
	width: 100%;
	text-align: center;	
}

#projectsSection #projectsBtn {
	position: absolute;
	left: 50%;
	top: 50%; 
	transform: translate(-50%, -50%);
	z-index: 100;
}

#projectsSection h3 {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%; 
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 3em;
	font-weight: 200;
	/* text-transform: uppercase; */
	letter-spacing: 0.05em;
}

@media (max-width: 600px) {
	#projectsSection h3 {
		font-size: 1.5em;
	}
}

#portContent1, #portContent2, #portContent3, #portContent4,
#portContent5, #portContent6, #portContent7, #portContent8, 
#portContent9, #portContent10, #portContent11, #portContent12, 
#portContent13, #portContent14, #portContent15, #portContent16 {
	position: relative;
	width: 50%;
	height: auto;
	float: left;
	clear: right;
}

#portName1, #portName2, #portName3, #portName4,
#portName5, #portName6, #portName7, #portName8, 
#portName9, #portName10, #portName11, #portName12, 
#portName13, #portName14, #portName15, #portName16 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #185d85;
	z-index: 1;
	text-align: center;
	opacity: 0.95;
}

#portName2 { background-color: #200d67; }
#portName3 { background-color: #bc007c; }
#portName4 { background-color: #d01322; }
#portName5 { background-color: #6d8b00; }
#portName6 { background-color: #0190cc; }
#portName7 { background-color: #e4b36e; }
#portName8 { background-color: #d01322; }
#portName9 { background-color: #1764d4; }
#portName10 { background-color:#ffb01e; }
#portName11 { background-color:#2d3e50; }
#portName12 { background-color:#65acbe; }
#portName13 { background-color:#43cea2; }
#portName14 { background-color:#171c7f; }
#portName15 { background-color:#030736; }
#portName16 { background-color:#f0672f; }

/*--------------- Home Page Contact Section----------------*/

#contactSection {
	margin: 0;	
	padding: 3.2em 1em 2.8em;
	text-align: center;
	background-color: #023358;
	color: #fff;
}

@media (max-width: 560px) {
	#contactSection {
		padding: 2.5em 0 3em;
	}
}

#contactSection h2 {
	color: #fff;
	opacity: 0.3;
	text-align: center;
	display: inline-block;
	margin-right: 30px;
}

@media (max-width: 560px) {
	#contactSection h2 {
		margin: 0;
		font-size: 3.5em;
		display: block;
	}
}

#contactSection p {
	color: #fff;
}

#contactSection hr {
	border-color: #fff;
	opacity: 0.3;
}

#contactSection .btn {
	margin-top: -35px;
}

@media (max-width: 560px) {
	#contactSection .btn {
		margin-top: 0;
	}
}

/*---------------Footer----------------*/

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: #ededed;	
	padding: 15px 0 10px;
}

footer p {
	padding: 3px 0 0 0;
	font-size: 0.8em;
}

@media (max-width: 560px) {
	ul.nav.navbar-nav {
		margin-top: 0;
	}
}

/*---------------Page Content Section----------------*/

#pageContent {
	margin: 30px 0 0;
	padding: 0 0 30px 0;	
	text-align: center;
}

#pageContentBanners {
	margin: 30px 0 10px 0;
	padding: 0;	
	text-align: center;
}

#pageContentBanners hr {
	margin-bottom: 20px;
}

#pageContent h2 {
	font-size: 7em;
	opacity: 0.7;
	padding-left: 0;	
	text-align: center;
	z-index: 4;
}

@media (max-width: 500px) {
	#pageContent h2 {
		font-size: 6em;
	}
}

/*---------------Projects Page----------------*/

#projectsNav {
	padding: 10px 0;		
}

/*---------------Projects Individual Page----------------*/


#projectsIndividual .videoSp {
	padding-bottom: 60px;
}

#projectsIndividual {
	padding: 60px 0;
}

#projectsIndividual article {
	padding: 0 0 120px 0;
}

#projectsIndividual p {
	text-align: center;
}

#projectsIndividual h3 {
	color: #023358;
	font-size: 2.5em;
	margin: 0 0 50px 0;
	font-weight: 300;
	display: inline-block;
}

#projectsIndividual hr {
	width: 100%;
}

#projectsIndividual a {
	display: inline;
	float: right;
}

#projectsIndividual #projectsBtn {
	margin-bottom: 50px;

}

video {
	border: 1px solid #ccc;
	display: block;
	margin: 0 auto;
		
}

.bannerVideo {
    width: 296px;
    /*height: 248px;*/
    margin: auto; 
}

.projectDetail {
	color: #185d85;	
	font-size: 1em;
	display: inline;
	font-weight: 600;
	margin: 5px;
    text-align: center;
}

.projectText {
    margin-bottom: 30px;
    margin-top: 70px;
}

#pageContent .nextBtn {
	float: right;
}

#pageContent hr {
	margin-bottom: 30px;
	margin-top: 10px;
}

#pageContent .prevBtn {
	
	z-index: 99;
	position: relative;
	margin-top: 20px;
	width: 35px;
}

#pageContent .prevBtn a #backBtn {
	width: 35px;
}

#pageContent .nextBtn:hover, 
#pageContent .prevBtn:hover {
	opacity: 0.5;
}

.disabledBtn {
	opacity: 0.5;	
}

#gallery a {
	margin-right: 15px;
	cursor: pointer;
	color: #185d85;
	font-weight: 600;
}

#gallery a:hover {
	color: #ffb01e;
	text-decoration: none;
}

/*---------------Contact Page----------------*/

#contact {
	text-align: center;
	padding-bottom: 60px;	
}

#contact h3 {
	margin-top: 0;	
} 

#contactInfo {
	margin-top: 40px;
}

#contactInfo .contactDetailBtn:hover {
	opacity: 0.7;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#contactInfo p {
	margin: 10px;
}

#contactInfo img {
	width: 50px;
	height: auto;
	text-align: center;
}

.contactDetail {
	color: #ffb01e;	
	font-size: 1em;
	font-weight: 700;
}

@media (max-width: 560px) {
	.contactDetailBtn {
		margin-top: 30px;	
	}
}

/*---------------Error Page---------------*/

#errorPage {
	text-align: center;	
} 

/*---------------Hide images until scroll---------------*/

.hideme {
    opacity:0;
}
