body {
  font-family: "Cotham Sans";
  font-weight:normal;
  font-size: 20.5px;
  color: #123425;
  line-height: 1.45;

  background-color: #c6d98c;
  background-image: url(/resources/imgs/wavy_bg.svg);
  background-repeat: repeat-x;
  background-position: center top;
}

p {

}

a, a:visited {
  text-decoration-style: wavy;
  color: #DB3A2E;
}

a:hover {
  color: #ED9121;
}

b {
  font-variant:unset;
  text-shadow: none;
}

ul {
  list-style-type: none;
  padding:0 2.5em;
}

ul li {
  padding-left:1em;
  margin-bottom:0.8em;
}

ul li::marker {
  content: "❍";
  font-weight: bold;
  font-size: 0.7em;
}

.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  & li {
    padding: 0;
    margin: 0;
    &::marker {
      content: none;
    }
  }
}

main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fill, 64px);
  gap: 20px;

  max-width: 1000px;
  margin: 1em auto 0;
  flex: 1;
}

article {
  grid-column-end: span 4;
}

.grid-container {
  display: grid;
  justify-items: stretch;
}

#hero {
  grid-template-columns: auto auto;
  gap: 16px;
  grid-column-end: span 4;
  align-items: center;
  justify-content: left;

  margin-bottom: 16px;

  & #mname img { width: 64px; }
  & #sitetitle h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#crumbs {
  width: 100%;
  margin-bottom: 2em;
}

.window {
  background-color: #FFF7E5;
  padding: 16px;
  border: 1px solid #123425;
  border-radius: 16px;
  filter: drop-shadow(4px 4px 0 #123425);
  & p {
    margin-left:16px;
  }
  & img {
    max-width:100%;
  }
  & h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.page {
  background-color: #FFF7E5;
  padding: 3.5em 3.5em 2em;
  & p { margin-left:0; }
  & h1, h2, h3, h4, h5 { margin-bottom: 1rem; }
}

.ubx {
  font-size: 16px;
  grid-column-end: span 2;
  border-spacing: 0;
  filter: drop-shadow(4px 4px 0 #123425);

  & tr:first-child td:first-child { border-top-left-radius: 10px; }
  & tr:first-child td:last-child { border-top-right-radius: 10px; }

  & tr:last-child td:first-child { border-bottom-left-radius: 10px; }
  & tr:last-child td:last-child { border-bottom-right-radius: 10px; }

  & td {
    height: 64px;
    vertical-align: center;
   }

  & .ubx-img {
    width: 64px;
    font-size: 2.25em;
    text-align: center;
    margin-bottom:0;
  }
  & .ubx-txt {
    padding-left:8px;
  }
}


.morelink {
  font-size: small;
  text-align: center;
  margin: 9px auto;
}

#bottom {
  bottom: 0;
  height:10vw;
  background-image: url("/resources/imgs/zinnias.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
#bottom img {
  width: 100%;
}

@media screen and (max-width: 540px) {
  #userboxes {
    flex-wrap: wrap;
  }
  .window {
    padding: 2em;
  }
}

@media screen and (max-width: 810px) {
  #hero {
    column-gap: 1em;
  }
}

@media screen and (max-width: 1000px) {
  body {
    background-size: auto 105px;
    bakcground-repeat: repeat-x;
  }

  #hero {
    margin-bottom: 1.5em;
  }
}
