.background{
  background-image: url("img/sub_header_home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 400px;
  display: flex;
  align-items:center;
}

.navbar{
  margin: 10px;
  display:flex;
  flex-direction: row;
  justify-content: space-around;
}

.jumbotron{
  background-color: transparent;
  color: white;
}
