/*
	Theme Name: Kapalama Container Terminal
	Theme URI: http://kctinfo.com
	Description: KCT WordPress Theme
	Version: 2.0
	Author: Kiewit Corporate Communication Department
  	Author URI: http://www.kiewit.com/
	Tags: HTML5, CSS3, Bootstrap
*/
@import'./assets/css/style.css';


/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

HTML5 display-role reset for older browsers
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-weight: bold;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Base Styles */

html {
	font-size: 62.5%;
	box-sizing: border-box;
	overflow-x: hidden; }

body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	min-height: 100vh;
}

/* Bootstrap Styles */

.col-md-6 {
	padding: 0;
}

.navbar-default{
	background-color: transparent;
	border: none;
}

.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}

/*.navbar-default .navbar-nav>li>a {*/
/*	text-transform: uppercase;*/
/*	color: #548db0;*/
/*	font-weight: bold;*/
/*}*/

.navbar-nav {
	float: right;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ec983d;
}

.dropdown-menu {
	background: #548db0;
}

.dropdown-menu>li>a {
	color: #fff;
}

.dropdown-menu>li>a:hover {
	background: #6a9bb9;
	color: #fff;
}

/* Main Styles */

.splash {
	/*background: url("img/3d-rendering-filter.png") no-repeat;*/
	background-size: cover;
    background-position: top;
}

.splash-homepage-style {
	height: 600px;
	border-bottom-left-radius: 35%;
	border-bottom-right-radius: 35%;
}

.splash-container {
	height: 387px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}



.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	color: #666666;
}

.main-subheader {
	text-align: center;
}

.main-subheader--blue {
	color: #548db0;
}

.main-text-wrapper {
	margin-bottom: 25px;
}

.main-text-update {
	font-weight: bold;
	text-align: center;
}

.main-text-img {
	width: 100%;
	height: auto;
	margin: 15px 0 30px 0;
}

section#links {
	clear: both;
	top: -100px;
    position: relative;
	padding: 0;
}

@media screen and (min-width: 769px) {
	section#links {
		margin-bottom: -80px;
	}
}

.hide {
	display: none;
}

.quick-links i {
	color: #548db0;
	font-size: 128px;
	margin: 0 0 20px 0;
}



/*.quick-links a {*/
/*	clear: both;*/
/*	background: #ec983d;*/
/*	border-radius: 20px;*/
/*	color: #fff;*/
/*	width: 100%;*/
/*	display: inline-block;*/
/*	padding: 10px;*/
/*	font-size: 14px;*/
/*	-o-transition:color .1s ease-out, background 1s ease-in;*/
/*	-ms-transition:color .1s ease-out, background 1s ease-in;*/
/* 	-moz-transition:color .1s ease-out, background 1s ease-in;*/
/*	-webkit-transition:color .1s ease-out, background 1s ease-in;*/
/*	transition:color .1s ease-out, background 1s ease-in;*/
/*}*/

/*.quick-links a:hover {*/
/*	background: #C87419;*/
/*	text-decoration: none;*/
/*}*/

a:hover {

}

.homepage-container {
	margin-top: -50px;
}

.update-focus {
	background: #bdd7ee;
	text-align: center;
	padding: 15px;
	margin-top: 15px;
}

/* Subpage Styles */

/* Breadcrumbs Styles */

.menu-breadcrumbs {
	background: #548db0;
	padding: 15px 0;
	font-size: 1.4rem;
	color: #FF9B9D
}

.menu-breadcrumbs-text {
	color: #fff;
}

.menu-breadcrumbs-text:hover {
	color: #fff;
}

.menu-breadcrumbs-active {
	color: #ec983d;
}



/* Footer Styles */

.footer {
	background: #548db0;
	padding: 40px 0;
}

article p {
	padding: 0 !important;
	font-weight: normal;
}

article img {
	width: 100%;
}

.splash-header {
	font-size: 5.0rem;
	text-align: center;
}


/* Mobile */
@media (max-width: 768px) {
	.navbar-nav {
		float: none;
	}
	
	/*.splash-header {*/
	/*	font-size: 5.0rem;*/
	/*	text-align: center;*/
	/*}*/
	
	.splash-homepage-style {
		height: 400px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		
	}

	#links {
		display: none;
	}

	/*.columns .quick-links {*/
	/*	display: none;*/
	/*}*/
	
	.homepage-container {
		margin-top: 0;
	}
}