h1, h2, h3, h4, h5, .navbar-custom .navbar-brand, .navbar-custom .navbar-right {
    font-weight: 700;
}

p a.btn {
    text-decoration: none;
}

.bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 218px;
  z-index: -1;
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /* -webkit-filter: sepia(100%); */
  /* -webkit-filter: grayscale(50%); */
  /* -webkit-filter: brightness(0.7); */
  /* -moz-filter: blur(5px); */
  /* -o-filter: blur(5px); */
  /* -ms-filter: blur(5px); */
  /* filter: blur(5px); */
}

@media only screen and (min-width: 768px) {
    .bg-image:before {
        height: 390px;
    }
}
.bg-video-coaching:before {
  background-image: url('/images/video-coaching.jpg');
}
.bg-site:before {
  background-image: url('/images/site.jpg');
}
.bg-index:before {
  background-image: url('/images/index.jpg');
}
.bg-contact:before {
  background-image: url('/images/contact.jpg');
}
.bg-coolstuff:before {
  background-image: url('/images/coolstuff.jpg');
}

.embed-video {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.embed-video iframe, .embed-video object, .embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}