.navbar {
  margin-bottom: 0px;
}

.navbar-inverse {
  border-radius: 0px;
}

/* Page headers */
.docs-header {
  position: relative;
  padding: 30px 0;
  margin-bottom: 40px;
  font-size: 20px;

  color: #bfede3;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(80,80,80,0.5);

  background-image: url("../images/pexels.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #aaaaaa;
  z-index: 0;
}

.docs-header::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: inherit;
  filter: blur(2px);
  z-index: -1;
}


.docs-header h1 {
  margin-top: 0;
  color: #eeeeee;
}
.docs-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}
.docs-header .container {
  position: relative;
}



@media (min-width: 768px) {
  .docs-header {
    padding-top: 540px;
    padding-bottom: 60px;
    font-size: 24px;
    text-align: left;
  }
  .docs-header h1 {
    font-size: 60px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .docs-header h1,
  .docs-header p {
    margin-right: 10px; /* not necessary */
  }
}


/* index */
section {
  margin-bottom: 70px;
}

main.container > section > h2{
  font-size: 3rem;
}

main.container > section > section > h3 {
  color: #595e69;
}

main.container > section > section > p {
  color: #787e8a;
}

@media (max-width:620px) {
  iframe#biteable {
    width: auto;
    height: auto;
  }
}

@media (min-width:620px) {
  iframe#biteable {
    width: 560px;
    height: 315px;
  }
}
