div.jumbotron.hero-food {
  color:#fff;
  
  margin:2%;
 /*  background-image: linear-gradient(-126deg, #00BC8E 0%, #2AA274 54%);
 background-image: linear-gradient(-126deg, #00B283 0%, #329966 54%);*/
  background:linear-gradient(rgba(41,32,32,.32), rgba(41,32,32,.50)), url('../../assets/img/TabletDrone.jpg'); 

  background-size:cover;

  font-size: 50px;

  height: 70vh;
}

.hero-title {
  padding-top:4%;
}

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

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;
}

}
