/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 50px;
  background: rgba(207, 234, 255, 1);
}


.contents {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 2px dashed #fff;
}

h1, h2, h3, h4, h5, h6,
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: rgb(120,25,68);
	font-weight: 200;
}

.bg-brand {
  background: rgb(120,25,68) !important;
}

.lead {
	color: rgb(120,25,68);
}

#footer {
	background: rgb(120,25,68) !important;
	border-bottom: none;
}

#footer .lead {
	color: #fff;
}

#footer a {
	color: #fff;
}

#hero-video {
	background: rgb(120,25,68) !important;
	width: 100%;
	height: 470px;
	text-align: center;
}

#hero-video a {
	display: inline-block;
	color: #fff;
	font-size: 60px;
	margin-top: 220px;
}

#hero-video a:hover {
	color: rgb(120,25,68);
}

  .videoWrapper {
		width: 90%;
		height: 90%;
		margin: 0 auto;
		position: relative;
  }
  .videoWrapper > .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }



