.video-container {
    width: 100%;
    margin-bottom: 20px;
}
video {
    width: 100%;
    height: auto;
    display: block;
}

.ui.nav.menu {
  height: fit-content;
  background-color: #65715300;
}

#footer {
  background-color: #657153;
}

#content {
  flex-grow: 1;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height:100vh;
  height:unset;
}

#content {
  margin-top: 1em;
  margin-bottom: 11em;
}

#top-logo {
  width: clamp(30px, 3vw, 60px) !important;
  border-radius: 4px 10px 4px;
  transition: 0.2s ease-in-out;
}

.date{
  color: rgb(101 113 83 / 94%);
}

.category{
  color: rgb(101 113 83 / 94%);
}

.grower:hover {
  transform: scale(1.1);
}

.mobile.expander { display: none; }

.hl {
  display: inline-block;
  position: relative;
  color: #657153;
}

strong {
  position: relative;
}

strong::before {
  /* Highlight color */
  background-color: #c6e9af;
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 110%;
  left: -5px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.hl::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #657153;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hl:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.ui.table > thead > tr > th {
  background-color: #85c2ff;
}

.ui[class*="column"].grid > .column:not(.row),
.ui[class*="column"].grid > .row > .column {
  align-items: center;
}

[class*="header"] input[type='checkbox'], [class*="header"] label {
    display: none;
}

[class*="header"] label {
    text-align: right;
    display: block;
    padding: 0.5em;
    line-height: 1.6em;
    align-self: center;
}

.menu {
  display: none;
}

.middle {
  flex: auto;
}

.superheader {
  position: sticky;
  top: 0px;
  position: -webkit-sticky;
  z-index: 2;
}
.ui.menu .item {
  height: inherit;
}

#navcontainer{

}

p:empty {
  display: none;
}

strong:empty {
  display: none;
}

.popup {
  z-index: 3;
}


@media screen and (min-width: 0) and (max-width: 400px) {
  #my-content { display: block; };  /* show it on small screens */
  body { height:unset; };
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content { display: none; }   /* hide it elsewhere */

}

@media only screen and (max-width: 767.98px) {
    .mobile.expander { display: block; }
    #togglemenu:not(.visible){
      display:none;
    }
    .ui.stackable.menu .item {
      width: inherit !important;
    }
}
