/* CSS Document  */

body {
	font-family:sans-serif;
	color: #333333;
	
}
.my-navbar {
	margin-bottom: 0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
	border-radius: 0px;
	height:110px!important;
	background-color:#000;
	border: none;
    z-index:999;
	
}
.my-navbar-transparent {
	margin-bottom: 0px;
	background-color:transparent !important;
    border-color:transparent;
    background-image:none;
    box-shadow:none;  
	border-radius: 0px;
	height:110px!important;
	border: none;
	color: 00ffff;
    z-index:999;
}


.text-nav {
	color: #fdf058;
	a hover: #fff;
	float: left; 
	
}

/*---------JUMBOTRON 4---------*/

.my-jumbotron-4 {
	margin-top: -20px;
	background: url('/images/lights-bg.jpg') center top no-repeat;
	background-size: cover;
	height: 100%;
	color:#fff;
	margin-bottom: 60px;
	position:relative;
	z-index: 2;
	box-shadow: 0 8px 16px -6px black;

}
.my-jumbotron-4 h1 {
	padding-top: 35px;
	color: #fff; 
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}
.my-jumbotron-4 h2 {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-top: -10px;
	
}
.my-jumbotron-4 h3 {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}

.my-jumbotron-4 .logo {
	margin-top: 40px;
	max-width: 225px;
	border:none;
}


.page-footer-dark {
	text-align:center;
	background-color: #000;
	width: 100%;
	font-size: 11px;
	color: #fff;
	padding-top:25px;
	padding-bottom: 25px;

}
.page-footer-dark  a:link {
	color: #fff !important;
	text-decoration:none;
	}
	
.page-footer-dark  a:visited {
	color: #fff;
}

.page-footer-dark  a:hover {
	color: #009bb0;
	}
	
.page-footer-dark  a:active {
	color: #009bb0;
	}
	
.client {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-right: 50px;
}

.gradient-blue {
  background-image: linear-gradient(#01c9fb, #035485);
  min-height: 200px;
  margin-bottom: -50px;
}
