header {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header h1  {
  padding-top: 64px;
  max-width: 360px;
}
header .btn {
  background-color: #222;
}
header img {
  height: 72px;
}

.navbar {
  margin-bottom: 0px;
}

#qqq {
  padding-top: 10px;
}
#qqq .glyphicon {
  font-size: 48px;
  padding-top: 10px;
}

#testimonials {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 30px;
}
#testimonials q::before {
    content: open-quote;
    font-size: 1.5em;
    font-weight: 900;
}
#testimonials q::after {
    content: close-quote;
    font-size: 1.5em;
    font-weight: 900;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 460px) {
  header {
      background-image: url('../img/backgrounds/Cover_Photo_Man_920x540.jpg');
      min-height: 250px;
  }
}

@media (min-width: 560px) {
  header {
      min-height: 340px;
  }
}

@media (min-width: 780px) {
  header {
      min-height: 430px;
  }
  header h1  {
      max-width: 520px;
  }
}

@media (min-width: 1000px) {
  header {
      min-height: 600px;
  }
}

@media (min-width: 1400px) {
  header {
      min-height: 700px;
  }
}
