
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
/**
header img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
**/

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}



@media (pointer: coarse) and (hover: none) {
  header {
    
  }
  header video {
    display: none;
  }
}

.bg-primary h2, .bg-primary p, .bg-primary a, .bg-primary h3 {
	color: #eee;
}

section#contact .text-center {
	margin-bottom: 30px;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea,section#contact .form-group select {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group select.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}



section#contact .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
/**
#page-top #mainNav {
	background: rgba(255,255,255,0.4);
}
**/
#page-top #mainNav .navbar-nav > li > a,#page-top #mainNav .navbar-nav > li > a:focus {
   // color: #222;
}
@media(max-width: 990px) {
		header img {
		max-width: 100%;
		height: auto;
	}
	#page-top header {
		min-height: 5rem;
		margin-top: 3em;
		height: auto;
		
	}
	.clients .mx-auto {
		margin-bottom: 1.5em;
	}
	video {
	height: auto;
    width: 100%;
	}
}
@media(max-width: 1150px) {

	video {
	height: auto;
    width: 100%;
	}
}

header {
	background: #fff !important;
	height: auto !important;
}
video {
	height: auto;
    width: 100%;
	}