@charset "UTF-8";

/*Navigation*/
.navbar {
	padding: 15px;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler .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(256,256,256, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
	list-style-type: none;
}

.navbar-collapse .nav-link {
	text-decoration: none;
	text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 8px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 1.1rem;
}

.navbar-collapse .nav-item > .nav-link:hover, 
.navbar-collapse .nav-item > .nav-link:focus, 
.navbar-collapse .navbar-nav .active .nav-link{	
	color: #92D8F3 !important;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

@media screen and (min-width: 768px){

.navbar {
	padding: 20px;
}
	
.nav-item {
	padding: 10px;
}
}

@media screen and (min-width: 992px){

.navbar {
	padding: 25px 40px;
}
}

/*-----------------------------------------*/

/* Footer */
.footer {
	margin-top: 20px;
	justify-content: center;
	padding-top: 7px;
	height: 75px;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	letter-spacing: 1.5px;
}

.footer .copyright,
.footer .employeelogin > a{
	text-decoration: none;
	color: #ffffff !important;
}

.footer .employeelogin > a:hover,
.footer .employeelogin > a:focus {
	color: #92D8F3 !important;
	background-color: #323232 !important;
}

@media screen and (min-width: 768px){
.footer {
	height: 50px;
	padding: 15px 75px;
	margin-top: 50px;
}
	
.footer .copyright{ 
	float: left;
}
	
.footer .employeelogin {
	float: right;
}
}

/*-----------------------------------------*/

/* Image Grid & Project Gallery*/
.image-grid .img-button,
.project-gallery .img-button {
	cursor:pointer;
}

.grid-image,
.project-image {
	opacity: 1;
	width: 100%;
	transition: .5s ease;
	backface-visibility: hidden;
	padding-bottom: 15px;
}

.grid-image{
	height: 100%;
}

.project-image {
	height: 250px;
}

.image-grid .column-image .caption,
.project-gallery .caption {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #000000;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-transform: uppercase;
}

.image-grid .column-text .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-transform: uppercase;
	line-height: inherit;
	font-size: 1.5rem;
	vertical-align: middle;
}

.image-grid .column-image .caption {
	font-size: 1.5rem;
	letter-spacing: 3px;
	line-height: inherit;
	vertical-align: middle;
}

.project-gallery .caption {
	font-size: 1.2rem;
}

.column-image .img-button:hover .grid-image,
.img-button:hover .project-image {
	opacity: 0.1;
}

.image-grid .column-image .img-button:hover .caption,
.project-gallery .img-button:hover .caption {
	opacity: 1;
}

/*-----------------------------------------*/

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #FFFFFF;
}

/* Modal Content */
.modal-content  {
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}

.mySlides {
	display: none;
}

.project-gallery .mySlides .text {
    background-color: rgba(0, 0, 0, 1);
	margin: 0px;
    color: #FFFFFF;
	padding: 10px 20px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.project-gallery .mySlides .text > h1 {
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.project-gallery .mySlides .text > p {
	font-size: 1rem;
	line-height: 1.75rem;
}

.project-gallery .mySlides .img-fluid {
	margin-bottom: -4px;
	max-height: 500px;
	width: 100%;
}

.active {
	opacity: 1;
}

/* Buttons */
.close, 
.project-gallery .modal-content .prev, 
.project-gallery .modal-content .next {
	cursor: pointer;
	position: absolute;
	color: #92D8F3;
	font-weight: bold;
	opacity: 1;
}

.project-gallery .modal-content .close {
	padding: 8px 12px;
	top: 0;
	right: 0px;
	font-size: 35px;
}

.project-gallery .modal-content .prev,
.project-gallery .modal-content .next {
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.project-gallery .modal-content .close:hover, 
.project-gallery .modal-content .close:focus,
.project-gallery .modal-content .next:hover, 
.project-gallery .modal-content .next:focus,
.project-gallery .modal-content .prev:hover, 
.project-gallery .modal-content .prev:focus {
	color: #92D8F3;
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}

.project-gallery .modal-content .next {
	right: 0; 
	border-radius: 3px 0 0 3px;
}

@media screen and (min-width: 768px){
.project-gallery .mySlides .img-fluid {
	max-height: 600px;
}
}

@media screen and (min-width: 992px){
.image-grid,	
.project-gallery {
	padding: 0px 50px;
}

.image-grid .grid-image {
	max-height: 400px;
}

.project-gallery .mySlides .img-fluid {
	max-height: 700px;
}
	
.project-gallery .mySlides .text {
	position: absolute;
	bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px
}
}

/*-----------------------------------------*/

/*page-title*/
.page-title { 
	text-transform: uppercase;
	font-size: 2.15rem;
	font-family: "MetroDF";
	letter-spacing: 1.5px;
	padding-bottom: 15px;
}

/*-----------------------------------------*/
/*contact*/

.contact .col-md-6 {
	padding: 50px 30px;
	min-height: 300px;
}

@media screen and (min-width: 768px){
.contact {
	padding: 0px 35px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}	
	
.contact .col-md-6 {
	min-height: 500px;
}
}

@media screen and (min-width: 992px){
.contact {
	padding: 0px 80px;
}	
}

/*-----------------------------------------*/
/*about*/
.about .row .col-xl-6 > p {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	margin: 10px 10px;
}

.about .img-fluid {
	height: 250px;
}

@media screen and (min-width: 768px){
.about .row .col-xl-6 > p {
	margin: 10px 20px;
}	
}

@media screen and (min-width: 992px){
.about .img-fluid {
	height: 350px;
}
	
.about .row .col-xl-6 > p {
	margin: 10px 50px;
}
}

@media screen and (min-width: 1200px){
.about {
	padding-left: 80px;
	padding-right: 80px;
}
	
.about .row .col-xl-6 {
	padding: 0px;
	margin: 0px;
}	

.about .img-fluid {
	height: 350px;
}
	
.about .row .col-xl-6 > p {
	margin: 10px 10px;
}
}

/*-----------------------------------------*/
/*services*/
.service {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.service .title-block {
	min-height: 125px;
	font-size: 1.3rem;
	padding: 0px 10px;
}

.service p{
	padding: 0px 10px;
}

@media screen and (min-width: 992px){
.service {
	padding-left: 80px;
	padding-right: 80px;
}

.service .title-block {
	min-height: 200px;	
}	
}