@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

main, header, nav, section, footer, aside, article, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

textarea {
  resize: vertical;
}

button {
  overflow: visible;
  text-transform: none;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

.hidden, [hidden] {
  display: none !important;
}

@media print {
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: "(" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.shadow-light {
  box-shadow: 0px 1px 3px 0px rgb(150, 150, 150);
}

.shadow-dark {
  box-shadow: 0 1px 3px 0px rgb(25, 25, 25);
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

html, body {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

p {
  font-family: "Merriweather", serif;
  line-height: 1.4;
  font-weight: 400;
}
p b, p strong {
  font-weight: 700;
}

.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: rgb(60, 76, 84);
  padding: 0;
  margin: 0;
}

header {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: rgb(29, 45, 59);
  overflow: hidden;
  z-index: 10;
  color: white;
}
header .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
header .modal.active {
  display: block;
}
header .title {
  font-weight: 800;
  padding-left: 2rem;
  padding-top: 1rem;
  z-index: 2;
}
header .title a {
  text-decoration: none;
  color: white;
}
header .navbtn {
  font-size: 2rem;
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 2;
  margin-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  header .navbtn {
    visibility: hidden;
  }
}
header nav {
  position: fixed;
  height: 100%;
  top: 90px;
  left: 0;
  width: 250px;
  transform: translateX(-250px);
  visibility: hidden;
  margin-top: 0px;
  transition: transform 250ms ease-in-out;
  background: linear-gradient(180deg, rgb(29, 45, 59) 0%, rgb(85, 104, 110) 100%);
  z-index: 2;
}
header nav.active {
  visibility: visible;
  transform: translateX(0);
}
header nav ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header nav ul li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav ul li span.subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
header nav ul li span.fa-brands {
  font-size: 14px;
}
header nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  header nav {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    visibility: visible;
    transform: translateX(0);
  }
  header nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header nav ul li.name {
    display: none;
    visibility: hidden;
  }
  header nav ul li {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
  }
  header nav ul li a {
    padding: 10px;
    display: block;
    background-color: rgb(85, 104, 110);
  }
  header nav ul li a:focus, header nav ul li a:hover {
    background-color: rgb(64, 65, 76);
  }
  header nav ul li a {
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  header {
    display: flex;
  }
}

.center {
  display: grid;
  place-items: center;
}

.gridrow {
  display: grid;
}
.gridrow.onecol {
  grid-template-columns: 1fr;
}
.gridrow.twocol {
  grid-template-columns: repeat(2, 1fr);
}
.gridrow.threecol {
  grid-template-columns: repeat(3, 1fr);
}
.gridrow .col {
  display: block;
  width: 100%;
  flex-flow: column wrap;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.row .col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.row .center {
  align-items: center;
  justify-content: center;
}

main {
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
main .col {
  padding: 20px;
  margin: 10px;
  color: white;
  background-color: rgb(29, 45, 59);
  background: url("/images/bgrd/texlt.png"), url("/images/bgrd/bg1.jpg");
}
main .col > div {
  border: 1px solid white;
}
main .col a {
  color: white;
}
main .col a.hover {
  color: rgba(125, 125, 125, 0.5);
}
main p {
  font-size: 0.9rem;
}
main .linkgridheader {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 1px;
}
main .linkgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  place-items: center;
}
main .linkgrid a {
  display: block;
  padding: 1px;
  border: 1px solid #ccc;
}
main .linkgrid a img {
  height: 75px;
  width: auto;
  margin: auto;
}

footer {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  place-items: flex-start;
  justify-content: space-between;
  background: linear-gradient(180deg, rgb(29, 45, 59) 0%, rgb(85, 104, 110) 100%);
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.75);
}
footer p {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.8rem;
}
footer a {
  color: white;
}
footer .copyright {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  color: white;
  font-weight: 800;
}

/* Special Pages */
body.staupebro {
  background-color: black;
}
body.staupebro .title {
  background: url("/images/music/CrowdShot.png");
  background-size: cover;
  background-position: left bottom;
  text-shadow: -1px -1px 2px blue, 1px 1px 2px blue, 1px -1px 2px blue, -1px 1px 2px blue;
}
body.staupebro main {
  background-color: rgb(29, 45, 59);
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
}
body.staupebro main .sbintro {
  color: white;
  background-color: rgb(29, 45, 59);
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.staupebro main .sbintro p {
  text-shadow: -1px -1px 2px black, 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black;
  padding: 10px;
}

.squash h2 {
  text-shadow: 1px 1px 1px black;
}
.squash {
  background-image: url("/images/home/gourds.png");
  background-size: auto;
}/*# sourceMappingURL=main.css.map */