html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

h3 {
    color: darkblue;
}

h4 {
    color: darkred;
}

h5 {
    color: navy;
}

p {
    font-size: 18px;
}

label.ShwHdLbl {
    /*display: block;*/
    /*margin-bottom: 15px;*/
    color: #ff0000;
    cursor: pointer;
    line-height: 40px;
    font-size: 24px;
    font-weight: bolder;
}

.ShHdNext {
    display: none;
}

    .ShHdNext + div {
        display: none;
        /*color: white;*/
        opacity: 0;
    }

    .ShHdNext:checked + div {
        display: grid;
        opacity: 1;
    }


.ImgSz32 {
    max-height: 32px;
    max-width: 32px;
}

.ImgSz96 {
    max-height: 96px;
    max-width: 96px;
}

.ImgSz128 {
    max-height: 128px;
    max-width: 128px;
}