div.jumbotron.hero-food {
  color:#fff;
  text-align:left;

  background:linear-gradient(rgba(41,32,32,.32), rgba(41,32,32,.50)), url('../../assets/img/elservice.jpg');

  background-size:cover;



  height: 85vh;
}

h1.hero-title, h2.hero-title, h3.hero-title {
  /*text-shadow:0 3px 3px rgba(0,0,0,0.4);*/
  color:#fff;
  padding-top: 20%;
}

h2 span {
    background-color: #00a16e;
    padding: 20px 20px 20px 20px;
    font-weight: 300;
}



p.hero-subtitle {
  max-width:600px;
  margin:25px auto;
  color:#fff;
}


@media (max-width:640px)
{

div.jumbotron.hero-food { height: 60vh;}

h2 span {
    background-color: transparent;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
}

.billede {
text-align: center;
}

}
