header {
  min-height: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc(10px + 30vmin);
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: black
}

.jumbotron{
  background: url('https://storage.googleapis.com/bucket-5d54285/image/header_backgroun_small_unsplash.jpg') no-repeat local 50%;
  
  
  background-size: cover;
  height: 60vh;
  /* transform: scale(1.3); */
}
/* .container{
  justify-content: end;
} */
/* .navbar-nav{
  justify-content: space-evenly;
} */
#navbarNav{
  justify-content: right;
}

/* body { 
align-items: center;
justify-content: center;
} */

.media{
  display: flex;
  /* justify-content: space-evenly; */
  width: 70vh;
}



.row{
  display: flex;
  /* align-items: center; */
  justify-content:space-evenly
}
/* .col{
  align-items: center;
  justify-content: center;
} */

a {
  color: #0d7219;
}
