p {
  font-size: 17px;
}

.container-fluid {
    background-color: #eaeaea;
}
.text-muted {
    color: #777;
    font-family: 'Sanchez', serif;
}
.navbar-toggle {
  background-color: #e8e8e8;
}

header .header-content {
  top: 20%;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vids{
  max-width: 100%;
  border-color: #999;
  border-width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h3.thumbnail {
	margin-top:0;
	background-color: #444444;
	color:#fff;
}

.box {
	padding:45px;
	background-color: #eaeaea;
}

.fit {
	width: 100%;
	margin-bottom: .6em;
}

.small {
	font-size: 1.7em;
	color: #941c00;
}

h3.small {
	font-size: .7em;
	line-height:.6em;
	border: none;
	background-color: none;
	margin-top: 12px;
}


