

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
/* Margin bottom by footer height */
	margin-bottom: 60px;
	font-family: 'Open Sans', sans-serif !important;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	/*   background-color: #f5f5f5; */
	background: linear-gradient(#ffffff, #f5f5f5);
	color: #fff;
	border-top: 1px solid #f5f5f5;
}

/* Bootstrap customizations */

a {
	color: #333333;
}


h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif !important;
}

h4, h5 {
	font-weight: 700;
}

.breadcrumb-item a {
	text-decoration: underline;
}

.bg-black {
	background-color: #000000!important;
}

.navbar-black .nav-item a {
	line-height: 68px;
	color: #9d9d9d;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

li.nav-item.active {
	background-color: #222222;
}

li.nav-item a:hover {
	background-color: #222222;
	color: #ffffff;
}

.navbar-toggler {
	padding: 5px !important;
	border: 1px solid #444;
	margin-right: 1em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Home page */
.overlay-container {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url('/img/ibeam-backdrop3.jpg');
/* 	background-size: cover; */
	background-position: 0px 0px;
	z-index: 99;
	-webkit-animation: backgroundScroll 15s linear alternate infinite;
/* 	-webkit-animation-fill-mode: forwards; */
	animation: backgroundScroll 15s linear alternate infinite;
/* 	animation-fill-mode: forwards; */
}

@keyframes backgroundScroll {
	0% {background-position: 0px 0px;}
	5% {background-position: 0px 0px;}	
	95% {background-position: -300px; 0px;}
	100% {background-position: -300px; 0px;}
}
@-webkit-keyframes backgroundScroll {
	0% {background-position: 0px 0px;}
	5% {background-position: 0px 0px;}
	95% {background-position: -300px; 0px;}
	100% {background-position: -300px; 0px;}
}


.overlay-screen {
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	border: 2px solid #ff0000;
	opacity: 0.7;
    filter: alpha(opacity=60);
	width: 650px;
	left: 50%;
	margin-left: -325px;
	top: 30px;
	height: 200px;
}

.overlay-text {
	position: absolute;
	z-index: 101;
	text-align: center;
	font-size: 2em;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	top: 30px;
	height: 200px;
}


.ibeam-red {
	color: #ff0000;
	font-family: Georgia, serif;
/* 	text-transform: lowercase; */
}

.ibeam-title {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 2.6em;
	margin-bottom: 10px;
}

.ibeam-box {
	text-align: center;
	border: 2px solid #C0D6E9;
	min-height: 210px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.ibeam-boxes div:first-child {
	margin-left: 100px;
}

.ibeam-box h1 {
	font-weight: 400;
	font-size: 1.1em;
	margin: 0px;
}

.ibeam-box h2 {
	font-weight: 400;
	font-size: 1em;
	margin: 0px;
}

a.link-black {
	color: #333333;
	text-decoration: underline;
}
a.link-black:hover {
	color: #555555;
}

#form-contact label {
	width: 100%;
}

#form-contact span.error {
	font-size: 0.8em;
	color: #ff0000;
	display: none;
}

#form-contact input.error {
	border-color: #ff0000;
}


/* Small */
@media only screen and (max-width : 991px) {

	.ibeam-boxes div {
		width: 30%;
	}
	.ibeam-boxes div:first-child {
		margin-left: 20px;
	}
}

/* Extra Small */
@media only screen and (max-width : 768px) {

	.ibeam-boxes div {
		width: 80%;
	}
	
	.ibeam-boxes div,
	.ibeam-boxes div:first-child {
		margin-left: 10%;
	}
	
	.overlay-container {
		position: relative;
		width: 100%;
		height: 300px;
		background-image: url('/img/ibeam-backdrop3.jpg');
		background-size: cover;
		-webkit-animation: backgroundScroll 20s linear alternate infinite;
/* 		-webkit-animation-fill-mode: forwards; */
		animation: backgroundScroll 20s linear alternate infinite;
/* 		animation-fill-mode: forwards; */
	}

	.overlay-screen {
		width: 300px;
		left: 50%;
		margin-left: -150px;
		top: 50px;
		height: 150px;
	}
	
	.overlay-text {
		font-size: 1.2em;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		top: 50px;
		height: 150px;
	}
}

.red {
	color: #FF0913;
}


.tn-about {
	float: left;
	margin-left: 20px;
	margin-bottom: 1em;
}

.text-lg {
	font-size: 1.2em;
}

.container-fluid .jumbotron {
	border-radius: 0px;
}
.jumbotron-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.jumbotron-about {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ), url(/img/jumbo-about.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.jumbotron-services {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/img/jumbo-services.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.jumbotron-work {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/img/jumbo-work.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.jumbotron-contact {
	background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/img/jumbo-contact.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* About */
.ibeam-cards .card {
	background-color: #f5f5f5;
	font-size: 0.95em;
}
.ibeam-cards img {
	object-fit: cover;
	object-position: 0 0;
	/* max-height: 275px; */
}


/* Work */
.work-card-container {
	background-color: #efefef;
	position: relative;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #000;
	overflow: hidden;
	cursor: pointer;
}

.work-card-detail {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
}

.work-card-title {
	background-color: #FF0913;
	height: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding: 2px;
	text-align: center;
}
.work-card-content {
	background-color: #fff;
	font-size: 0.9em;
	/* height: 500px; */
	padding: 0.5em;
	overflow: auto;
}




@media only screen and (min-width : 1200px) {
	.container-content {
		font-size: 1.5em;
		padding: 0 2em;
	}
	.container-content h5 {
		font-size: 1em;
	}
	.container-content .display-5 {
		font-size: 2.8em !important;
	}
	
	.ibeam-cards div.row > div {
		max-width: 400px;
	}
	
	.work-card-content {
		font-size: 1.2em;
		line-height: 1.2em;
	}
}