/*!
 * Start Bootstrap - One Page Wonder (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

header.masthead {
  background: url('../img/hero.jpg') no-repeat center center scroll;
  /* https://500px.com/photo/127740091/working-by-janet-kwan?ctx_page=1&from=gallery&galleryPath=26453881&user_id=13920033 */
  /* https://500px.com/photo/176244685/businessman-at-the-desk-office-gadgets-and-supplies-by-jozef-polc?ctx_page=1&from=gallery&galleryPath=26453881&user_id=13920033 */
  /* https://500px.com/photo/138437255/overhead-shot-of-coffee-and-eyeglasses-on-desk-by-easypx?ctx_page=1&from=search&ctx_q=working&ctx_type=market&ctx_sort=relevance */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header.masthead>.overlay {
  padding: 5rem 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  header.masthead>.overlay {
    padding: 10rem 0;
  }
}

h1.display-1 {
  font-family: 'Raleway', sans-serif;
}

h2.display-4 {
  font-family: 'Raleway', sans-serif;
}

/* https://brandcolors.net/b/emma */

.navbar-brand {
  font-family: 'Raleway', sans-serif;
}

.navbar-brand-bold {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}
