/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

 body {
   font-family: Lato;
 }

header {
  padding: 154px 0 100px;
  background-color: black
  background-image: url("images/journey.png");
}

/* media query when the media is wider than 992px */
@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

.text-white {
  background: gray;
}

.container text-center {
  background: gray;
}

.card-img-top {
  max-width: 100%;
  height: auto;
}

section {
  padding: 80px 0;
}
/*a {
  color: orange;
}*/
