body {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
}

html { 
        background-color: #000;
  background: url(images/bbq-nz-bg-1400.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff  ;
}
img-device,
img.logo {
    max-width: 80%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, p {font-family:sans-serif;}
h1 {
    font-size: 2.5em;
}

h2 {
    margin-bottom: .5em;
}

div.bg-dark-trans {
      background: url(images/black-60-tile.png) ;
margin-left: auto;
    margin-right: auto;
    padding: 1em;
       max-width: 80% ;}


h2, p {
filter: drop-shadow(1px 1px 3px #000);
}

@media only screen and (min-width: 768px) {

h1 {
    font-size: 3.5em;
}
div.bg-dark-trans {
    max-width: 640px;}
    
}