.ht_thumb {
    max-width: 64px;
}

* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

body {
/*    padding: 0 1rem;*/
    margin: auto;
    font-family: Arial, sans-serif; /*Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: .9rem;
    color: #333;
    font-weight: 400;
    box-sizing: border-box;
    background: url('../images/food-1932466_1920.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
}

#wrapper {
    /*background: rgba(0,0,0,.3);*/
    background: rgba(255, 255, 255,.7);
/*    background: rgba(128, 128, 128,.9);*/

    width: 100%;
    min-height: 1080px;
    margin: auto;
    padding: 0 3rem 0 3rem;
}


strong.title {
    display: block;
    background: #ddd;
}

.title {
    background: #ddd;
}

p { margin: 1rem 0; }

h1 { font-size: 2.0rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.1rem; }
h1, h2, h3 { font-weight: bold; display: block; color: #111; }
strong { font-weight: bold; }


.masthead h1,
.masthead h2,
.masthead h3,
.masthead h4 {
    margin: auto;
    width: 100%;
    text-align: center;
    color: #ccc;
}


.searchbox {
    text-align: center;
    width: 30rem;
    line-height: 2;
    font-size: 1.5rem;
    font-weight: bold;
    margin: auto;
}

.searchbox input::placeholder {
  color: #ddd;
}

.searchbox input {
    width: 100%;
    line-height: 2;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: .5rem;
    padding-right: .5rem;
}

.thumbs {
    width: 90%;
    margin: auto;
}

.thumbbox {
    display: inline-block;
    width: 20%;
    padding: 3px;
    vertical-align: top;
    margin-bottom: 1rem;
}

.thumbbox img.thumb {
    width: 100%;
    display: block;
}


.biglink {
    font-size: 1.1rem;
    font-weight: bold;
}

.smalllink {
    font-size: .7rem;
    font-weight: normal;
}


@media screen and (max-width: 720px) {
  .thumbbox {
    width: 50%;
  }
}