/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  /*padding: 154px 0 100px;*/
  padding-top: 64px ;
  overflow: hidden ;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

.headFoot-bg {
	background-color: #13334c ;
}

footer {
	color: white ;
}

footer a {
	color: #fd5f00 ;
}

.ccm-image-block {
	max-width: 100% ;
	height: auto ;
}

.headervid {
	position: absolute ;
	top: 0 ;
    width: 100%;
	z-index: -100 ;
}

.bg-white {
	background-color: white ;
}