@font-face {
  font-family: Blacksword;
  src: url('../fonts/Blacksword.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --deep-purple: #300e41;
  --light-steel-blue: #8ea9be;
  --white: white;
  --midnight-blue: #17196c;
  --transparent: transparent;
  --black-4: black;
  --black-3: #210e00;
  --saddle-brown: #41281400;
  --slate-blue: #5f59de;
  --gold: #d5ce26;
  --white-smoke: #f1f2f4;
  --yellow: #efb526;
  --deep-purple-2: var(--mustard);
  --white-smoke-3: #eaeaea;
  --yellow-flower: #ffb107;
  --blue: #160ce7;
  --scarlet: #7f1523;
  --bass-yellow: #da964a;
  --dark-red: #7c0c1a;
  --peru: #c88b3d;
  --fff: #333;
  --firebrick: #b31921;
  --white-smoke-2: #f1f2f4;
  --mustard: #c28d09;
  --thistle: #d6b6df;
  --medium-blue: #351fa6;
  --dark-green: #242633;
  --black: #1d1b21;
  --black-2: #14201e;
  --dark-slate-grey: #375366;
  --dark-slate-grey-2: #2a3c48;
  --dark-slate-blue: #003f7d;
  --purple-24: #58097e;
  --turquoise: #6dd8fe;
  --bass-yellow-2: #e58c27;
  --blue-24: #15146a;
  --lavendar-24: #6a6994;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-fancy-nav-dt-2 {
  float: none;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 10fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  place-content: start;
  place-items: start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
}

.link-logo-timerwinds {
  z-index: 999;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.link-logo-timerwinds.w--current {
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timberwind-logo {
  float: left;
  clear: left;
  opacity: .9;
  color: #0000;
  text-align: left;
  object-position: 0% 0%;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 10px 400px 0 0;
  padding: 0;
  overflow: visible;
}

.timberwind-logo:hover {
  opacity: .9;
}

.body-timberwinds {
  background-color: var(--deep-purple);
}

.grid-timerwinds {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  opacity: 1;
  color: var(--light-steel-blue);
  text-align: center;
  object-fit: contain;
  background-color: #0000;
  border-top: 1px #b07d02f2;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  grid-auto-columns: minmax(auto, auto);
  grid-auto-flow: row dense;
  place-content: space-between;
  place-items: center start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.sect-2-big-pic-timberwinds {
  z-index: 444;
  background-color: #0000;
  background-image: url('../images/timberwinds6.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 620px;
  min-height: 620px;
  max-height: 620px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.timberwinds-bluegrass-logo-tab {
  width: Infinity% ;
}

.nav-tab-ph-timberwinds {
  z-index: 999;
  opacity: 1;
  color: #634b23;
  text-align: right;
  background-color: #110192;
  border-top: 0 #000;
  border-bottom: 1px #edecec;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 14px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container-timerwinds {
  float: right;
  clear: none;
  background-color: #110192;
  border-bottom: 1px solid #edecec;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sect-home-pic-words-timber {
  background-image: linear-gradient(to bottom, transparent, transparent), radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black-4));
  border: 10px #213c57;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 45px auto 20px;
  padding-top: 0;
  transition: all 1s;
  display: none;
  overflow: visible;
}

.grid-home-pic-text-timber {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 7.25fr;
  place-content: center;
  place-items: start center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  transition: all 1s;
  overflow: visible;
}

.homemobile {
  border-right: 20px none var(--saddle-brown);
  border-left: 20px none var(--saddle-brown);
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-bottom: 0;
  display: none;
}

.head-show-2 {
  z-index: 888;
  color: #ffffffe6;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #ffffff1a;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 20px auto 220px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.show-link {
  color: var(--slate-blue);
  text-shadow: none;
  text-decoration: none;
  transition: all .8s;
}

.show-link:hover {
  color: var(--gold);
  text-shadow: none;
}

.grid-foot-7-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: center start;
  place-items: center start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.text-foot-dt {
  color: var(--white-smoke);
  text-align: left;
  width: 65%;
  min-width: 65%;
  max-width: 65%;
  margin-bottom: 0;
  padding: 8px 0 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .8s;
}

.text-foot-dt:hover, .text-foot-dt:active {
  color: var(--white-smoke);
}

.bold-text-dt-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: all .8s;
}

.bold-text-dt-footer:hover {
  opacity: 1;
  color: var(--white);
  border: 1px #000;
}

.foot-dt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4fr .75fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.foot-dec-15 {
  background-color: #fff;
  background-image: url('../images/footer-novelli-guitars.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-nav-foot {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #d6b6df80 #d6b6df40 #d6b6df40 var(--saddle-brown);
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2.5fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.grid-nav-foot:hover, .grid-nav-foot:active {
  border-left-style: none;
}

.link-phone-dt {
  color: var(--white-smoke);
  text-decoration: none;
  transition: all .8s;
}

.link-phone-dt:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-phone-dt:active {
  color: var(--white-smoke);
}

.footer-tw {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent), var(--deep-purple)), url('../images/footer4.jpg');
  object-fit: fill;
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px #eaeaea40;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
}

.link-tw {
  color: #281b0d;
  letter-spacing: 0;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.link-tw:hover {
  color: #281b0da6;
  text-decoration: none;
}

.link-tw:active {
  color: #281b0d;
}

.link-footer-2 {
  color: #281b0d;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.link-footer-2:hover {
  color: #281b0da6;
  text-decoration: none;
}

.link-footer-2:active {
  color: #281b0d;
}

.head-home {
  border-bottom: 5px none var(--white);
  color: var(--yellow);
  letter-spacing: -1px;
  text-shadow: 2px 2px 1px var(--deep-purple-2);
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family: Handlee, sans-serif;
  font-size: 52px;
  line-height: 52px;
  position: absolute;
  inset: auto 0% 0%;
}

.show-link-2 {
  border-bottom: 1px none var(--white-smoke-3);
  opacity: 1;
  color: var(--slate-blue);
  text-shadow: none;
  font-weight: 600;
  text-decoration: none;
  transition: all .8s;
}

.show-link-2:hover {
  opacity: 1;
  color: var(--white);
  text-shadow: none;
}

.show-link-2:focus {
  color: var(--white);
}

.sect-foot-feb {
  display: none;
}

.footer-phone {
  color: #7e6c54;
  text-align: left;
  width: 50%;
  text-decoration: none;
  display: block;
}

.grid-foot-6-rows {
  display: none;
}

.text-foot-dt-right-2 {
  border: 1px #000;
  border-left: 1px solid #fff3;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.bold-text-dt-footer-2 {
  color: #ffffffb3;
  letter-spacing: 1px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.bold-text-dt-footer-2:hover {
  color: #ffffff80;
}

.link-foot-right-tab {
  color: #281b0d;
  letter-spacing: 0;
  font-family: Varela, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.link-foot-right-tab:hover {
  color: #281b0da6;
  text-decoration: none;
}

.link-foot-right-tab:active {
  color: #281b0d;
}

.home-paragraph-dt {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
  text-align: center;
  background-image: url('../images/bg-banjo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #fff3;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 60px 150px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px;
  transition: all 1s;
  position: relative;
}

.footer-right-top {
  text-align: left;
  border: 1px #000;
  border-left: 1px solid #eaeaea73;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-right-mid {
  text-align: left;
  border: 1px #000;
  border-left: 1px solid #eaeaea40;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-right-bot {
  text-align: left;
  border: 1px #000;
  border-left: 1px solid #eaeaea40;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.shows-left-pic {
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-email {
  color: var(--white-smoke);
  text-decoration: none;
  transition: all .8s;
}

.link-email:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-email:active, .link-email:focus, .link-email:visited {
  color: var(--white-smoke);
}

.b-t-1 {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  border-top: 1px #8ea9bed9;
  border-bottom: 1px #8ea9bed9;
  border-right: 1px #b07d02;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin: 10px 0 0 20px;
  padding: 6px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .9s;
  position: static;
}

.b-t-1:hover {
  opacity: .6;
  color: var(--light-steel-blue);
  margin-right: 0;
}

.b-t-1.w--current {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: right;
  background-color: #0000;
  border-bottom: 1px #b07d02cc;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.b-t-1.w--current:hover {
  opacity: .6;
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom-color: #b07d02cc;
}

.b-t-1.w--current:active {
  opacity: .6;
  color: var(--light-steel-blue);
  border-bottom-color: #b07d02cc;
}

.b-t-1.w--current:focus {
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom: 0 #000;
  border-right-style: none;
  border-right-width: 0;
}

.b-t-1.w--current:visited {
  opacity: .8;
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 35px;
}

.b-t-2 {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  border-top: 1px #8ea9bed9;
  border-bottom: 1px #8ea9bed9;
  border-right: 1px #b07d02;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin: 10px 0 0 20px;
  padding: 6px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .9s;
  position: static;
}

.b-t-2:hover {
  opacity: .6;
  color: var(--light-steel-blue);
  margin-right: 0;
}

.b-t-2.w--current {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: right;
  background-color: #0000;
  border-bottom: 1px #b07d02cc;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.b-t-2.w--current:hover {
  opacity: .6;
  color: #c0c0c080;
  background-color: #0000;
  border-bottom-color: #b07d02cc;
}

.b-t-2.w--current:active {
  opacity: .6;
  color: #c0c0c080;
  border-bottom-color: #b07d02cc;
}

.b-t-2.w--current:focus {
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom: 0 #000;
  border-right-style: none;
  border-right-width: 0;
}

.b-t-2.w--current:visited {
  opacity: .8;
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 35px;
}

.b-t-3 {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  border-top: 1px #8ea9bed9;
  border-bottom: 1px #8ea9bed9;
  border-right: 1px #b07d02;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin: 10px 10px 0 30px;
  padding: 6px 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .9s;
  position: static;
}

.b-t-3:hover {
  opacity: .6;
  color: var(--light-steel-blue);
  margin-right: 10px;
}

.b-t-3.w--current {
  opacity: .8;
  color: var(--light-steel-blue);
  text-align: right;
  background-color: #0000;
  border-bottom: 1px #b07d02cc;
  height: auto;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 5px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.b-t-3.w--current:hover {
  opacity: .6;
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom-color: #b07d02cc;
}

.b-t-3.w--current:active {
  opacity: .6;
  color: var(--light-steel-blue);
  border-bottom-color: #b07d02cc;
}

.b-t-3.w--current:focus {
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom: 0 #000;
  border-right-style: none;
  border-right-width: 0;
}

.b-t-3.w--current:visited {
  opacity: .8;
  color: var(--light-steel-blue);
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 10px;
}

.grid-2 {
  grid-template-columns: minmax(auto, auto) auto minmax(0%, 0%) auto;
  grid-template-areas: ". . Area";
  margin-left: 0;
  padding-left: 20px;
}

.link-block-logo-dt {
  z-index: 999;
  margin-top: 0;
  margin-left: 2px;
  margin-right: 0;
  position: relative;
}

.link-block-logo-dt.w--current {
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.logo-fancy-top-dt {
  z-index: 999;
  float: none;
  opacity: .85;
  object-fit: fill;
  background-color: #0000;
  border: 0 #000;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 2px 0 0 3px;
  padding-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.button-fancy-nav {
  opacity: 1;
  color: #f1f2f4d9;
  text-align: center;
  background-color: #0000;
  border-bottom: 0 #0000;
  border-right: 1px #b07d02;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 10px 0 3px;
  padding: 0 3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  transition: all .6s;
  position: static;
}

.button-fancy-nav:hover {
  color: #f1f2f499;
  border-bottom-style: none;
  min-height: auto;
  max-height: none;
  margin-right: 10px;
}

.button-fancy-nav.w--current {
  opacity: 1;
  color: #f1f2f480;
  background-color: #0000;
  border-bottom: 1px #0000;
  height: auto;
  margin-top: 0;
  margin-left: 3px;
  margin-right: 10px;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 15px;
  text-decoration: none;
}

.button-fancy-nav.w--current:hover {
  opacity: 1;
  color: #ffffff80;
  background-color: #0000;
  border-bottom-style: none;
  border-bottom-color: #0000;
  text-decoration: none;
}

.button-fancy-nav.w--current:active {
  opacity: 1;
  color: #ffffff80;
  border-bottom-style: none;
  border-bottom-color: #0000;
}

.button-fancy-nav.w--current:focus {
  color: #ffffff80;
  background-color: #0000;
  border-bottom: 1px #0000;
  border-right-style: none;
  border-right-width: 0;
}

.button-fancy-nav.w--current:focus-visible, .button-fancy-nav.w--current[data-wf-focus-visible] {
  border-bottom: 1px #0000;
}

.button-fancy-nav.w--current:visited {
  opacity: 1;
  color: #ffffff80;
  background-color: #0000;
  border-bottom: 1px #0000;
}

.nav-dt-twb {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px none var(--light-steel-blue);
  opacity: 1;
  background-color: #0000;
  grid-template-columns: 27fr 4.75fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.sect-shows-phone, .sect-shows-phone-pics, .grid-pic-show {
  display: none;
}

.gwg-shows-dt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 35px;
  display: grid;
}

.text-shows-dt {
  opacity: 1;
  color: var(--white);
  text-align: left;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.main-grid-shows-dt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-content: start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-bottom: 0;
}

.top-contact {
  z-index: 444;
  background-color: #0000;
  background-image: url('../images/contactl.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 620px;
  min-height: 620px;
  max-height: 620px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.sect-contact {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.main-grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  place-content: start;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto 60px;
  padding-bottom: 0;
}

.pic-contact {
  width: 87%;
  min-width: 87%;
  max-width: 87%;
  margin-left: 0;
  margin-right: auto;
}

.gwg-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
}

.link-e {
  opacity: 1;
  color: var(--yellow-flower);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .9s;
}

.link-e:hover {
  opacity: 1;
  color: var(--white);
}

.plink {
  opacity: 1;
  color: var(--white);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.sect-contact-phone, .grid-contact-phone {
  display: none;
}

.bold-highlight-dates {
  background-color: var(--slate-blue);
  opacity: 1;
  color: var(--white);
  padding-left: 3px;
  padding-right: 3px;
  line-height: 24px;
}

.link-block-logo-dt-2 {
  z-index: 999;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.link-block-logo-dt-2.w--current {
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-fancy-nav-2 {
  border-right: 1px #b07d02;
  border-bottom: 1px none var(--transparent);
  border-left: 1px solid var(--transparent);
  opacity: .65;
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 16px;
  padding: 10px;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .7s;
  position: static;
}

.button-fancy-nav-2:hover {
  opacity: .3;
  color: var(--white);
  text-shadow: none;
  border-bottom-style: none;
  margin-right: 16px;
}

.button-fancy-nav-2:focus {
  border-bottom-style: none;
}

.button-fancy-nav-2.w--current {
  border-bottom: 1px none var(--transparent);
  border-left: 1px solid var(--transparent);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  text-shadow: none;
  height: auto;
  margin: 0 16px;
  padding: 10px;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition-duration: .8s;
}

.button-fancy-nav-2.w--current:hover {
  border-left: 1px solid var(--transparent);
  border-bottom-color: var(--transparent);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--yellow-flower);
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button-fancy-nav-2.w--current:active {
  border-bottom-color: var(--transparent);
  opacity: 1;
  color: var(--yellow-flower);
}

.button-fancy-nav-2.w--current:focus {
  border-bottom: 1px none var(--transparent);
  background-color: var(--transparent);
  color: var(--yellow-flower);
  border-right-style: none;
  border-right-width: 0;
}

.button-fancy-nav-2.w--current:focus-visible, .button-fancy-nav-2.w--current[data-wf-focus-visible] {
  color: var(--yellow-flower);
}

.button-fancy-nav-2.w--current:visited {
  background-color: var(--transparent);
  opacity: 1;
  color: var(--yellow-flower);
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.grid-tw {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  border-top: 1px #b07d02f2;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: start center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 20px 150px 0;
  position: relative;
  inset: 0% 0% auto;
}

.timberwinds-logo {
  float: left;
  opacity: .95;
  object-position: 0% 0%;
  width: 480px;
  min-width: 480px;
  max-width: 480px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.timberwinds-logo:hover {
  opacity: .95;
}

.timberwinds-logo:focus-visible, .timberwinds-logo[data-wf-focus-visible] {
  width: 580px;
  min-width: auto;
  max-width: none;
}

.pl {
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.menu {
  float: none;
  clear: none;
  opacity: 1;
  color: #4c576d;
  text-align: right;
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

.gridhomem {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--deep-purple-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.pics-contact-m, .sect-pics-contact-m {
  display: none;
}

.link-cms {
  color: var(--white-smoke);
  text-decoration: none;
  transition: all .8s;
}

.link-cms:hover {
  color: var(--white-smoke);
  text-decoration: none;
}

.link-cms:active {
  color: var(--white-smoke);
}

.sect-mid {
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20px auto 60px;
}

.pic-home {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.show-date-only-top {
  opacity: .9;
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 20px;
}

.bold-years {
  opacity: 1;
  color: var(--yellow);
  letter-spacing: -1px;
  border-bottom: 1px #f1f2f440;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 30px;
}

.boldyearmobile {
  background-color: var(--slate-blue);
  opacity: 1;
  color: var(--white);
  padding-left: 6px;
  padding-right: 6px;
  line-height: 24px;
}

.sectshows {
  z-index: 444;
  background-color: #0000;
  background-image: url('../images/timberwinds2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 620px;
  min-height: 620px;
  max-height: 620px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.div-so-image-appears {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.contact-text {
  color: var(--white);
  text-align: left;
  border-bottom: 1px #17196c40;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 26px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
}

.bold-years-2 {
  opacity: 1;
  border-bottom: 1px solid #f1f2f440;
  font-size: 30px;
}

.text-previous-year {
  opacity: .9;
  color: var(--white);
  text-align: left;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.section-purple {
  text-align: center;
  background-image: url('../images/tennessee-guitar-sound-solo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px #ffffff80;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 260px;
  min-height: 260px;
  max-height: 260px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.home-button {
  opacity: .95;
  color: #2b1d14;
  text-align: center;
  background-color: #97763d;
  border-radius: 0 25px;
  width: 275px;
  min-width: 275px;
  max-width: 275px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 240px 0 0 70px;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .8s;
  display: none;
}

.home-button:hover {
  color: #2b1d14;
  background-color: #97763db8;
}

.view-guitars-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #1e1f33b3;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  margin-top: 98px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  transition: all .9s;
}

.view-guitars-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e1f33d9;
  border-style: solid;
  border-color: #e5e5e5;
}

.view-guitars-button:active {
  border-color: #e5e5e5;
}

.view-guitars-button:focus {
  opacity: 1;
  color: #fff;
  border-color: #e5e5e5;
}

.view-guitars-button:focus-visible, .view-guitars-button[data-wf-focus-visible] {
  border-color: #e5e5e5;
}

.view-guitars-button:visited {
  opacity: 1;
  border-color: #e5e5e5;
}

.sect-big-button {
  background-image: linear-gradient(180deg, var(--scarlet) 83%, var(--bass-yellow));
  text-align: center;
  border-bottom: 1px #ffffff80;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.view-shows {
  background-color: var(--scarlet);
  opacity: 1;
  color: #fff;
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 0;
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
  transition: all .9s;
}

.view-shows:hover {
  background-color: var(--scarlet);
  opacity: .8;
  color: #fff;
  border-style: none;
  border-color: #e5e5e5;
}

.view-shows:active {
  border-color: #e5e5e5;
}

.view-shows:focus {
  opacity: 1;
  color: #fff;
  border-color: #e5e5e5;
}

.view-shows:focus-visible, .view-shows[data-wf-focus-visible] {
  border-color: #e5e5e5;
}

.view-shows:visited {
  opacity: 1;
  border-color: #e5e5e5;
}

.view-shows-mobile {
  opacity: .95;
  color: #2b1d14;
  text-align: center;
  background-color: #97763d;
  border-radius: 0 25px;
  width: 275px;
  min-width: 275px;
  max-width: 275px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 240px 0 0 70px;
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .8s;
  display: none;
}

.view-shows-mobile:hover {
  color: #2b1d14;
  background-color: #97763db8;
}

.sect-top-home-rms {
  text-shadow: 1px 1px 6px #000;
  background-image: url('../images/rms-knoxville.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px #000;
  border-bottom: 2px solid #1c1c1c;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 680px;
  min-height: 680px;
  max-height: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.cursive-home3 {
  display: none;
}

.link-block-logo-tab-ph-uleft {
  width: 0%;
  display: none;
}

.logo-tab-ph-uleft {
  display: none;
}

.div-rarrow {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  color: #ffffeb;
  border-top: 1px #000;
  border-bottom: 10px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin: 600px 0 0 auto;
  padding-right: 8px;
  font-size: 26px;
  line-height: 16px;
  transition: all .8s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-rarrow:hover {
  opacity: .85;
}

.link-arrow-rms {
  z-index: 999;
  opacity: 1;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 20px;
  transition: all .8s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-arrow-rms:hover, .link-arrow-rms:active {
  opacity: 1;
}

.link-arrow-rms.w--current {
  opacity: .5;
  margin-right: 0;
  inset: 0% 0% auto auto;
}

.link-arrow-rms.w--current:hover {
  opacity: .3;
}

.rarrow {
  opacity: .5;
  width: 100.015%;
  min-width: 100.015%;
}

.rarrow:hover {
  opacity: .8;
}

.sect-top-home-tw {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 630px;
  min-height: 630px;
  max-height: 630px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.link-block-phone {
  width: 0%;
  display: none;
}

.logo-phone {
  display: none;
}

.arrow {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .5;
  color: var(--white);
  border-top: 1px #000;
  border-bottom: 10px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 200px 5px 0 auto;
  padding-right: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  transition: all .8s;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow:hover {
  opacity: .2;
}

.link-arrow {
  z-index: 999;
  opacity: 1;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 20px;
  transition: all .8s;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-arrow:hover, .link-arrow:active {
  opacity: 1;
}

.link-arrow.w--current {
  opacity: .5;
  margin-right: 0;
  inset: 0% 0% auto auto;
}

.link-arrow.w--current:hover {
  opacity: .3;
}

.red-arrow-pic {
  opacity: .5;
  width: 100.015%;
  min-width: 100.015%;
}

.red-arrow-pic:hover {
  opacity: .8;
}

.nav-bar-sect-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.x {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  border-top: 1px #b07d02f2;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  inset: 0% 0% auto;
}

.image-for-logo {
  opacity: 1;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin: 515px auto 0 600px;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.text-block {
  color: var(--light-steel-blue);
  text-align: center;
  margin-bottom: 60px;
}

.home-paragraph-dt-copy {
  background-color: var(--transparent);
  background-image: linear-gradient(13deg, var(--deep-purple-2), var(--transparent) 72%), url('../images/bg-banjo_1.jpg');
  opacity: 1;
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 2px 2px 1px var(--deep-purple-2);
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px #fff3;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 60px 180px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  transition: all 1s;
  position: relative;
}

.text {
  text-align: center;
  font-size: 35px;
}

.sect-text {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 56%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
  text-align: center;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px #ffffff80;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.text-24 {
  border-top: 3px none var(--yellow);
  border-bottom: 1px none var(--yellow);
  color: var(--white);
  letter-spacing: -1px;
  background-image: url('../images/bg-banjo_2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 80px;
}

.dt-buttons {
  border: 5px none var(--dark-red);
  background-color: var(--transparent);
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px var(--deep-purple-2);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/show1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 29px;
  transition: all .9s;
}

.dt-buttons:hover {
  background-color: var(--transparent);
  opacity: 1;
  color: #fff;
  letter-spacing: -2px;
  background-image: url('../images/show1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: #e5e5e5;
}

.dt-buttons:active {
  border-color: #e5e5e5;
}

.dt-buttons:focus {
  opacity: 1;
  color: #fff;
  border-color: #e5e5e5;
}

.dt-buttons:focus-visible, .dt-buttons[data-wf-focus-visible] {
  border-color: #e5e5e5;
}

.dt-buttons:visited {
  opacity: 1;
  border-color: #e5e5e5;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.stack-tw {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

.cell, .cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.cell3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dt-buttons-2 {
  border: 5px none var(--dark-red);
  background-color: var(--transparent);
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px var(--deep-purple-2);
  background-image: url('../images/shows3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 29px;
  transition: all .555s;
}

.dt-buttons-2:hover {
  background-color: var(--scarlet);
  opacity: 1;
  color: #fff;
  letter-spacing: -2px;
  border-style: none;
  border-color: #e5e5e5;
}

.dt-buttons-2:active {
  border-color: #e5e5e5;
}

.dt-buttons-2:focus {
  opacity: 1;
  color: #fff;
  border-color: #e5e5e5;
}

.dt-buttons-2:focus-visible, .dt-buttons-2[data-wf-focus-visible] {
  border-color: #e5e5e5;
}

.dt-buttons-2:visited {
  opacity: 1;
  border-color: #e5e5e5;
}

.dt-buttons-3 {
  border: 5px none var(--dark-red);
  background-color: var(--scarlet);
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 1px 1px 1px var(--deep-purple-2);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/show2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 29px;
  transition: all .555s;
}

.dt-buttons-3:hover {
  background-color: var(--scarlet);
  opacity: 1;
  color: #fff;
  letter-spacing: -2px;
  border-style: none;
  border-color: #e5e5e5;
}

.dt-buttons-3:active {
  border-color: #e5e5e5;
}

.dt-buttons-3:focus {
  opacity: 1;
  color: #fff;
  border-color: #e5e5e5;
}

.dt-buttons-3:focus-visible, .dt-buttons-3[data-wf-focus-visible] {
  border-color: #e5e5e5;
}

.dt-buttons-3:visited {
  opacity: 1;
  border-color: #e5e5e5;
}

.bold-bluegrass {
  font-weight: 400;
}

.bbg {
  color: var(--white);
  letter-spacing: 0;
  text-shadow: 1px 1px 1px var(--deep-purple-2);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 43px;
  font-weight: 400;
  line-height: 43px;
}

.qs-text-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 0;
}

.qs-3-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-4, .cell-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.cell-middle {
  justify-content: flex-start;
  align-items: center;
}

.cell-for-3-vert-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.stack-vert-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: center;
  padding: 20px 10px;
}

.link-block {
  background-image: url('../images/shows4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 265px;
  min-width: 265px;
  max-width: 265px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.text-block-2 {
  color: var(--white);
  letter-spacing: -1px;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin: 90px auto auto;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.button {
  margin-bottom: 0;
  position: relative;
  inset: auto auto 0% 0%;
}

.qs2buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.celll {
  background-color: var(--deep-purple-2);
}

.buttonl {
  background-color: var(--transparent);
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  transition: all .8s;
}

.buttonl:hover {
  opacity: .8;
}

.buttonr {
  background-color: var(--transparent);
  align-self: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  transition: all .8s;
}

.buttonr:hover {
  opacity: .8;
}

.cell1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.picdtbot {
  background-color: var(--deep-purple-2);
  border: 1px #000;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: Infinity% ;
}

.t {
  display: none;
}

.logo-tw {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-right: 0;
  display: block;
}

.arrow-link {
  color: var(--white);
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
}

.down-v {
  color: var(--white);
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.pic-logo {
  z-index: 999;
  color: var(--yellow-flower);
  text-align: center;
  width: 42%;
  min-width: 42%;
  max-width: 42%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
}

.cellm {
  background-color: var(--peru);
}

.buttonnm {
  background-color: var(--transparent);
  align-self: center;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  transition: all .8s;
}

.buttonnm:hover {
  opacity: .8;
}

.sect-pics-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qs6 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
}

.gridtop {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.head-view-shows {
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--yellow-flower);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: Handlee, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
  transition: all .9s;
}

.head-view-shows:hover {
  opacity: 1;
  color: var(--white);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
}

.head-view-shows:active {
  -webkit-text-stroke-color: var(--yellow);
}

.link-block-2 {
  text-decoration: none;
}

.link-to-show {
  border: 1px none var(--yellow);
  opacity: 1;
  letter-spacing: -1px;
  border-radius: 30px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Handlee, sans-serif;
  font-size: 45px;
  line-height: 45px;
  text-decoration: none;
}

.link-to-show:hover {
  opacity: 1;
}

.heading-2 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 240px;
}

.sect-top-home-quad, .div-4-pics {
  display: none;
}

._4-pics {
  background-color: var(--deep-purple-2);
}

.head-4-pics {
  z-index: 999;
  opacity: .95;
  color: #f1f2f4;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 5px 5px 5px #000;
  border-bottom: 1px #f1f2f480;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin: 0 auto 130px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.head-4-pics:hover {
  color: #f1f2f4;
}

.head-4-pics:active {
  opacity: .87;
}

.head-4-pics:focus {
  color: #f1f2f4;
  text-shadow: 4px 4px 5px #000000f2;
}

.tw-home-collage-phone {
  display: none;
}

.text-24-copy {
  border-top: 3px none var(--yellow);
  border-bottom: 1px none var(--yellow);
  color: var(--white);
  letter-spacing: -1px;
  background-image: url('../images/bg-banjo_2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.head-ph-n-home {
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 1px 1px var(--deep-purple-2);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}

.image {
  width: 100%;
  min-width: 100%;
}

.qshomedtpicandtext {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-top: 0;
  padding: 0;
}

.picstall {
  width: 100%;
  min-width: 100%;
}

.cell-left {
  justify-content: flex-start;
  align-items: center;
}

.text-right {
  border: 3px none var(--yellow-flower);
  box-shadow: none;
  color: var(--white);
  letter-spacing: -1px;
  background-image: url('../images/bg-banjo_2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  font-family: Handlee, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 75px;
  display: block;
}

.cell-right {
  justify-content: flex-start;
  align-items: center;
}

.qs-home-dt-3-side-pics {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cellone, .celltwo {
  justify-content: center;
  align-items: center;
}

.cellthree {
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.pic-left {
  width: 100%;
  min-width: 100%;
  padding: 10px 10px 0;
}

.logo-bottom {
  margin-top: 0;
  padding-top: 100px;
}

.t {
  margin-top: auto;
}

.text-block-3 {
  color: var(--white-smoke);
  text-align: center;
  font-size: 30px;
}

.div-block {
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-tw-home {
  border: 3px none var(--yellow-flower);
  box-shadow: none;
  color: var(--white);
  letter-spacing: -1px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  font-family: Handlee, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 75px;
  display: block;
}

.tw-logo-dt-below {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.cell-8 {
  padding-bottom: 20px;
}

.texttw24 {
  border: 3px none var(--yellow-flower);
  box-shadow: none;
  color: var(--white);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  overflow-wrap: anywhere;
  flex: none;
  order: 0;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  font-family: Handlee, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.cell-8-copy {
  padding-bottom: 20px;
}

.cell-for-heading {
  justify-content: center;
  align-items: center;
}

.cell-for-text2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.cell-for-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}

.cell-for-show-button {
  justify-content: center;
  align-items: center;
}

.heading-3 {
  opacity: 1;
  color: var(--white-smoke-2);
  letter-spacing: -2px;
  text-shadow: 0 1px 1px var(--deep-purple-2);
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto;
  font-family: Handlee, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.text-block-4 {
  color: var(--white);
}

.text-handlee {
  opacity: 1;
  color: var(--white);
  text-shadow: 1px 1px 1px var(--deep-purple-2);
  align-self: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Handlee, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 65px;
}

.lead-lbgaif {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 1px 1px var(--black-4);
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  font-family: Handlee, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.cell-pic-h {
  justify-content: center;
  align-items: center;
}

.qs3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px none var(--black-3);
  border-bottom: 1px solid var(--black-3);
  background-color: var(--deep-purple);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.sect-pics-mid {
  border-top: 0px none var(--peru);
  background-color: var(--deep-purple);
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.sect-pic-bottoms-row-1 {
  background-color: var(--deep-purple-2);
  border-bottom: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sect-pic-bottom-row-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qs-pics-bot-row1 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--black-3);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.qs-pic-bottom-row-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
}

.cell-pic-bot {
  border-top: 1px solid var(--black-3);
  background-color: var(--black-3);
}

.qs-mini-2-narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-3);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-5 {
  color: var(--white-smoke);
}

.pic-mini {
  border-bottom: 2px solid var(--black-3);
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.qs-single-tall-dt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.pic-tall-small {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cell-pic-holder-tall {
  border-top: 1px solid var(--black-3);
  background-color: var(--black-3);
}

.image-2 {
  flex: 3 0 auto;
  align-self: center;
}

.tall-pic {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pic-mini-bottom {
  border-bottom: 2px none var(--black-3);
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cell-bot-tall {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: flex-start;
  align-items: flex-start;
}

.qs-home-bot {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--deep-purple-2);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.qs-quad-home {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-self: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

._80-percent {
  align-self: center;
  width: 85%;
  min-width: 85px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.pic-small-dt {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._70-percent {
  align-self: flex-start;
  width: 70%;
  min-width: 70px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cell-9 {
  display: block;
}

._85-percent {
  align-self: center;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

._84-percent {
  align-self: flex-start;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.cell-10 {
  display: flex;
}

.brown {
  align-self: center;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.downhome {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.lolarik {
  align-self: flex-start;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.lola {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lolayellow {
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.signs {
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lolablack {
  flex: 0 auto;
  align-self: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.sect-home-bot-pic-middle {
  background-color: var(--black-3);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qs-pic-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--deep-purple);
  background-color: var(--deep-purple);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.qs-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.dhd {
  width: 105%;
  min-width: 105%;
  max-width: 105%;
  margin-left: auto;
  margin-right: auto;
}

.test-test {
  background-image: linear-gradient(to bottom, var(--transparent), var(--transparent));
  color: var(--white);
  text-align: center;
  width: 65%;
  min-width: 65%;
  max-width: 65%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.sect-home-pnn {
  border-right: 20px none var(--saddle-brown);
  border-left: 20px none var(--saddle-brown);
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-bottom: 0;
  display: none;
}

.grid-home-phn-5-pics {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--deep-purple-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.purple-wwcafe, .lola-sing, .hoop, .image-3 {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cell-11 {
  background-color: var(--deep-purple-2);
}

.yellow {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  width: 105%;
  min-width: 105%;
  max-width: 105%;
  margin-left: auto;
  margin-right: auto;
}

.purple-top {
  border-bottom: 5px solid var(--yellow);
  align-self: center;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.purple-bot {
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.purple-mid {
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.sect-home-phn {
  display: none;
}

.heading-6 {
  color: var(--white-smoke);
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pic-home-bot {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.sect-flower-phn, .sect-home-phn-sect-2 {
  display: none;
}

.div-flower {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: none;
}

.sect-pics-bot {
  border-bottom: 3px none var(--yellow);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.numbers {
  margin-top: -55px;
}

.n {
  color: var(--white);
  text-shadow: 2px 2px 2px var(--black-4);
  margin-top: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.sect-top-shows, .sect-top-shows-tw {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage-shows.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 630px;
  min-height: 630px;
  max-height: 630px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.sect-home-phn-copy {
  display: none;
}

.sect-t-shows {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/twtopshows2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sect-t-contact {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage-booking2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sect-t-photos {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 630px;
  min-height: 630px;
  max-height: 630px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.link {
  color: var(--light-steel-blue);
}

.link.w--current {
  color: var(--gold);
}

.section {
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
}

.s-test {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
}

.text-text {
  color: var(--light-steel-blue);
  text-align: center;
  margin-bottom: 60px;
}

.sect-tw-home {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/tw-top1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 610px;
  min-height: 610px;
  max-height: 610px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.logo-tw-non-home {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-right: 0;
  display: block;
}

.logo-non-dt {
  z-index: 999;
  color: var(--yellow-flower);
  width: 33%;
  min-width: 33%;
  max-width: 33%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: 50px;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.q3bot {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px none var(--black-3);
  border-bottom: 1px none var(--black-3);
  background-color: var(--deep-purple-2);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1px;
}

.h1 {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 0 1px 1px var(--midnight-blue);
  margin-top: 100px;
}

.picbotmid {
  background-color: var(--deep-purple-2);
  border-top: 1px #000;
  flex: 1;
  align-self: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-shows-dt-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.pic-shows-dt-left1 {
  width: 100%;
  min-width: 100%;
}

.sect-home-pn, .sect-shows-pn {
  display: none;
}

.video-1 {
  box-sizing: content-box;
  background-color: var(--deep-purple-2);
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.timberwinds1 {
  background-color: var(--deep-purple-2);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Handlee, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text-contact-dt {
  font-size: 18px;
  font-weight: 600;
}

.sect-contact-pn {
  display: none;
}

.sect-top-contact-phn {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage-shows_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 630px;
  min-height: 630px;
  max-height: 630px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sect-text-contact-dt {
  background-color: #0000;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.sect-text-contact-pn, .sect-2-pics-phone, .pics-contact-m-copy {
  display: none;
}

.grid-2-pics-contact-phone {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.sect-top-pics {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple-2);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage-contact.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 620px;
  min-height: 620px;
  max-height: 620px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sect-home-bot-pic-middle-2 {
  background-color: #210e00;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.purple-mid-2 {
  border: 5px solid var(--yellow-flower);
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.cell-12 {
  background-color: #2f0f40;
}

.sect-home-dt-5-pics {
  background-color: #210e00;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  padding-left: 0;
  font-family: Handlee, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.sect-text-home-pn {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 56%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
  text-align: center;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px #ffffff80;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.head-home-only {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -3px;
  -webkit-text-stroke-width: 1px;
  text-shadow: 1px 1px 1px var(--black-4);
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  font-family: Handlee, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.heading-9 {
  background-color: var(--deep-purple-2);
  opacity: .8;
  color: var(--white-smoke);
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-pn {
  font-size: 40px;
  line-height: 40px;
}

.sect-top-photo-area {
  border-style: none;
  border-width: 1px 5px 10px;
  border-color: var(--yellow) black var(--black-3);
  background-color: var(--deep-purple);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/timberwinds-collage-pics.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-bottom-left-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 540px;
  min-height: 540px;
  max-height: 540px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.sect-words-home-rms {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#591203, #000);
  border: 10px #213c57;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  transition: all 1s;
  display: block;
}

.ph-text-dt {
  opacity: .95;
  color: #edbe3bf2;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  display: none;
}

.curs-home {
  z-index: 400;
  opacity: .9;
  color: var(--yellow-flower);
  text-align: left;
  letter-spacing: -3px;
  text-shadow: 2px 2px 6px #000;
  border-bottom: 3px #591203;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto 10px;
  padding-top: 530px;
  padding-left: 35px;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  transition: all .22s;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.handpic {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 35px;
  margin-left: 20px;
}

.show-link-3 {
  opacity: 1;
  color: #5f59de;
  text-shadow: none;
  border-bottom: 1px #eaeaea;
  font-weight: 600;
  text-decoration: none;
  transition: all .8s;
  display: none;
}

.show-link-3:hover {
  opacity: 1;
  color: #fff;
  text-shadow: none;
}

.show-link-3:focus {
  color: #fff;
}

.home-paragraph-dt-2 {
  z-index: 500;
  opacity: 1;
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px #fff3;
  border-top: 5px dotted #e7ac08;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 35px 0 0 60px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  transition: all 1s;
  position: relative;
}

.link-shows {
  opacity: 1;
  color: #edbe3b;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all .9s;
  display: none;
}

.link-shows:hover {
  opacity: .7;
  color: var(--white);
}

.show-link-4 {
  color: #5f59de;
  text-shadow: none;
  text-decoration: none;
  transition: all .8s;
  display: none;
}

.show-link-4:hover {
  color: #d5ce26;
  text-shadow: none;
}

.grid-home-dt-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 11.25fr 21.5fr;
  place-content: start;
  place-items: start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  transition: all 1s;
}

.bold-home-rms {
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  font-size: 33px;
  font-weight: 400;
  line-height: 45px;
  transition: all .8s;
}

.bold-home-rms:hover {
  opacity: 1;
}

.sect-words-tw {
  border: 10px #213c57;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 40px auto 0;
  padding-top: 0;
  transition: all .8s;
  display: block;
}

.grid-home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 11.25fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: all 1s;
}

.dt-pic-near-words {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 0;
  margin-left: 0;
}

.home-text {
  z-index: 500;
  border-style: none;
  border-width: 3px 1px 1px;
  border-color: var(--yellow-flower) #fff3 #fff3;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 40%, var(--deep-purple-2));
  opacity: 1;
  color: #fff;
  text-align: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 25px 35px;
  font-family: Handlee, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  transition: all 1s;
  position: relative;
}

.experience-font {
  z-index: 400;
  opacity: .9;
  color: var(--yellow-flower);
  text-align: left;
  letter-spacing: -3px;
  text-shadow: 2px 2px 6px #000;
  border-bottom: 3px #591203;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto 10px;
  padding-top: 530px;
  padding-left: 35px;
  padding-right: 0;
  font-family: Blacksword, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  transition: all .22s;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.show-text-tw {
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 400;
  line-height: 45px;
  transition: all .8s;
}

.show-text-tw:hover {
  opacity: 1;
  color: var(--white);
}

.sect-banjo-dt-only {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 56%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
  text-align: center;
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px #ffffff80;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: none;
}

.quad-home-text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  margin-top: 0;
  padding: 0;
}

.sect-banjo {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banjo {
  background-image: url('../images/banjo-trans.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.qs-home-2-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 30px;
}

.button-2 {
  text-align: center;
}

.button-show {
  background-color: var(--transparent);
  color: var(--yellow-flower);
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Handlee, sans-serif;
  font-size: 32px;
  line-height: 32px;
  transition: all .8s;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.button-show:hover {
  color: var(--white);
}

.good-large-dark-pic {
  background-image: url('../images/bg-large-home.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  margin: 0 auto 1px;
  display: block;
}

.sect-view-show-button {
  border: 10px #213c57;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20px auto;
  padding-top: 0;
  transition: all .8s;
  display: block;
  position: relative;
}

.grid-large-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 11.25fr;
  place-content: center;
  place-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  transition: all 1s;
  position: relative;
  inset: 0% 0% auto;
}

.image-6, .pic-banjo {
  align-self: center;
}

.pic-bw {
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.cell-for-dt-text {
  justify-content: flex-start;
  align-items: flex-end;
}

.qs-for-dt-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--deep-purple);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--deep-purple), var(--transparent));
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}

.text-dt-only-home {
  border-top: 1px none var(--peru);
  border-bottom: 1px none var(--peru);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 1px var(--black-4);
  align-self: center;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0 10px;
  font-family: Handlee, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 44px;
}

.cellright {
  background-image: url('../images/bgflower.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 0;
}

.cellleft {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-7 {
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
}

.banjo2 {
  border-radius: 0;
  align-self: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.vus {
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .8s;
}

.vus:hover {
  color: var(--white);
}

.linkvus {
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.cellur {
  background-color: #2f0f40;
}

.head-show-dates {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  padding-left: 0;
  font-family: Handlee, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 20px;
}

.link-to-shows-on-pics {
  color: var(--yellow-flower);
  letter-spacing: -1px;
  font-size: 35px;
  line-height: 35px;
  text-decoration: none;
  transition: all .8s;
}

.link-to-shows-on-pics:hover {
  color: var(--white);
}

.text-temp-pics {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 30px auto 25px;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.d7 {
  background-image: url('../images/custom2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.sect-gallery-dt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin: 20px auto 60px;
  display: grid;
}

.t11 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 610px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.dt-tuner-2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 450px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.part {
  background-image: url('../images/part.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.d3 {
  background-image: url('../images/cust11.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dt-lavendar {
  background-image: url('../images/cust8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.t3 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 655px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: none;
  position: relative;
  inset: auto auto 0% 0%;
}

.t-1 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 630px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.d-1 {
  background-image: url('../images/novelli-guitars-customizations-neck.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.text-custom-blue-peavy {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 465px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.t17 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 675px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.gwg-2-customizations {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.dt-cb2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #0009;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 420px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.c21 {
  background-image: url('../images/stratacoustic.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.t14 {
  background-image: url('../images/cust14.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dfret {
  background-image: url('../images/fret.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.d11 {
  background-image: url('../images/custom1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dt-cg2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 483px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.dt-cb {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.t21 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 605px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.cust-blue-peavy {
  background-image: url('../images/refin-blue.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.desktop-lime2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #0009;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 452px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.part2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 284px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.t7 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 430px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.t16 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 540px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.d17 {
  background-image: url('../images/silver.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.t18 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 540px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.t-cust-pk {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 455px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.dt-tuner {
  background-image: url('../images/headstock2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.d18 {
  background-image: url('../images/refins-duo.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dt-lime {
  background-image: url('../images/customization-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.brown-2 {
  background-image: url('../images/brown.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dt-beer {
  background-image: url('../images/beer-holder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.tfret {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 490px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.t14b {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 450px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.dt-beer2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 460px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.gwg-1-customizations {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.dt-lavendar2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  margin-top: 350px;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.t19 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 620px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.gwg-3-customiz {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.d13 {
  background-image: url('../images/cust13.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.d16 {
  background-image: url('../images/cust16.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.t13 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 580px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.cust-pk {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.d19 {
  background-image: url('../images/cust19.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.dt-cg {
  background-image: url('../images/novelli-repair-yellow.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.brown2 {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 110%;
  height: auto;
  margin: 610px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  inset: auto auto 0% 0%;
}

.grid-gallery-dt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0 auto 10px;
  display: grid;
}

.sect-photo-gallery-dt {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.gwg1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  place-content: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.gwg2, .gwg3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.pic-gallery {
  background-image: url('../images/twpg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 150px;
  margin-top: 0;
}

.image-8 {
  width: 100%;
  min-width: 100%;
}

.gallery1 {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.gallery2, .gallery3, .gallery4 {
  width: 100%;
  min-width: 100%;
}

.link-to-shows-on-photos {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 20px auto 30px;
  font-family: Handlee, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.sect-pics-page-phn {
  color: var(--white);
  text-align: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  display: block;
}

.p1, .p2 {
  background-image: url('../images/twpg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-top: 0;
}

.brown2-2, .hiden-text {
  color: #f1f2f4;
  text-align: center;
  background-color: #00000080;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 100px auto 0;
  padding: 6px 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.pic1 {
  background-image: url('../images/twpg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.pic2 {
  background-image: url('../images/timberwinds21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.t1 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 145px;
}

.t2 {
  width: 100%;
  margin-top: 210px;
}

.sect-pics-pn {
  display: none;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
}

.p2-2 {
  z-index: 981;
  width: 100%;
  min-width: 100%;
  margin-right: -20px;
  position: relative;
}

.c1 {
  justify-content: center;
  align-items: center;
}

.p1-2 {
  z-index: 980;
  width: 100%;
  min-width: 100%;
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
}

.c2 {
  justify-content: center;
  align-items: center;
}

.qs-row1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.p4 {
  z-index: 983;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-right: 22px;
  position: relative;
}

.p3 {
  z-index: 982;
  width: 100%;
  min-width: 100%;
  margin-top: 25px;
  margin-right: 0;
  position: relative;
}

.c3 {
  justify-content: center;
  align-items: center;
}

.sect-home-pics {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top: 1px #2e358f;
  border-bottom: 3px #2e358f;
  border-right: 1px #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 55px auto 15px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.c4 {
  justify-content: center;
  align-items: center;
}

.p5 {
  z-index: 984;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
}

.c5 {
  justify-content: center;
  align-items: center;
}

.sect-gallery-pics-row-1 {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top: 1px #2e358f;
  border-bottom: 3px #2e358f;
  border-right: 1px #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 40px auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.p1-2-copy {
  z-index: 980;
  width: 100%;
  min-width: 100%;
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
}

.photo1 {
  z-index: 982;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 0;
  position: relative;
}

.photo2 {
  z-index: 981;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.photo3 {
  z-index: 982;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.photo4 {
  z-index: 983;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.text-photo-gallery {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.sect-contact-bot-pics {
  padding-bottom: 0;
}

.qs-contact-6-pics {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-bottom: 1px solid #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.pic-contact-6-pics {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.sect-gallery-pics-pn {
  display: none;
}

.text-temp-pics-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 30px auto 25px;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.text-pic-gal {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 75%;
  min-width: 75%;
  max-width: 75%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto 25px;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.sect-head-photos {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.head-gallery {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding-right: 0;
  font-family: Handlee, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 43px;
}

.sect-gallery-pics-row-2 {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top: 1px #2e358f;
  border-bottom: 3px #2e358f;
  border-right: 1px #000;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 30px auto 40px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.photo5 {
  z-index: 982;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 20px;
  position: relative;
}

.photo6 {
  z-index: 981;
  width: 135%;
  min-width: 135%;
  max-width: 135%;
  margin-top: 0;
  margin-right: -25px;
  position: relative;
}

.photo7 {
  z-index: 982;
  width: 85%;
  min-width: 85%;
  max-width: 85%;
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.photo8 {
  z-index: 983;
  width: 105%;
  min-width: 105%;
  max-width: 105%;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
}

.logo-home-dt-near-text {
  z-index: 999;
  flex: none;
  align-self: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin: 0 auto 5px;
  position: relative;
}

.sect-photos-logo {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
}

.pic-logo-gallery {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sect-gal-top-row-1 {
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top: 1px #2e358f;
  border-bottom: 3px #2e358f;
  border-right: 1px #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 40px auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.row1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-3 {
  padding: 0;
}

.qs---one {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.flex-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
}

.flex-block-2, .flex-block-3, .flex-block-4, .flex-block-5, .flex-block-6 {
  align-self: center;
}

.image-9 {
  align-self: center;
  width: 100%;
  min-width: 100%;
}

.flex-block-7, .flex-block-8, .flex-block-9 {
  align-self: center;
}

.flex {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 23px;
}

.picwide {
  border-right: 1px none var(--yellow-flower);
  border-bottom: 1px none var(--mustard);
  box-shadow: 4px 4px 8px 0 var(--black-4);
  border-left: 1px #000;
  border-radius: 0;
  align-self: center;
  width: 100%;
  min-width: 100%;
}

.gallery-single-column-pic-pn {
  display: none;
}

.qs---phonenarrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-l-pn, .cell-r-phn {
  justify-content: flex-start;
  align-items: center;
}

.pic-pn, .pic-ph {
  border-right: 1px none var(--yellow-flower);
  border-bottom: 1px none var(--mustard);
  box-shadow: 1px 1px 3px 0 var(--slate-blue);
  border-left: 1px #000;
  border-radius: 22px;
  align-self: center;
  width: 100%;
  min-width: 100%;
}

.flex-pn {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
}

.main-area-pics-pn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.heading-10 {
  display: none;
}

.sect-flower {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
}

.pic-flower {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ul {
  border-right: 1px none var(--yellow-flower);
  border-bottom: 1px none var(--mustard);
  box-shadow: 1px 1px 3px 0 var(--slate-blue);
  border-left: 1px #000;
  border-radius: 30px 0 0;
  align-self: center;
  width: 100%;
  min-width: 100%;
}

.ur {
  border-right: 1px none var(--yellow-flower);
  border-bottom: 1px none var(--mustard);
  box-shadow: 1px 1px 3px 0 var(--slate-blue);
  border-left: 1px #000;
  border-radius: 0 30px 0 0;
  align-self: center;
  width: 100%;
  min-width: 100%;
}

.year {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  padding-left: 0;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 20px;
}

.year-text {
  opacity: .9;
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 42px;
}

.show-2025 {
  opacity: .9;
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 20px;
}

.year-copy {
  border-bottom: 1px none var(--white-smoke-2);
  opacity: 1;
  color: var(--yellow-flower);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 40px auto 10px;
  padding-left: 0;
  font-family: Handlee, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 20px;
}

.show-2024 {
  opacity: .9;
  color: var(--white);
  text-align: left;
  letter-spacing: -1px;
  border-bottom: 1px #eaeaea33;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .grid-fancy-nav-dt-2 {
    display: none;
  }

  .timberwind-logo {
    opacity: .9;
    object-position: 0% 0%;
    padding-top: 0;
    padding-left: 0;
  }

  .timberwind-logo:hover {
    opacity: .9;
  }

  .body-timberwinds {
    background-color: var(--deep-purple);
    margin-left: auto;
    margin-right: auto;
  }

  .grid-timerwinds {
    display: none;
  }

  .sect-2-big-pic-timberwinds {
    background-image: url('../images/timberwinds6.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: 0;
  }

  .menu-button-tim {
    z-index: 999;
    color: #c36e0e;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    padding: 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-tim.w--open {
    background-color: #0000;
    font-size: 30px;
  }

  .icon-tw {
    z-index: 950;
    opacity: .9;
    color: var(--white);
    text-align: right;
    background-image: linear-gradient(#0000, #0000);
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .link-logo-tab {
    float: left;
    clear: left;
    text-align: left;
  }

  .link-logo-tab.w--current {
    width: 336px;
    min-width: 336px;
    max-width: 336px;
    margin-left: auto;
    margin-right: auto;
  }

  .timberwinds-bluegrass-logo-tab {
    opacity: .95;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 2px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .nav-tab-ph-timberwinds {
    box-shadow: none;
    color: #ffffff80;
    background-color: #0000;
    background-image: none;
    border-bottom-style: none;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-timerwinds {
    float: right;
    clear: right;
    background-color: #0000;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .container-timerwinds:hover {
    color: #f1e8dc;
  }

  .sect-home-pic-words-timber {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black-3));
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .grid-home-pic-text-timber {
    grid-column-gap: 0px;
    background-color: #0000;
    background-image: none;
    place-content: start;
    place-items: end center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    display: block;
  }

  .homemobile {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .head-show-2 {
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .show-link {
    color: var(--slate-blue);
  }

  .grid-foot-7-items {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 170px;
  }

  .text-foot-dt {
    color: var(--white);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-foot-dt:hover {
    color: var(--white);
  }

  .bold-text-dt-footer {
    color: var(--white);
    text-align: left;
    letter-spacing: 0;
    border-left: 1px #000;
    font-size: 16px;
    font-weight: 500;
  }

  .bold-text-dt-footer:hover {
    color: var(--white);
    border-left-width: 0;
  }

  .bold-text-dt-footer:focus {
    letter-spacing: 0;
    border-left-width: 0;
  }

  .foot-dt {
    grid-template-columns: 2fr .5fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .foot-dec-15 {
    background-image: url('../images/footer-novelli-guitars.jpg');
  }

  .grid-nav-foot {
    border-color: #d6b6df80 #d6b6df40 #d6b6df40 #ffffff4d;
    border-left-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .grid-nav-foot:hover {
    border-left-style: solid;
  }

  .link-phone-dt, .link-phone-dt:hover {
    color: var(--white);
  }

  .footer-tw {
    background-color: #0000;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 31%, var(--deep-purple)), url('../images/footer4.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-top-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .link-footer-2 {
    text-align: left;
  }

  .head-home {
    border-bottom-style: dotted;
    border-bottom-width: 5px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 40px;
  }

  .show-link-2 {
    color: var(--slate-blue);
    font-weight: 600;
  }

  .show-link-2:hover, .show-link-2:focus {
    color: var(--white);
  }

  .sect-foot-feb {
    display: none;
  }

  .footer-phone {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-foot-6-rows {
    display: none;
  }

  .text-foot-dt-right-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .home-paragraph-dt {
    opacity: 1;
    color: var(--white);
    text-align: center;
    background-color: #0000;
    border-style: none;
    border-color: #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 10px 25px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    display: block;
    position: relative;
  }

  .footer-right-top {
    border-left-style: none;
    border-left-color: #eaeaea40;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
  }

  .footer-right-top:focus {
    border-left-width: 0;
  }

  .footer-right-mid, .footer-right-bot {
    border-left-style: none;
    border-left-color: #eaeaea40;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
  }

  .shows-left-pic {
    margin-top: 40px;
  }

  .link-email, .link-email:hover, .link-email:focus {
    color: var(--white);
  }

  .nav-dt-twb, .sect-shows-phone, .sect-shows-phone-pics {
    display: none;
  }

  .gwg-shows-dt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-content: center;
    place-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 35px;
  }

  .text-shows-dt {
    opacity: 1;
    text-align: left;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 16px;
    line-height: 21px;
    display: block;
  }

  .main-grid-shows-dt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1.5fr;
    place-content: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5px;
    padding-bottom: 0;
  }

  .top-contact {
    background-image: url('../images/contactl.webp');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: 0;
  }

  .main-grid-contact {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1.25fr 1.75fr;
    width: 92%;
    min-width: 92%;
    max-width: 92%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .pic-contact {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }

  .gwg-contact {
    margin-top: 0;
    padding-left: 0;
  }

  .link-e {
    font-size: 17px;
    font-weight: 800;
  }

  .link-e:hover {
    opacity: 1;
    color: var(--yellow);
    -webkit-text-stroke-color: var(--yellow);
  }

  .plink {
    font-size: 40px;
  }

  .sect-contact-phone {
    display: none;
  }

  .bold-highlight-dates {
    background-color: var(--slate-blue);
    padding-left: 3px;
    padding-right: 3px;
    line-height: 20px;
  }

  .navbar {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .grid-tw {
    display: none;
  }

  .timberwinds-logo {
    opacity: .9;
    object-position: 0% 0%;
    padding-top: 0;
    padding-left: 0;
  }

  .timberwinds-logo:hover {
    opacity: .9;
  }

  .pl {
    font-size: 17px;
  }

  .special-nav-div {
    background-color: var(--deep-purple);
    opacity: .93;
    text-align: left;
    border-left: 2px #97763de6;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 20px 12px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
  }

  .special-nav-link {
    color: #fff9;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
  }

  .special-nav-link.w--current {
    color: var(--white);
    text-align: center;
    -webkit-text-stroke-color: var(--white);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .special-nav-link.w--current:hover {
    color: var(--white);
  }

  .menu {
    float: right;
    clear: none;
    opacity: 1;
    backface-visibility: visible;
    color: #0000;
    text-align: left;
    background-color: #0000;
    border-left: 1px #000;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: flex-end;
    width: 40%;
    min-width: 40%;
    max-width: 40%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 75px 0 0;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .gridhomem {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .sect-pics-contact-m {
    display: none;
  }

  .link-cms, .link-cms:hover {
    color: var(--white);
  }

  .sect-mid {
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .pic-home {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .show-date-only-top {
    opacity: 1;
    text-align: left;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .bold-years {
    color: var(--yellow);
    text-align: left;
    font-size: 36px;
  }

  .boldyearmobile {
    background-color: var(--slate-blue);
    padding-left: 6px;
    padding-right: 6px;
    line-height: 20px;
  }

  .sectshows {
    background-image: url('../images/timberwinds2.jpg');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: 0;
  }

  .contact-text {
    opacity: 1;
    color: var(--white);
    text-align: left;
    border-bottom: 1px #17196c80;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: block;
  }

  .text-previous-year {
    opacity: 1;
    text-align: center;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 17px;
    line-height: 22px;
    display: block;
  }

  .section-purple {
    background-image: url('../images/tn-guitarandsound-1.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .home-button {
    z-index: 900;
    float: right;
    clear: none;
    opacity: 1;
    color: #f8fff1;
    object-fit: fill;
    background-color: #d37b29;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    margin: 220px 20px 0 13px;
    padding-left: 13px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .home-button:hover {
    opacity: 1;
    color: #f8fff1;
    background-color: #d37b29;
  }

  .view-guitars-button {
    text-align: center;
    display: none;
  }

  .sect-big-button {
    background-image: linear-gradient(180deg, var(--black-3), var(--midnight-blue));
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .view-shows {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .view-shows-mobile {
    z-index: 900;
    float: right;
    clear: none;
    opacity: 1;
    color: #f8fff1;
    object-fit: fill;
    background-color: #d37b29;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    margin: 220px 20px 0 13px;
    padding-left: 13px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .view-shows-mobile:hover {
    opacity: 1;
    color: #f8fff1;
    background-color: #d37b29;
  }

  .sect-top-home-rms {
    background-image: url('../images/rms--band-knoxille-top-home-tab.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 490px;
    min-height: 490px;
    max-height: 490px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .cursive-home3 {
    color: #ffffeb;
    text-align: center;
    letter-spacing: -2px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-left: 60px;
    font-size: 40px;
    line-height: 43px;
    display: none;
  }

  .link-block-logo-tab-ph-uleft {
    z-index: 999;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .link-block-logo-tab-ph-uleft.w--current {
    z-index: 999;
  }

  .logo-tab-ph-uleft {
    z-index: 999;
    width: 21%;
    min-width: 21%;
    max-width: 21%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
  }

  .div-rarrow {
    background-image: none;
    height: 0;
    min-height: 0;
    max-height: 0;
    margin-top: 0;
    display: none;
  }

  .link-arrow-rms {
    display: none;
  }

  .sect-top-home-tw {
    z-index: 800;
    background-image: url('../images/timberwinds-collage.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 470px;
    min-height: 470px;
    max-height: 470px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .link-block-phone {
    z-index: 999;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .link-block-phone.w--current {
    z-index: 999;
  }

  .logo-phone {
    z-index: 999;
    width: 21%;
    min-width: 21%;
    max-width: 21%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
  }

  .arrow {
    background-image: none;
    height: 0;
    min-height: 0;
    max-height: 0;
    margin-top: 0;
    display: none;
  }

  .link-arrow, .nav-bar-sect-2, .x {
    display: none;
  }

  .text-block {
    text-align: center;
  }

  .home-paragraph-dt-copy {
    opacity: 1;
    color: var(--white);
    text-align: center;
    background-color: #0000;
    border-style: none;
    border-color: #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    padding: 10px 25px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    display: block;
    position: relative;
  }

  .sect-text {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent), var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
    display: block;
  }

  .text-24 {
    background-image: url('../images/bg-banjo_2.jpg');
  }

  .dt-buttons, .dt-buttons-2, .dt-buttons-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .cell-middle {
    justify-content: flex-start;
    align-items: center;
  }

  .picdtbot {
    background-color: var(--deep-purple);
  }

  .logo {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2px;
    padding-left: 2px;
  }

  .t {
    color: #fff;
    width: 70%;
    margin-top: 220px;
    margin-left: 40px;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .logo-tw {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .pic-logo {
    display: none;
  }

  .head-view-shows {
    color: var(--yellow-flower);
    font-size: 35px;
    line-height: 35px;
  }

  .head-view-shows:hover {
    color: var(--yellow-flower);
  }

  .link-to-show {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-2 {
    color: var(--firebrick);
    text-align: center;
    margin-top: 100px;
  }

  .head-4-pics {
    z-index: 888;
    opacity: .95;
    color: #f1f2f4;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 4px 4px 5px #000;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 130px;
    margin-left: auto;
    padding-top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    display: block;
  }

  .head-4-pics:hover, .head-4-pics:focus {
    color: #f1f2f4;
  }

  .text-24-copy {
    background-image: url('../images/bg-banjo_2.jpg');
  }

  .head-ph-n-home {
    font-size: 38px;
    line-height: 38px;
  }

  .qshomedtpicandtext {
    padding-right: 0;
  }

  .text-right {
    background-image: url('../images/bg-banjo_2.jpg');
    border-style: none;
  }

  .cell-right {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-bottom {
    width: 50%;
    min-width: 50%;
    max-width: 80%;
  }

  .text-block-3 {
    width: 65%;
    min-width: 65%;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .div-block {
    margin-top: 140px;
    display: block;
  }

  .text-tw-home {
    box-shadow: none;
    border-style: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .tw-logo-dt-below {
    width: 55%;
    min-width: 55%;
    max-width: 55%;
  }

  .texttw24 {
    box-shadow: none;
    border-style: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .cell-for-text2 {
    padding-bottom: 0;
  }

  .text-handlee {
    text-shadow: 1px 1px 1px var(--deep-purple);
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-bottom: 0;
    font-size: 28px;
  }

  .lead-lbgaif {
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .qs3 {
    padding-top: 0;
  }

  .sect-pics-mid {
    border-top-style: none;
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 15px;
  }

  .brown {
    width: 100%;
    min-width: 100px;
    max-width: 100%;
  }

  .downhome, .lolablack {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-5 {
    margin-bottom: 0;
  }

  .qs-pic-center {
    border-bottom-width: 1px;
  }

  .test-test {
    margin-bottom: 0;
  }

  .sect-home-pnn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-home-phn-5-pics {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .purple-top {
    border-bottom-style: none;
    border-bottom-width: 3px;
  }

  .purple-bot {
    border-top: 2px solid var(--transparent);
  }

  .purple-mid {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .pic-home-bot {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .sect-pics-bot {
    margin-top: 0;
  }

  .sect-top-shows, .sect-top-shows-tw {
    background-image: url('../images/timberwinds-collage-shows.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 470px;
    min-height: 470px;
    max-height: 470px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-t-shows {
    background-image: url('../images/twtopshows2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 450px;
    min-height: 450px;
    max-height: 450px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-t-contact {
    background-image: url('../images/timberwinds-collage-booking2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 430px;
    min-height: 430px;
    max-height: 430px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-t-photos {
    background-image: url('../images/timberwinds-collage.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 470px;
    min-height: 470px;
    max-height: 470px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .text-text {
    text-align: center;
  }

  .sect-tw-home {
    background-image: url('../images/tw-top1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 470px;
    min-height: 470px;
    max-height: 470px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .logo-tw-non-home {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .logo-non-dt {
    display: none;
  }

  .h1 {
    color: var(--firebrick);
    text-align: center;
    margin-top: 100px;
  }

  .grid-shows-dt-left {
    grid-template-areas: ".";
    place-items: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .video-1 {
    box-sizing: content-box;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .youtube1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .timberwinds1 {
    background-color: var(--deep-purple-2);
  }

  .text-block-6 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 400;
  }

  .bold-text-contact-dt {
    font-size: 17px;
  }

  .sect-top-contact-phn {
    background-image: url('../images/timberwinds-collage-shows_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 530px;
    min-height: 530px;
    max-height: 530px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-text-contact-dt {
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    margin-bottom: 60px;
  }

  .sect-text-contact-pn, .sect-2-pics-phone {
    display: none;
  }

  .grid-2-pics-contact-phone {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .sect-top-pics {
    background-image: url('../images/timberwinds-collage-contact.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 530px;
    min-height: 530px;
    max-height: 530px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .purple-mid-2 {
    border-style: none solid;
    border-right-width: 2px;
    border-right-color: var(--transparent);
    border-left-width: 2px;
    border-left-color: var(--transparent);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .heading {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-family: Handlee, sans-serif;
    font-size: 32px;
    line-height: 32px;
    display: inline;
  }

  .sect-text-home-pn {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 26%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
    display: block;
  }

  .head-home-only {
    letter-spacing: -2px;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 42px;
  }

  .sect-top-photo-area {
    background-image: url('../images/timberwinds-collage-pics.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom: 2px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-words-home-rms {
    background-image: radial-gradient(circle, #17196c, #210e00);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .curs-home {
    text-shadow: 2px 2px 6px #000;
    display: none;
  }

  .show-link-3 {
    color: #5f59de;
    font-weight: 600;
  }

  .show-link-3:hover, .show-link-3:focus {
    color: #fff;
  }

  .home-paragraph-dt-2 {
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-style: none;
    border-color: #000;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 20px;
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    display: block;
    position: relative;
  }

  .show-link-4 {
    color: #5f59de;
  }

  .grid-home-dt-2-column {
    grid-column-gap: 0px;
    background-color: #0000;
    background-image: none;
    place-content: start;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .sect-words-tw {
    background-image: radial-gradient(circle, #17196c, #210e00);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .grid-home {
    grid-column-gap: 0px;
    background-color: #0000;
    background-image: none;
    place-content: start;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .home-text {
    opacity: 1;
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-style: none;
    border-color: #000;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 20px;
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    display: block;
    position: relative;
  }

  .experience-font {
    text-shadow: 2px 2px 6px #000;
    display: none;
  }

  .sect-banjo-dt-only {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 26%, var(--deep-purple)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
    display: block;
  }

  .quad-home-text {
    padding-right: 0;
  }

  .sect-banjo, .banjo, .good-large-dark-pic {
    display: none;
  }

  .sect-view-show-button {
    background-image: radial-gradient(circle, #17196c, #210e00);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .grid-large-button {
    grid-column-gap: 0px;
    background-color: #0000;
    background-image: none;
    place-content: start;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .text-dt-only-home {
    text-shadow: 1px 1px 1px var(--deep-purple-2);
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    font-size: 28px;
  }

  .head-show-dates {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-family: Handlee, sans-serif;
    font-size: 32px;
    line-height: 32px;
    display: inline;
  }

  .link-to-shows-on-pics {
    font-size: 30px;
    line-height: 30px;
  }

  .text-temp-pics {
    letter-spacing: -1px;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
  }

  .d7 {
    height: auto;
  }

  .sect-gallery-dt {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .t11 {
    margin-top: 580px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .dt-tuner-2 {
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .part, .d3, .dt-lavendar {
    height: auto;
  }

  .t3 {
    margin-top: 320px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .t-1 {
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .d-1 {
    height: auto;
  }

  .text-custom-blue-peavy, .t17 {
    margin-top: 300px;
  }

  .dt-cb2 {
    margin-top: 320px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .c21, .t14, .dfret, .d11 {
    height: auto;
  }

  .dt-cg2 {
    margin-top: 300px;
  }

  .dt-cb {
    height: auto;
  }

  .t21 {
    margin-top: 300px;
  }

  .cust-blue-peavy {
    height: auto;
  }

  .desktop-lime2 {
    margin-top: 580px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .part2, .t7 {
    margin-top: 570px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .t16 {
    margin-top: 300px;
  }

  .d17 {
    height: auto;
  }

  .t18, .t-cust-pk {
    margin-top: 300px;
  }

  .dt-tuner, .d18, .dt-lime, .brown-2, .dt-beer {
    height: auto;
  }

  .tfret {
    margin-top: 300px;
  }

  .t14b {
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .dt-beer2 {
    margin-top: 570px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .dt-lavendar2 {
    margin-top: 300px;
  }

  .t19 {
    margin-top: 570px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .d13, .d16 {
    height: auto;
  }

  .t13 {
    margin-top: 570px;
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .cust-pk, .d19, .dt-cg {
    height: auto;
  }

  .brown2 {
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .grid-gallery-dt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .sect-photo-gallery-dt {
    margin-top: 0;
    display: block;
  }

  .pic-gallery {
    height: auto;
  }

  .link-to-shows-on-photos {
    letter-spacing: -1px;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .sect-pics-page-phn {
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    display: block;
  }

  .p1 {
    height: 150px;
  }

  .p2 {
    height: auto;
  }

  .brown2-2, .hiden-text {
    margin-bottom: 0;
    padding: 6px 3px;
  }

  .pic1 {
    height: auto;
  }

  .t1 {
    margin-top: 100px;
  }

  .t2 {
    margin-top: 150px;
  }

  .sect-home-pics {
    mix-blend-mode: normal;
    background-image: none;
    border-bottom-style: none;
    border-bottom-width: 3px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 15px;
  }

  .sect-gallery-pics-row-1 {
    mix-blend-mode: normal;
    background-image: none;
    border-bottom-style: none;
    border-bottom-width: 3px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 40px;
  }

  .photo4 {
    width: 105%;
    min-width: 105%;
    max-width: 150%;
  }

  .sect-contact-bot-pics {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .cell-13, .cell-6-pics-contact {
    justify-content: center;
    align-items: center;
  }

  .sect-gallery-pics-pn {
    display: none;
  }

  .text-temp-pics-copy, .text-pic-gal {
    letter-spacing: -1px;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
  }

  .sect-head-photos {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .head-gallery {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 37px;
  }

  .sect-gallery-pics-row-2 {
    mix-blend-mode: normal;
    background-image: none;
    border-bottom-style: none;
    border-bottom-width: 3px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 40px;
  }

  .photo8 {
    width: 105%;
    min-width: 105%;
    max-width: 150%;
  }

  .logo3 {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .sect-photos-logo {
    margin-top: -5px;
  }

  .sect-gal-top-row-1 {
    mix-blend-mode: normal;
    background-image: none;
    border-bottom-style: none;
    border-bottom-width: 3px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 40px;
  }

  .picwide {
    box-shadow: 3px 3px 6px 0 var(--black-4);
    border-radius: 0;
  }

  .top-top-gal-sect-pn, .sect-single-column-pn, .gallery-single-column-pic-pn {
    display: none;
  }

  .cell-r-phn {
    justify-content: flex-start;
    align-items: center;
  }

  .pic-pn, .pic-ph {
    border-radius: 17px;
  }

  .heading-10, .heading-11, .heading-12 {
    display: none;
  }

  .ul, .ur {
    box-shadow: 1px 1px 3px 0 var(--slate-blue);
    border-radius: 0;
  }

  .year {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-family: Handlee, sans-serif;
    font-size: 32px;
    line-height: 32px;
    display: inline;
  }

  .year-text {
    opacity: 1;
    text-align: left;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .show-2025 {
    opacity: 1;
    text-align: left;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .year-copy {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-family: Handlee, sans-serif;
    font-size: 32px;
    line-height: 32px;
    display: inline;
  }

  .show-2024 {
    opacity: 1;
    text-align: left;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .timberwind-logo {
    float: none;
    clear: none;
    opacity: 1;
    text-align: left;
    object-fit: fill;
    object-position: 0% 0%;
    width: 210px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .body-timberwinds {
    background-color: var(--deep-purple);
    margin-left: auto;
    margin-right: auto;
  }

  .sect-2-big-pic-timberwinds {
    background-image: url('../images/timberwinds6.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-top: 0;
    padding-top: 0;
  }

  .menu-button-tim {
    color: #c36e0e;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-tim.w--open {
    color: #fff;
  }

  .icon-tw {
    z-index: 950;
    opacity: .9;
    color: var(--white);
    background-color: #0000;
    background-image: none;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 65px;
    font-weight: 500;
    line-height: 65px;
    inset: 0% 0% auto auto;
  }

  .icon-tw:focus-visible, .icon-tw[data-wf-focus-visible] {
    font-size: 68px;
    line-height: 68px;
  }

  .link-logo-tab {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .link-logo-tab.w--current {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
    margin-left: auto;
    margin-right: auto;
  }

  .timberwinds-bluegrass-logo-tab {
    z-index: 999;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-left: 7px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .nav-tab-ph-timberwinds {
    z-index: 999;
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-timerwinds {
    float: right;
    clear: none;
    color: #212d38;
    background-color: #0000;
    width: 100%;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
    inset: 0% auto auto 0%;
  }

  .container-timerwinds:active {
    color: #f1e8dc;
  }

  .sect-home-pic-words-timber {
    background-color: #0000;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black-3));
    border-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-home-pic-text-timber {
    background-image: none;
    width: 93%;
    min-width: 93%;
    max-width: 93%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .homemobile {
    background-color: #0000;
    border-left-style: none;
    border-left-color: #0000;
    border-right-style: none;
    border-right-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
    display: none;
  }

  .head-show-2 {
    border: 1px #000;
    border-bottom-color: #00000080;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    display: inline;
  }

  .foot-dt {
    display: none;
  }

  .footer-tw {
    background-image: linear-gradient(180deg, var(--deep-purple), var(--transparent)), url('../images/footer4.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: none;
  }

  .head-home {
    color: var(--white);
    vertical-align: text-bottom;
    background-color: #0000;
    border: 1px #000;
    border-bottom-color: #eaeaea80;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    display: inline;
  }

  .show-link-2 {
    opacity: 1;
    color: var(--slate-blue);
    font-weight: 600;
    text-decoration: none;
  }

  .show-link-2:hover {
    opacity: 1;
    color: var(--slate-blue);
  }

  .show-link-2:focus {
    color: var(--slate-blue);
  }

  .show-link-2:focus-visible, .show-link-2[data-wf-focus-visible] {
    opacity: 1;
  }

  .sect-foot-feb {
    border-top: 1px none var(--saddle-brown);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 27%, var(--deep-purple)), url('../images/footer4.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 5px;
    display: block;
  }

  .grid-2-soc-icon-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #d6b6df40;
    border-left: 1px solid #eaeaea40;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-foot-feb {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    place-content: start;
    place-items: start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-phone {
    opacity: 1;
    color: var(--white);
    text-align: left;
    background-color: #0000;
    background-image: linear-gradient(#0000, #0000);
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 3px auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    display: block;
  }

  .grid-foot-6-rows {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    opacity: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0 4px 5px;
    display: grid;
  }

  .text-foot-dt-right-2 {
    border-left-style: none;
    border-left-color: #f1f2f44d;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    line-height: 16px;
  }

  .bold-text-dt-footer-2 {
    opacity: 1;
    color: var(--white);
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }

  .bold-text-dt-footer-2:hover {
    color: var(--white);
  }

  .home-paragraph-dt {
    color: var(--white);
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 16px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }

  .sect-shows-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    display: none;
  }

  .sect-shows-phone-pics {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 35px auto 1px;
    display: block;
  }

  .pic-shows-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-pic-show {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .gwg-shows-dt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #333;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    place-items: start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .text-shows-dt {
    color: var(--white);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    display: block;
  }

  .main-grid-shows-dt {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: grid;
  }

  .top-contact {
    background-image: url('../images/contactl.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-top: 0;
  }

  .sect-contact {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .main-grid-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.75fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    display: grid;
  }

  .pic-contact {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding-right: 0;
  }

  .gwg-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .link-e {
    color: var(--yellow-flower);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }

  .link-e:hover {
    opacity: 1;
    color: var(--yellow);
  }

  .link-e:active {
    opacity: 1;
  }

  .plink {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
  }

  .sect-contact-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-shows-phone2 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    border-bottom: 1px solid #eaeaea33;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .grid-contact-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 15px;
    display: grid;
  }

  .bold-highlight-dates {
    background-color: var(--slate-blue);
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
  }

  .navbar {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .timberwinds-logo {
    float: none;
    clear: none;
    opacity: 1;
    text-align: left;
    object-fit: fill;
    object-position: 0% 0%;
    width: 210px;
    min-width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .pl {
    font-size: 45px;
    line-height: 30px;
  }

  .clinkph {
    opacity: 1;
    color: var(--white);
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
  }

  .special-nav-div {
    background-color: var(--deep-purple);
    opacity: .93;
    color: #0000;
    text-align: left;
    border-left-color: #97763de6;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .special-nav-link.w--current {
    text-align: left;
  }

  .menu {
    z-index: 950;
    float: right;
    color: #0000;
    background-color: #0000;
    border-bottom: 1px #000;
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
  }

  .gridhomem {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .pics-contact-m {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .sect-pics-contact-m {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sect-mid {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-bottom: 0;
    display: block;
  }

  .ph-pn {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .copyright {
    color: var(--white);
    margin: 3px auto 3px 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
  }

  .pic-home {
    margin-left: 0;
    margin-right: 0;
  }

  .pic {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .show-date-only-top {
    color: var(--midnight-blue);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: block;
  }

  ._2023 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    border-bottom: 1px #eaeaea33;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .boldyearmobile {
    opacity: 1;
    color: var(--yellow);
    letter-spacing: -1px;
    background-color: #0000;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Handlee, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 32px;
  }

  .contact-text-3 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    border-bottom: 1px #17196c40;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
  }

  .sectshows {
    background-image: url('../images/tw-showdt.webp');
    background-position: 50% 0;
    background-size: cover;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-top: 0;
  }

  .contact-text {
    color: var(--white);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5px;
    padding-bottom: 0;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: block;
  }

  .text-previous-year {
    color: var(--midnight-blue);
    text-align: center;
    border-bottom: 1px solid #17196c40;
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    margin-top: 28px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: none;
  }

  ._2024 {
    opacity: 1;
    color: var(--white);
    text-align: center;
    border-bottom: 1px #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .section-purple {
    background-image: url('../images/tn-guitarandsound-1.jpg');
    background-position: 100%;
    background-attachment: scroll;
    border-bottom-style: none;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
    padding-top: 0;
    display: block;
  }

  .home-button {
    z-index: 900;
    float: right;
    background-color: #d37b29;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    margin-top: 150px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-button:hover {
    opacity: 1;
  }

  .view-guitars-button {
    display: none;
  }

  .sect-big-button {
    border-bottom-style: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    display: block;
  }

  .view-shows {
    margin-top: 0;
    display: block;
  }

  .view-shows-mobile {
    z-index: 900;
    float: right;
    background-color: #d37b29;
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    margin-top: 150px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .view-shows-mobile:hover {
    opacity: 1;
  }

  .sect-top-home-rms {
    background-image: url('../images/rms-home-phw.jpg');
    background-position: 50% 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 370px;
    min-height: 370px;
    max-height: 370px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cursive-home3 {
    text-align: center;
    letter-spacing: -1px;
    text-shadow: 1px 1px 6px #000;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 10px;
    font-size: 38px;
    line-height: 38px;
    display: none;
  }

  .link-block-logo-tab-ph-uleft {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
  }

  .link-block-logo-tab-ph-uleft.w--current {
    width: 22%;
    min-width: 22%;
    max-width: 22%;
  }

  .logo-tab-ph-uleft {
    z-index: 999;
    width: 23%;
    min-width: 23%;
    max-width: 23%;
    height: auto;
    position: fixed;
  }

  .div-rarrow {
    border-top-style: solid;
    height: auto;
    min-height: auto;
    display: none;
    position: static;
  }

  .link-arrow-rms {
    margin-top: 0;
    display: block;
  }

  .link-arrow-rms.w--current {
    opacity: .8;
    margin-top: 120px;
  }

  .link-arrow-rms.w--current:hover {
    opacity: .6;
  }

  .link-arrow-rms.w--current:active {
    opacity: .8;
  }

  .sect-top-home-tw {
    background-image: url('../images/timberwinds-collage.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 345px;
    min-height: 345px;
    max-height: 345px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-phone {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    height: 85px;
    min-height: 85px;
    max-height: 85px;
  }

  .link-block-phone.w--current {
    width: 22%;
    min-width: 22%;
    max-width: 22%;
  }

  .logo-phone {
    z-index: 999;
    width: 23%;
    min-width: 23%;
    max-width: 23%;
    height: auto;
    position: fixed;
  }

  .arrow {
    border-top-style: solid;
    height: auto;
    min-height: auto;
    display: none;
    position: static;
  }

  .link-arrow {
    margin-top: 0;
    display: block;
  }

  .link-arrow.w--current {
    opacity: .8;
    margin-top: 120px;
  }

  .link-arrow.w--current:hover {
    opacity: .6;
  }

  .link-arrow.w--current:active {
    opacity: .8;
  }

  .text-block {
    text-align: center;
  }

  .home-paragraph-dt-copy {
    color: var(--white);
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 16px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }

  .sect-text {
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--transparent) 28%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-24 {
    background-image: url('../images/bg-banjo_2.jpg');
  }

  .dt-buttons, .dt-buttons-2, .dt-buttons-3 {
    margin-top: 0;
    display: block;
  }

  .cell-middle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .logo {
    width: 256px;
    min-width: 256px;
    max-width: 256px;
    margin-top: 2px;
    margin-left: auto;
    padding-left: 5px;
  }

  .t {
    margin-top: 140px;
    display: block;
  }

  .logo-tw {
    height: auto;
    min-height: auto;
    inset: 0% auto auto 0%;
  }

  .head-view-shows {
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    font-size: 35px;
    line-height: 35px;
  }

  .head-view-shows:hover {
    color: var(--yellow);
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
  }

  .head-view-shows:active {
    color: var(--white);
  }

  .head-view-shows:focus-visible, .head-view-shows[data-wf-focus-visible] {
    letter-spacing: 0;
  }

  .link-to-show {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-2 {
    margin-top: 0;
  }

  .sect-top-home-quad, .div-4-pics {
    display: none;
  }

  .head-4-pics {
    opacity: .95;
    color: #f1f2f4;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 4px 4px 4px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 30px auto 90px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    display: block;
  }

  .head-4-pics:hover {
    opacity: .95;
    color: #f1f2f4;
  }

  .head-4-pics:active {
    color: #f1f2f4;
  }

  .head-4-pics:focus {
    color: #f1f2f4;
    text-align: center;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .tw-home-collage-phone {
    display: none;
  }

  .text-24-copy {
    background-image: url('../images/bg-banjo_2.jpg');
  }

  .head-ph-n-home {
    text-shadow: none;
    font-size: 28px;
    line-height: 28px;
  }

  .qshomedtpicandtext {
    margin-top: 0;
  }

  .cell-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-right {
    background-image: url('../images/bg-banjo_2.jpg');
  }

  .cell-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block {
    margin-top: 40px;
  }

  .text-tw-home {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 50px;
  }

  .tw-logo-dt-below {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .texttw24 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 50px;
  }

  .cell-for-text2, .cell-for-logo {
    padding-bottom: 0;
  }

  .text-handlee {
    text-shadow: 1px 1px 1px var(--deep-purple);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 45px;
  }

  .lead-lbgaif {
    color: var(--yellow);
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .sect-pics-mid {
    margin-top: 20px;
  }

  .sect-pic-bottoms-row-1 {
    background-color: var(--deep-purple-2);
  }

  .qs-home-bot {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: var(--deep-purple-2);
  }

  .qs-quad-home {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .brown, .downhome, .lolablack {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sect-home-bot-pic-middle {
    display: block;
  }

  .qs-pic-center {
    border-bottom-style: none;
    border-bottom-width: 1px;
  }

  .dhd {
    align-self: auto;
  }

  .test-test {
    width: 62%;
    min-width: 62%;
    max-width: 62%;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .sect-home-pnn {
    background-color: #0000;
    border-left-style: none;
    border-left-color: #0000;
    border-right-style: none;
    border-right-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
    display: none;
  }

  .grid-home-phn-5-pics {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .image-4 {
    width: 105%;
    min-width: 105%;
  }

  .purple-mid {
    border-bottom: 2px none var(--deep-purple-2);
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .sect-home-phn {
    display: none;
  }

  .pic-home-bot {
    margin-left: 0;
    margin-right: 0;
  }

  .sect-flower-phn, .sect-home-phn-sect-2 {
    display: none;
  }

  .sect-pics-bot {
    margin-top: 0;
  }

  .n {
    font-size: 15px;
  }

  .sect-top-shows, .sect-top-shows-tw {
    background-image: url('../images/timberwinds-collage-shows.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 345px;
    min-height: 345px;
    max-height: 345px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sect-home-phn-copy {
    display: none;
  }

  .sect-t-shows {
    background-image: url('../images/twtopshows2.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 340px;
    min-height: 340px;
    max-height: 340px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sect-t-contact {
    background-image: url('../images/timberwinds-collage-booking2.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sect-t-photos {
    background-image: url('../images/timberwinds-collage.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-text {
    text-align: center;
  }

  .sect-tw-home {
    background-image: url('../images/tw-top1.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-tw-non-home {
    height: auto;
    min-height: auto;
    inset: 0% auto auto 0%;
  }

  .h1 {
    margin-top: 140px;
  }

  .grid-shows-dt-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .sect-home-pn, .sect-shows-pn {
    display: none;
  }

  .video-1 {
    box-sizing: content-box;
  }

  .timberwinds1 {
    background-color: var(--deep-purple-2);
  }

  .text-block-6 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .sect-contact-pn {
    display: none;
  }

  .sect-top-contact-phn {
    background-image: url('../images/timberwinds-collage-shows_1.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sect-text-contact-dt {
    width: 93%;
    min-width: 93%;
    max-width: 93%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .sect-text-contact-pn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .sect-2-pics-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .pic-contact-phone {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .pics-contact-m-copy {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .grid-2-pics-contact-phone {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .sect-top-pics {
    background-image: url('../images/timberwinds-collage-contact.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 350px;
    min-height: 350px;
    max-height: 530px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sect-home-bot-pic-middle-2 {
    display: block;
  }

  .purple-mid-2 {
    border-top: 2px solid var(--transparent);
    border-bottom: 2px #2f0f40;
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .sect-home-dt-5-pics {
    display: block;
  }

  .heading {
    color: var(--yellow-flower);
    text-align: left;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Handlee, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .sect-text-home-pn {
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--transparent) 28%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .head-home-only {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 37px;
    line-height: 37px;
  }

  .bold-pn {
    font-size: 25px;
    line-height: 25px;
  }

  .text-shows-last {
    opacity: 1;
    color: var(--white);
    text-align: center;
    border-bottom: 1px solid #eaeaea33;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .sect-top-photo-area {
    background-color: var(--deep-purple);
    background-image: url('../images/timberwinds-collage-pics.jpg');
    background-position: 50%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sect-words-home-rms {
    background-color: #0000;
    background-image: radial-gradient(circle, #17196c, #210e00);
    border-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .show-link-3 {
    opacity: 1;
    color: #5f59de;
    font-weight: 600;
    text-decoration: none;
  }

  .show-link-3:hover {
    opacity: 1;
    color: #5f59de;
  }

  .show-link-3:focus {
    color: #5f59de;
  }

  .show-link-3:focus-visible, .show-link-3[data-wf-focus-visible] {
    opacity: 1;
  }

  .home-paragraph-dt-2 {
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 18px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }

  .link-shows {
    opacity: 1;
    height: auto;
    min-height: auto;
    max-height: none;
    line-height: 30px;
  }

  .grid-home-dt-2-column {
    background-image: none;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .sect-words-tw {
    background-color: #0000;
    background-image: radial-gradient(circle, #17196c, #210e00);
    border-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-home {
    background-image: none;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .home-text {
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 18px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }

  .sect-banjo-dt-only {
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--transparent) 28%, var(--deep-purple)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .quad-home-text {
    margin-top: 0;
  }

  .sect-view-show-button {
    background-color: #0000;
    background-image: radial-gradient(circle, #17196c, #210e00);
    border-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-large-button {
    background-image: none;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-dt-only-home {
    text-shadow: 1px 1px 1px var(--deep-purple-2);
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 45px;
  }

  .head-show-dates {
    color: var(--yellow-flower);
    text-align: left;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Handlee, sans-serif;
    font-size: 25px;
    line-height: 25px;
  }

  .link-to-shows-on-pics {
    font-size: 28px;
    line-height: 28px;
  }

  .link-to-shows-on-pics:hover {
    color: var(--yellow-flower);
  }

  .text-temp-pics {
    letter-spacing: -1px;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
  }

  .d7 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .sect-gallery-dt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 20px;
    display: none;
  }

  .t11 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 410px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .dt-tuner-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .part {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .d3 {
    background-image: url('../images/repair-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .dt-lavendar {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .t3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 230px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .t-1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .d-1 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .text-custom-blue-peavy, .t17 {
    margin-top: 250px;
    font-size: 13px;
  }

  .dt-cb2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 230px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .c21 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .t14 {
    background-image: url('../images/refin-lavendar.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .dfret, .d11 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .dt-cg2 {
    margin-top: 250px;
    font-size: 13px;
  }

  .dt-cb {
    background-image: url('../images/repair-2.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .t21 {
    margin-top: 250px;
    font-size: 13px;
  }

  .cust-blue-peavy {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .desktop-lime2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 410px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .part2, .t7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 470px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .t16 {
    margin-top: 250px;
    font-size: 13px;
  }

  .d17 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .t18, .t-cust-pk {
    margin-top: 250px;
    font-size: 13px;
  }

  .dt-tuner, .d18 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .dt-lime {
    background-image: none;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .brown-2, .dt-beer {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .tfret {
    margin-top: 250px;
    font-size: 13px;
  }

  .t14b {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .dt-beer2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 470px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .dt-lavendar2 {
    margin-top: 250px;
    font-size: 13px;
  }

  .t19 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 470px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .d13, .d16 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .t13 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 470px;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .cust-pk {
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .d19, .dt-cg {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    min-height: 400px;
    margin-top: 0;
  }

  .brown2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .grid-gallery-dt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }

  .sect-photo-gallery-dt {
    display: none;
  }

  .gwg1 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .pic-gallery {
    background-image: none;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .link-to-shows-on-photos {
    letter-spacing: -1px;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
  }

  .sect-pics-page-phn {
    color: var(--white);
    text-align: center;
    width: 75%;
    min-width: 75%;
    max-width: 75%;
    height: auto;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .p1, .p2 {
    background-image: url('../images/twpg1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 150px;
    min-height: 150px;
    margin-top: 0;
  }

  .brown2-2, .hiden-text {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 18px;
  }

  .pic1 {
    background-image: none;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .text-block-7 {
    margin-top: 40px;
  }

  .sect-pics-pn {
    display: none;
  }

  .sect-home-pics {
    border-bottom-style: none;
    border-bottom-width: 2px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 15px;
  }

  .sect-gallery-pics-row-1 {
    border-bottom-style: none;
    border-bottom-width: 2px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .text-photo-gallery {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .sect-contact-bot-pics {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .qs-contact-6-pics {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .pic-contact-6-pics {
    margin-left: auto;
    margin-right: auto;
  }

  .sect-gallery-pics-pn {
    display: none;
  }

  .text-temp-pics-copy, .text-pic-gal {
    letter-spacing: -1px;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
  }

  .sect-head-photos {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .head-gallery {
    margin-top: 35px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .sect-gallery-pics-row-2 {
    border-bottom-style: none;
    border-bottom-width: 2px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .logo3 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sect-photos-logo {
    width: 47%;
    min-width: 47%;
    max-width: 47%;
    margin-top: -5px;
  }

  .sect-gal-top-row-1 {
    border-bottom-style: none;
    border-bottom-width: 2px;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 35px;
    margin-bottom: 0;
  }

  .qs---one {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-top: 1px none var(--slate-blue);
    background-color: var(--transparent);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  .flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
  }

  .picwide {
    box-shadow: none;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .top-top-gal-sect-pn, .sect-single-column-pn, .gallery-single-column-pic-pn {
    display: none;
  }

  .qs---phonenarrow {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-top: 1px none var(--slate-blue);
    background-color: var(--transparent);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  .cell-l-pn, .cell-r-phn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .pic-pn, .pic-ph {
    box-shadow: none;
    border-bottom-style: none;
    border-radius: 0;
  }

  .flex-pn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
  }

  .main-area-pics-pn {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-top: 1px none var(--slate-blue);
    background-color: var(--transparent);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 22px;
  }

  .heading-10 {
    color: var(--white-smoke);
    text-align: center;
    display: none;
  }

  .heading-11, .heading-12 {
    display: none;
  }

  .sect-flower {
    width: 12%;
    min-width: 12%;
    max-width: 12%;
    margin-top: 10px;
  }

  .ul {
    box-shadow: none;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .ur {
    box-shadow: none;
    border-bottom-style: none;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 10px;
  }

  .year {
    color: var(--yellow-flower);
    text-align: left;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Handlee, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .year-text {
    color: var(--midnight-blue);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    display: block;
  }

  .show-2025 {
    color: var(--midnight-blue);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    display: block;
  }

  .year-copy {
    color: var(--yellow-flower);
    text-align: left;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Handlee, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .show-2024 {
    color: var(--midnight-blue);
    text-align: left;
    border-bottom: 1px solid #17196c40;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .timberwind-logo {
    z-index: 555;
    float: left;
    opacity: .9;
    object-fit: fill;
    object-position: 0% 0%;
    width: 210px;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .body-timberwinds {
    background-color: var(--deep-purple);
    margin-left: auto;
    margin-right: auto;
  }

  .sect-2-big-pic-timberwinds {
    background-image: url('../images/timberwinds-home.jpg');
    background-position: 100% 0;
    background-size: cover;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-button-tim {
    color: #c36e0e;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    inset: 0% 0% auto auto;
  }

  .menu-button-tim.w--open {
    background-color: #0000;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .icon-tw {
    z-index: 950;
    float: right;
    opacity: .9;
    color: var(--white);
    text-align: right;
    background-color: #0000;
    background-image: none;
    width: 70px;
    min-width: 70px;
    max-width: 70px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 58px;
    font-weight: 500;
    line-height: 58px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .icon-tw:focus-visible, .icon-tw[data-wf-focus-visible] {
    opacity: .9;
    color: var(--white);
    font-size: 58px;
    font-weight: 500;
    line-height: 58px;
  }

  .link-logo-tab {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .link-logo-tab.w--current {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .timberwinds-bluegrass-logo-tab {
    z-index: 999;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    position: relative;
  }

  .nav-tab-ph-timberwinds {
    background-color: var(--midnight-blue);
    box-shadow: none;
    color: #000;
    min-width: 100%;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .container-timerwinds {
    z-index: 999;
    float: right;
    background-color: var(--transparent);
    color: #212d3880;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .sect-home-pic-words-timber {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-home-pic-text-timber {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--midnight-blue), var(--black-3));
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .homemobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-left-style: none;
    border-left-width: 10px;
    border-right-style: none;
    border-right-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .head-show-2 {
    text-align: center;
    letter-spacing: -1px;
    background-color: #0000;
    border-bottom: 1px #0000;
    width: 98%;
    min-width: 98%;
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    display: block;
    position: relative;
  }

  .footer-tw {
    background-image: linear-gradient(#0000, #0000), url('../images/footer4.jpg');
    display: none;
  }

  .head-home {
    float: none;
    clear: none;
    text-align: center;
    letter-spacing: -1px;
    vertical-align: text-bottom;
    border-bottom: 1px dotted #eaeaea80;
    border-left: 1px #17196c26;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: inline;
  }

  .show-link-2 {
    opacity: 1;
    color: var(--slate-blue);
    font-weight: 600;
    text-decoration: none;
  }

  .show-link-2:hover {
    opacity: 1;
    color: var(--slate-blue);
  }

  .show-link-2:active, .show-link-2:focus {
    color: var(--slate-blue);
  }

  .sect-foot-feb {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 22%, var(--deep-purple) 98%), url('../images/footer4.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0;
    overflow: hidden;
  }

  .grid-2-soc-icon-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left: 1px solid #eaeaea59;
    grid-template-columns: 1.25fr;
    place-content: center start;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .grid-foot-feb {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: .75fr .25fr;
    place-content: center start;
    place-items: center;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }

  .footer-phone {
    opacity: 1;
    color: #fff;
    text-align: left;
    background-image: none;
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: block;
    overflow: hidden;
  }

  .grid-foot-6-rows {
    grid-column-gap: 0px;
    grid-row-gap: 7px;
    color: var(--white);
    place-content: center start;
    place-items: center start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 8px;
    overflow: hidden;
  }

  .text-foot-dt-right-2 {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    overflow: hidden;
  }

  .bold-text-dt-footer-2 {
    color: var(--white);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
  }

  .link-foot-right-tab {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 5px;
    font-size: 13px;
    overflow: hidden;
  }

  .home-paragraph-dt {
    opacity: 1;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .sect-shows-phone {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
  }

  .sect-shows-phone-pics {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 10px auto 1px;
  }

  .pic-shows-phone {
    margin-bottom: 0;
    display: block;
  }

  .grid-pic-show {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    display: block;
  }

  .gwg-shows-dt {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .text-shows-dt {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .main-grid-shows-dt {
    display: none;
  }

  .top-contact {
    background-image: url('../images/cphw.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    margin-top: 60px;
  }

  .sect-contact {
    text-align: center;
    background-color: #0000;
  }

  .gwg-contact {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .link-e {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 700;
    line-height: 5px;
  }

  .plink {
    font-size: 30px;
    line-height: 24px;
  }

  .sect-contact-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .text-shows-phone2 {
    border-bottom-color: #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
  }

  .grid-contact-phone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .bold-highlight-dates {
    background-color: var(--slate-blue);
    color: var(--white);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 16px;
  }

  .navbar {
    z-index: 999;
    background-color: #0000;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .timberwinds-logo {
    z-index: 555;
    float: left;
    opacity: .9;
    object-fit: fill;
    object-position: 0% 0%;
    width: 210px;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .pl {
    font-size: 30px;
    line-height: 24px;
  }

  .clinkph {
    opacity: 1;
    color: var(--white);
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
  }

  .clinkph:hover, .clinkph:active, .clinkph:focus, .clinkph:visited {
    color: var(--white);
  }

  .special-nav-div {
    background-color: var(--deep-purple);
    opacity: .93;
    color: #0000;
    text-align: left;
    border-left-color: #97763de6;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 12px;
    font-size: 16px;
  }

  .special-nav-link {
    font-size: 17px;
    line-height: 17px;
  }

  .special-nav-link.w--current {
    color: #ffffffe6;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
  }

  .special-nav-link.w--current:hover {
    color: #ffffffe6;
  }

  .menu {
    z-index: 950;
    float: right;
    background-color: #0000;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    height: auto;
    margin: 49px 0 5px;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .gridhomem {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black-3);
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .pics-contact-m {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .sect-mid {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .ph-pn {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    overflow: hidden;
  }

  .ph {
    overflow: hidden;
  }

  .pic-home {
    margin-bottom: 0;
  }

  .pic {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .show-date-only-top {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  ._2023 {
    border-bottom-color: #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 50px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }

  .boldyearmobile {
    opacity: 1;
    color: var(--yellow);
    background-color: #0000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 23px;
  }

  .contact-text-3 {
    color: var(--white);
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
  }

  .sectshows {
    background-image: url('../images/timberwinds-top2.jpg');
    background-position: 50% 0;
    background-size: cover;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    margin-top: 0;
  }

  .div-so-image-appears {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-text, .text-previous-year {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  ._2024 {
    text-align: center;
    border-bottom-color: #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 23px;
  }

  .section-purple {
    background-image: url('../images/tn-guitarandsound-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
  }

  .home-button {
    z-index: 900;
    opacity: 1;
    background-color: #d37b29;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    margin-top: 143px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 17px;
  }

  .home-button:hover {
    opacity: 1;
    background-color: #d37b29;
  }

  .sect-big-button {
    border-bottom-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .view-shows {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .view-shows:hover {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
  }

  .view-shows:focus, .view-shows:visited {
    opacity: 1;
  }

  .view-shows-mobile {
    z-index: 900;
    opacity: 1;
    background-color: #d37b29;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    margin-top: 143px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 17px;
  }

  .view-shows-mobile:hover {
    opacity: 1;
    background-color: #d37b29;
  }

  .sect-top-home-rms {
    background-image: url('../images/rms-home-top-ph.jpg');
    background-position: 50% 0;
    border-top-style: solid;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 270px;
    min-height: 270px;
    max-height: 270px;
    margin-top: 0;
    display: block;
  }

  .cursive-home3 {
    text-align: center;
    letter-spacing: -2px;
    text-shadow: 1px 1px 6px #000;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .link-block-logo-tab-ph-uleft {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-left: 5px;
    padding-left: 0;
  }

  .link-block-logo-tab-ph-uleft.w--current {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-top: 0;
    margin-left: 5px;
    display: block;
  }

  .logo-tab-ph-uleft {
    width: 38%;
    min-width: 38%;
    max-width: 38%;
    height: auto;
    display: block;
  }

  .div-rarrow {
    background-image: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .link-arrow-rms {
    display: none;
  }

  .sect-top-home-tw {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .link-block-phone {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    margin-left: 5px;
    padding-left: 0;
  }

  .link-block-phone.w--current {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-top: 0;
    margin-left: 5px;
    display: block;
  }

  .logo-phone {
    width: 38%;
    min-width: 38%;
    max-width: 38%;
    height: auto;
    display: block;
  }

  .arrow {
    background-image: none;
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .link-arrow {
    display: none;
  }

  .text-block {
    text-align: center;
    margin-top: 100px;
  }

  .home-paragraph-dt-copy {
    opacity: 1;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .sect-text {
    z-index: 950;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent), var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding: 0;
    display: grid;
    position: relative;
  }

  .text-24 {
    background-image: linear-gradient(180deg, var(--transparent) 76%, var(--deep-purple-2)), url('../images/bg-banjo_2.jpg');
    letter-spacing: 0;
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 20px 8px;
    font-size: 22px;
    line-height: 35px;
  }

  .dt-buttons {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .dt-buttons:hover {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
  }

  .dt-buttons:focus, .dt-buttons:visited {
    opacity: 1;
  }

  .dt-buttons-2 {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .dt-buttons-2:hover {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
  }

  .dt-buttons-2:focus, .dt-buttons-2:visited {
    opacity: 1;
  }

  .dt-buttons-3 {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
  }

  .dt-buttons-3:hover {
    background-color: var(--transparent);
    opacity: 1;
    border-style: none;
  }

  .dt-buttons-3:focus, .dt-buttons-3:visited {
    opacity: 1;
  }

  .bbg {
    letter-spacing: -1px;
    font-size: 20px;
  }

  .logo {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
  }

  .t {
    color: var(--white);
    text-align: center;
    width: 95%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .logo-tw {
    margin-top: 60px;
    padding-top: 0;
  }

  .sect-pics-bottom {
    display: none;
  }

  .head-view-shows {
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: 1px 1px 0 var(--fff);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .head-view-shows:hover {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
  }

  .head-view-shows:focus-visible, .head-view-shows[data-wf-focus-visible] {
    letter-spacing: -1px;
  }

  .link-to-show {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
  }

  .heading-2 {
    color: var(--white-smoke);
    font-size: 20px;
    line-height: 25px;
    display: block;
  }

  .sect-top-home-quad {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .div-4-pics {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    display: block;
    position: static;
  }

  ._4-pics {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: static;
  }

  .head-4-pics {
    z-index: 900;
    opacity: 1;
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
    text-shadow: 3px 3px 3px #000;
    border-bottom-width: 0;
    width: 87%;
    min-width: 87%;
    max-width: 87%;
    margin: 0 0 0 7px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    display: block;
    inset: 0% auto auto 0%;
  }

  .head-4-pics:hover {
    opacity: .95;
    color: #fff;
    inset: 0% auto auto 0%;
  }

  .head-4-pics:active {
    text-shadow: 3px 3px 3px #000;
    margin-left: 7px;
  }

  .head-4-pics:focus {
    color: #fff;
    text-align: left;
    text-transform: none;
    text-shadow: 3px 3px 3px #000000f2;
    width: 87%;
    min-width: 87%;
    max-width: 87%;
    margin: 0 0 0 7px;
    font-size: 35px;
    line-height: 38px;
    inset: 0% auto auto 0%;
  }

  .head-4-pics:focus-visible, .head-4-pics[data-wf-focus-visible] {
    width: 87%;
    min-width: 87%;
    max-width: 87%;
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 35px;
    font-weight: 400;
    inset: 0% auto auto 0%;
  }

  .tw-home-collage-phone {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .text-24-copy {
    background-image: linear-gradient(180deg, var(--transparent) 76%, var(--deep-purple-2)), url('../images/bg-banjo_2.jpg');
    letter-spacing: 0;
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 20px 8px;
    font-size: 18px;
    line-height: 35px;
  }

  .head-ph-n-home {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .qshomedtpicandtext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .text-right {
    background-image: linear-gradient(180deg, var(--transparent) 76%, var(--deep-purple-2)), url('../images/bg-banjo_2.jpg');
    letter-spacing: 0;
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 20px 8px;
    font-size: 18px;
    line-height: 35px;
  }

  .cell-right {
    flex-flow: row;
  }

  .logo-bottom {
    margin-top: 60px;
    padding-top: 0;
  }

  .text-block-3 {
    color: var(--white-smoke-3);
    margin-top: 0;
    font-size: 20px;
    font-weight: 800;
  }

  .div-block {
    margin-top: 0;
    padding-top: 100px;
  }

  .text-tw-home {
    letter-spacing: 0;
    background-image: none;
    padding: 20px 8px;
    font-size: 18px;
    line-height: 35px;
  }

  .tw-logo-dt-below {
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    font-size: 12px;
  }

  .texttw24 {
    letter-spacing: 0;
    background-image: none;
    padding: 20px 8px;
    font-size: 18px;
    line-height: 35px;
  }

  .cell-for-heading {
    padding-top: 5px;
    padding-right: 0;
  }

  .cell-for-text2 {
    padding-bottom: 0;
    font-size: 22px;
  }

  .cell-for-logo {
    padding-bottom: 0;
  }

  .cell-for-show-button {
    padding-bottom: 10px;
  }

  .text-handlee {
    text-shadow: 2px 2px 0 var(--deep-purple);
    width: 92%;
    min-width: 92%;
    max-width: 92%;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 36px;
  }

  .text-handlee:hover {
    color: var(--white);
  }

  .lead-lbgaif {
    color: var(--yellow);
    letter-spacing: -1px;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .sect-pics-mid, .sect-pic-bottoms-row-1, .sect-pic-bottom-row-2 {
    display: none;
  }

  ._85-percent {
    padding-bottom: 0;
    padding-right: 0;
  }

  .sect-home-bot-pic-middle {
    display: none;
  }

  .test-test {
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    font-size: 17px;
    line-height: 17px;
  }

  .sect-home-pnn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-left-style: none;
    border-left-width: 10px;
    border-right-style: none;
    border-right-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-home-phn-5-pics {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--deep-purple);
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .top-phn {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sect-home-phn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .pic-ph-n {
    background-color: var(--deep-purple);
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .pic-home-bot {
    border-bottom: 1px solid var(--deep-purple-2);
    margin-bottom: 0;
  }

  .sect-flower-phn {
    z-index: 999;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .pic-flower-phn {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
  }

  .sect-home-phn-sect-2 {
    z-index: 999;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .image-5 {
    border-radius: 500px;
    width: 320px;
    height: 320px;
  }

  .flower {
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto -30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .phncolumnpics, .phnarrowcolumnpicsend {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
  }

  .div-flower {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flower-link-shows {
    width: auto;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .sect-pics-bot {
    display: none;
  }

  .heading-7 {
    margin-top: -100px;
    margin-bottom: 0;
  }

  .heading-8 {
    margin-top: -55px;
    margin-bottom: 10px;
  }

  .numbers {
    color: var(--white);
    text-align: center;
    text-shadow: 2px 2px 2px var(--fff);
    margin-top: -40px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }

  .n {
    color: var(--white-smoke);
    text-align: center;
    text-shadow: 2px 2px 2px var(--midnight-blue);
    margin-top: -54px;
    margin-bottom: 10px;
  }

  .sect-top-shows, .sect-top-shows-tw {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .sect-home-phn-copy {
    z-index: 800;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .sect-t-shows, .sect-t-contact {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .sect-t-photos {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 100px;
    padding-top: 0;
    display: block;
  }

  .text-text {
    text-align: center;
    margin-top: 100px;
  }

  .sect-tw-home {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .logo-tw-non-home {
    margin-top: 60px;
    padding-top: 0;
  }

  .pnh, .phnarrowcolumnpicsend-copy {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1px;
  }

  .h1 {
    color: var(--white-smoke);
    font-size: 20px;
    line-height: 25px;
  }

  .grid-shows-dt-left {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .sect-home-pn, .sect-shows-pn {
    z-index: 800;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .video-1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .video-2, .video-2-copy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .timberwinds1 {
    box-sizing: content-box;
    background-color: var(--deep-purple-2);
    object-fit: fill;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block-6 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-top: 100px;
    font-size: 17px;
    font-weight: 400;
  }

  .sect-contact-pn {
    z-index: 800;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .sect-top-contact-phn {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .sect-text-contact-dt {
    text-align: center;
    background-color: #0000;
    display: none;
  }

  .sect-text-contact-pn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    display: block;
    position: relative;
  }

  .sect-2-pics-phone {
    margin-top: 20px;
    display: block;
  }

  .pic-contact-phone {
    background-color: var(--transparent);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .pics-contact-m-copy {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .grid-2-pics-contact-phone {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .sect-top-pics {
    background-image: none;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .sect-home-bot-pic-middle-2, .sect-home-dt-5-pics {
    display: none;
  }

  .heading {
    color: var(--yellow-flower);
    text-align: center;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Handlee, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    display: block;
  }

  .sect-text-home-pn {
    z-index: 950;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle closest-corner at 50% 50%, var(--transparent) 70%, var(--deep-purple-2)), url('../images/bg-banjo2-shade.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding: 20px 0 0;
    display: grid;
    position: relative;
  }

  .head-home-only {
    color: var(--yellow-flower);
    letter-spacing: 0;
    text-shadow: 1px 1px 1px var(--black-4);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    display: block;
  }

  .text-shows-last {
    border-bottom-style: none;
    border-bottom-color: #eaeaea33;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }

  .sect-top-photo-area {
    background-image: url('../images/tw-pics-pn.jpg');
    background-position: 50%;
    background-size: cover;
    border-top-style: none;
    border-top-width: 2px;
    border-bottom-style: none;
    border-bottom-width: 1px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    margin-top: 60px;
    padding-top: 0;
    display: none;
  }

  .sect-words-home-rms {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .show-link-3 {
    opacity: 1;
    color: #5f59de;
    font-weight: 600;
    text-decoration: none;
  }

  .show-link-3:hover {
    opacity: 1;
    color: #5f59de;
  }

  .show-link-3:active, .show-link-3:focus {
    color: #5f59de;
  }

  .home-paragraph-dt-2 {
    opacity: 1;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 92%;
    min-width: 92%;
    max-width: 92%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 0 0 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
  }

  .link-shows {
    line-height: 20px;
  }

  .grid-home-dt-2-column {
    background-image: radial-gradient(circle, #17196c, #210e00);
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .sect-words-tw {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-home {
    background-image: radial-gradient(circle, #17196c, #210e00);
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .home-text {
    opacity: 1;
    text-align: center;
    text-shadow: none;
    background-color: #0000;
    background-image: none;
    width: 92%;
    min-width: 92%;
    max-width: 92%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 0 0 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
  }

  .sect-banjo-dt-only {
    z-index: 950;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent) 68%, var(--deep-purple)), url('../images/bg-banjo-pn.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    border-bottom-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding: 20px 0 0;
    display: grid;
    position: relative;
  }

  .quad-home-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
  }

  .sect-view-show-button {
    background-image: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .grid-large-button {
    background-image: radial-gradient(circle, #17196c, #210e00);
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
  }

  .text-dt-only-home {
    text-shadow: 1px 1px 1px var(--deep-purple-2);
    width: 88%;
    min-width: 88%;
    max-width: 88%;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 35px;
  }

  .head-show-dates {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Handlee, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    display: block;
  }

  .link-to-shows-on-pics {
    color: var(--yellow-flower);
    font-size: 30px;
    line-height: 30px;
  }

  .text-temp-pics {
    letter-spacing: -1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    position: static;
  }

  .d7 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .sect-gallery-dt {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: start center;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .t11 {
    margin-top: 450px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .dt-tuner-2 {
    font-size: 14px;
  }

  .part, .d3, .dt-lavendar {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .t3 {
    margin-top: 260px;
    font-size: 14px;
  }

  .t-1 {
    font-size: 14px;
  }

  .d-1 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .text-custom-blue-peavy, .t17 {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .dt-cb2 {
    margin-top: 260px;
    font-size: 14px;
  }

  .c21, .t14, .dfret, .d11 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .dt-cg2 {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .dt-cb {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .t21 {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .cust-blue-peavy {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .desktop-lime2 {
    margin-top: 450px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .part2, .t7 {
    margin-top: 470px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .t16 {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .d17 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .t18, .t-cust-pk {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .dt-tuner, .d18 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .dt-lime {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .brown-2, .dt-beer {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .tfret {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .t14b {
    font-size: 14px;
  }

  .dt-beer2 {
    margin-top: 470px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .dt-lavendar2 {
    margin-top: 310px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .t19 {
    margin-top: 470px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .d13, .d16 {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .t13 {
    margin-top: 470px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
  }

  .cust-pk {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .d19, .dt-cg {
    background-image: url('../images/repairs-tall1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .brown2 {
    font-size: 14px;
  }

  .grid-gallery-dt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: start center;
    width: 98%;
    min-width: 98%;
    max-width: 98%;
    margin: 20px auto;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .sect-photo-gallery-dt {
    display: none;
  }

  .pic-gallery {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .link-to-shows-on-photos {
    letter-spacing: -1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
  }

  .sect-pics-page-phn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .p1, .p2 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .brown2-2, .hiden-text {
    font-size: 14px;
  }

  .pic1 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .text-block-7 {
    color: var(--white);
    text-align: center;
  }

  .sect-pics-pn {
    z-index: 800;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .sect-home-pics, .sect-gallery-pics-row-1 {
    z-index: 50;
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #0000;
    border-top: 0 #b5402d;
    border-bottom-width: 1px;
    outline: 3px #333;
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .text-photo-gallery {
    color: var(--white);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .sect-contact-bot-pics {
    display: none;
  }

  .sect-gallery-pics-pn {
    border-bottom: 3px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .qs-gallery-pn {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border-top: 3px none var(--white);
    background-color: var(--transparent);
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .cell-gallery-pic-pn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1px;
  }

  .pic-gal {
    border-right: 1px solid var(--yellow-flower);
    border-bottom: 1px solid var(--yellow-flower);
    align-self: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-temp-pics-copy {
    letter-spacing: -1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    position: static;
  }

  .text-pic-gal {
    letter-spacing: -1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 23px;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    position: static;
  }

  .photo-gallery-top {
    background-color: var(--deep-purple);
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    font-size: 20px;
  }

  .head-gallery {
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: auto;
    font-size: 26px;
    line-height: 26px;
  }

  .sect-gallery-pics-row-2 {
    z-index: 50;
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #0000;
    border-top: 0 #b5402d;
    border-bottom-width: 1px;
    outline: 3px #333;
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .logo3 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    margin-bottom: 0;
  }

  .sect-photos-logo {
    width: 82%;
    min-width: 82%;
    max-width: 82%;
    margin-top: -5px;
  }

  .pic-logo-gallery {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .sect-gal-top-row-1 {
    z-index: 50;
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #0000;
    border-top: 0 #b5402d;
    border-bottom-width: 1px;
    outline: 3px #333;
    width: 100%;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-top: 0;
    display: none;
    overflow: visible;
  }

  .top-top-gal-sect-pn {
    border-top: 3px none var(--yellow-flower);
    border-bottom: 3px #000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .sect-single-column-pn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .gallery-single-column-pic-pn {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .pup {
    border-bottom: 1px none var(--bass-yellow);
    box-shadow: none;
    align-self: auto;
    width: 100%;
    min-width: 100%;
  }

  .pdown {
    align-self: center;
    margin-top: 10px;
  }

  .cell-purple {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 25px solid #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
  }

  .quick-stack-4 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 0;
  }

  .cell-r-pn {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-10 {
    margin-bottom: 1px;
  }

  .flex-phn {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1px;
  }

  .heading-10 {
    color: var(--white-smoke);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    display: block;
  }

  .quick-stack-gallery-phone-views {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 0;
  }

  .heading-11, .heading-12 {
    color: #f1f2f4;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .flex-block-11 {
    margin-bottom: 1px;
  }

  .quick-stack-5 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    padding: 10px;
  }

  .qs-photos-pn {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .p {
    align-self: center;
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .f {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 1px;
  }

  .cell-left-pnarrow, .cell-r-phonenarrow {
    justify-content: flex-start;
    align-items: center;
  }

  .sect-flower {
    width: 23%;
    min-width: 23%;
    max-width: 23%;
    margin-top: 15px;
  }

  .year {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Handlee, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    display: block;
  }

  .year-text, .show-2025 {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .year-copy {
    color: var(--yellow-flower);
    letter-spacing: -1px;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Handlee, sans-serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 29px;
    display: block;
  }

  .show-2024 {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
}

#w-node-_484ddc45-9e92-24f3-bfb4-6610222d9e42-227bf8fa, #w-node-_484ddc45-9e92-24f3-bfb4-6610222d9e44-227bf8fa, #w-node-_484ddc45-9e92-24f3-bfb4-6610222d9e46-227bf8fa, #w-node-_484ddc45-9e92-24f3-bfb4-6610222d9e48-227bf8fa {
  place-self: center;
}

#w-node-_44d3b8cb-276c-186f-9014-95098f4a1741-227bf8fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_878dd0a2-f0be-c63a-1c0e-c0b138e28374-227bf8fa {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr;
}

#w-node-_9788eb42-c12c-d5c4-ab3f-157aaacd807c-227bf8fa {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-b4d79c92-b6ad-32a5-fb4b-c118655ded60-227bf8fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95f1c68c-45d6-8f43-8be2-8d7ff0e7ac19-227bf8fa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_95f1c68c-45d6-8f43-8be2-8d7ff0e7ac1b-227bf8fa, #w-node-_95f1c68c-45d6-8f43-8be2-8d7ff0e7ac23-227bf8fa {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-eb750e5a-406a-c5f5-98c9-cc5a6f398b10-227bf8fa, #w-node-_94d8fed9-c100-8ac7-cea7-d65933b3711d-227bf8fa, #w-node-_071276f2-c3c6-268a-ed9a-7a5e3ec42930-227bf8fa, #w-node-_15b37b48-4514-8da6-c641-9326715e1ed4-227bf8fa, #w-node-a5362950-e969-c4e8-32ed-1133bd4153b7-227bf8fa, #w-node-_63506179-ffe2-01bb-0297-403ade59ba70-227bf8fa, #w-node-fa9eb497-8ba0-0167-06dc-af04503a79ec-227bf8fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e6c7225-4629-41fd-2166-632f31aa0c5c-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c5d-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c5f-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c62-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c69-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c66-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c6b-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c6c-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c70-227bf8fa, #w-node-b15466bd-6a30-880b-1fb0-ecdfdd45822e-227bf8fa, #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c74-227bf8fa, #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf6a3-227bf8fa, #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69b-227bf8fa, #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69f-227bf8fa, #w-node-bf7767be-c8ee-0962-fd4c-5f2e1496174c-227bf8fa {
  place-self: center start;
}

#w-node-_9f43883b-68e4-bad0-cd3d-7839bc341a4c-227bf8fb, #w-node-_9f43883b-68e4-bad0-cd3d-7839bc341a4e-227bf8fb, #w-node-_9f43883b-68e4-bad0-cd3d-7839bc341a50-227bf8fb, #w-node-_9f43883b-68e4-bad0-cd3d-7839bc341a52-227bf8fb {
  place-self: center;
}

#w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ec-227bf8fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ed-227bf8fb, #w-node-bc5d099b-72d7-9e3b-63e2-987630f77460-227bf8fb, #w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ee-227bf8fb {
  place-self: start;
}

#w-node-_331f2f20-fc03-61cd-5aee-e472298d1bbd-227bf8fb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_38174a4a-1f19-fdba-65a7-3f40eb900b9e-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900b9f-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900ba1-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900ba4-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900ba8-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900baa-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bad-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bae-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bb2-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bb6-227bf8fb, #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bba-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9ef-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9f3-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9f7-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9fb-227bf8fb {
  place-self: center start;
}

#w-node-b94f4848-32ce-e784-d3eb-8a6bc92340ee-227bf8fc, #w-node-b94f4848-32ce-e784-d3eb-8a6bc92340f0-227bf8fc, #w-node-b94f4848-32ce-e784-d3eb-8a6bc92340f2-227bf8fc, #w-node-b94f4848-32ce-e784-d3eb-8a6bc92340f4-227bf8fc {
  place-self: center;
}

#w-node-_02e525a8-7b5f-5543-4db1-48b2c51a1ebc-227bf8fc, #w-node-_3af87306-0029-5869-58c3-3617e62f7800-227bf8fc, #w-node-a40f1de1-ed28-136e-07d3-32a63e21628a-227bf8fc, #w-node-a40f1de1-ed28-136e-07d3-32a63e21628b-227bf8fc, #w-node-d9d57c59-7829-7674-596a-44d53f0a1aac-227bf8fc, #w-node-_1233a04c-0860-7be6-fd2c-61b1bf7e1d4b-227bf8fc, #w-node-_29904702-1272-0349-5223-94ea4d972e08-227bf8fc, #w-node-b69afb50-8155-39f2-6589-4c305829ef8e-227bf8fc, #w-node-_47569bbb-1c27-f3a8-fd60-902ab7ec0aa1-227bf8fc, #w-node-_29557576-3ae6-f09c-9744-d489ad17995b-227bf8fc, #w-node-d2132195-1aa5-5c1e-c58d-9f6c190b01c2-227bf8fc, #w-node-d642ece0-93da-fa10-80a7-c4399eb5c43e-227bf8fc, #w-node-_8aa239ea-0143-18de-dda4-2aeae5b91eea-227bf8fc, #w-node-f96140af-ca34-de1a-c451-8921f2a15ae2-227bf8fc {
  place-self: start;
}

#w-node-_46986ef8-d439-87db-a1e3-9cf7b426a111-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a112-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a114-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a117-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a11b-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a11d-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a120-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a121-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a125-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a129-227bf8fc, #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a12d-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22d0-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22d4-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22d8-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22dc-227bf8fc {
  place-self: center start;
}

#w-node-bc09903b-36f2-8e93-23a6-0a924dcaca81-e5062b3d, #w-node-bc09903b-36f2-8e93-23a6-0a924dcaca83-e5062b3d, #w-node-bc09903b-36f2-8e93-23a6-0a924dcaca85-e5062b3d, #w-node-bc09903b-36f2-8e93-23a6-0a924dcaca87-e5062b3d {
  place-self: center;
}

#w-node-f6925d37-7ed1-2e53-26e0-2ba9361a457c-e5062b3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_06bb625a-82a7-f8d2-26ee-5ffbd941fd37-e5062b3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-bd6de731-5623-9c93-c994-a76c62098cfb-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098cfc-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098cfe-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d01-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d05-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d07-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d0a-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d0b-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d0f-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d13-e5062b3d, #w-node-bd6de731-5623-9c93-c994-a76c62098d17-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df85203209-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df8520320d-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df85203211-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df85203215-e5062b3d {
  place-self: center start;
}

#w-node-bfbf223f-26e5-ec83-b7c4-e4d8bee464a0-e5062b3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

@media screen and (max-width: 991px) {
  #w-node-_9788eb42-c12c-d5c4-ab3f-157aaacd807c-227bf8fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c5c-227bf8fa {
    place-self: center start;
  }

  #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c6c-227bf8fa {
    place-self: start;
  }

  #w-node-_6e6c7225-4629-41fd-2166-632f31aa0c6c-227bf8fa:focus-visible {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ec-227bf8fb {
    place-self: start;
  }

  #w-node-bc5d099b-72d7-9e3b-63e2-987630f77460-227bf8fb, #w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ee-227bf8fb {
    justify-self: start;
  }

  #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900b9e-227bf8fb {
    place-self: center start;
  }

  #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bae-227bf8fb {
    place-self: start;
  }

  #w-node-_38174a4a-1f19-fdba-65a7-3f40eb900bae-227bf8fb:focus-visible {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_02e525a8-7b5f-5543-4db1-48b2c51a1ebc-227bf8fc, #w-node-a40f1de1-ed28-136e-07d3-32a63e21628a-227bf8fc, #w-node-a40f1de1-ed28-136e-07d3-32a63e21628b-227bf8fc, #w-node-d9d57c59-7829-7674-596a-44d53f0a1aac-227bf8fc, #w-node-_1233a04c-0860-7be6-fd2c-61b1bf7e1d4b-227bf8fc, #w-node-_29904702-1272-0349-5223-94ea4d972e08-227bf8fc, #w-node-b69afb50-8155-39f2-6589-4c305829ef8e-227bf8fc, #w-node-_47569bbb-1c27-f3a8-fd60-902ab7ec0aa1-227bf8fc, #w-node-_29557576-3ae6-f09c-9744-d489ad17995b-227bf8fc, #w-node-d2132195-1aa5-5c1e-c58d-9f6c190b01c2-227bf8fc, #w-node-d642ece0-93da-fa10-80a7-c4399eb5c43e-227bf8fc, #w-node-_8aa239ea-0143-18de-dda4-2aeae5b91eea-227bf8fc, #w-node-f96140af-ca34-de1a-c451-8921f2a15ae2-227bf8fc {
    justify-self: start;
  }

  #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a111-227bf8fc {
    place-self: center start;
  }

  #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a121-227bf8fc {
    place-self: start;
  }

  #w-node-_46986ef8-d439-87db-a1e3-9cf7b426a121-227bf8fc:focus-visible {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_06bb625a-82a7-f8d2-26ee-5ffbd941fd37-e5062b3d {
    display: none;
  }

  #w-node-bd6de731-5623-9c93-c994-a76c62098cfb-e5062b3d {
    place-self: center start;
  }

  #w-node-bd6de731-5623-9c93-c994-a76c62098d0b-e5062b3d {
    place-self: start;
  }

  #w-node-bd6de731-5623-9c93-c994-a76c62098d0b-e5062b3d:focus-visible {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf68a-227bf8fa {
    place-self: start;
  }

  #w-node-_1bc7af2f-e2e9-1f8f-0c0c-9a7be9df2312-227bf8fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69a-227bf8fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf6a3-227bf8fa, #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69b-227bf8fa, #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69f-227bf8fa, #w-node-bf7767be-c8ee-0962-fd4c-5f2e1496174c-227bf8fa {
    place-self: center start;
  }

  #w-node-bc5d099b-72d7-9e3b-63e2-987630f77460-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_6ffe2d62-0c36-8832-98cc-41dc7518f2ee-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-a8bf75ec-6351-0cd5-c474-0de1f2d45a15-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_3987f818-af8e-461a-f530-592b9097d8bb-227bf8fb, #w-node-_517cc62f-c804-669f-db34-cee2df4bcb2d-227bf8fb, #w-node-e08e8d04-62a2-6ac4-2347-52c3712abb61-227bf8fb, #w-node-b1c6208f-1d40-4aa3-4bd2-a45872e0ff31-227bf8fb, #w-node-_8714c96a-0232-5752-1b16-0ea2568b6b3b-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9df-227bf8fb {
    place-self: start;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9e8-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9ee-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9ef-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9f3-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9f7-227bf8fb, #w-node-d9742b19-97d9-4681-1d10-0bad545bb9fb-227bf8fb {
    place-self: center start;
  }

  #w-node-_3af87306-0029-5869-58c3-3617e62f7800-227bf8fc {
    place-self: start;
  }

  #w-node-a40f1de1-ed28-136e-07d3-32a63e21628a-227bf8fc {
    place-self: center;
  }

  #w-node-a40f1de1-ed28-136e-07d3-32a63e21628b-227bf8fc, #w-node-d9d57c59-7829-7674-596a-44d53f0a1aac-227bf8fc, #w-node-_1233a04c-0860-7be6-fd2c-61b1bf7e1d4b-227bf8fc, #w-node-_29904702-1272-0349-5223-94ea4d972e08-227bf8fc, #w-node-b69afb50-8155-39f2-6589-4c305829ef8e-227bf8fc, #w-node-_47569bbb-1c27-f3a8-fd60-902ab7ec0aa1-227bf8fc, #w-node-_29557576-3ae6-f09c-9744-d489ad17995b-227bf8fc, #w-node-d2132195-1aa5-5c1e-c58d-9f6c190b01c2-227bf8fc, #w-node-d642ece0-93da-fa10-80a7-c4399eb5c43e-227bf8fc, #w-node-_8aa239ea-0143-18de-dda4-2aeae5b91eea-227bf8fc, #w-node-f96140af-ca34-de1a-c451-8921f2a15ae2-227bf8fc, #w-node-_2622788a-a258-5043-328d-7d27571f9ac4-227bf8fc, #w-node-_0827337d-41c6-30c4-ff45-d9f291f3e80d-227bf8fc, #w-node-_4e757ac7-db23-ac54-e216-dcd2ecd3c974-227bf8fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22c0-227bf8fc {
    place-self: start;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22c9-227bf8fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22cf-227bf8fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22d0-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22d4-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22d8-227bf8fc, #w-node-_05813199-049d-9812-8493-f0087bbe22dc-227bf8fc {
    place-self: center start;
  }

  #w-node-_06bb625a-82a7-f8d2-26ee-5ffbd941fd37-e5062b3d {
    display: none;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df852031f9-e5062b3d {
    place-self: start;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df85203202-e5062b3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df85203208-e5062b3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df85203209-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df8520320d-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df85203211-e5062b3d, #w-node-fe14eb24-1507-0f36-c500-33df85203215-e5062b3d {
    place-self: center start;
  }

  #w-node-bfbf223f-26e5-ec83-b7c4-e4d8bee464a0-e5062b3d {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9788eb42-c12c-d5c4-ab3f-157aaacd807c-227bf8fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b4d79c92-b6ad-32a5-fb4b-c118655ded60-227bf8fa {
    place-self: center;
  }

  #w-node-_071276f2-c3c6-268a-ed9a-7a5e3ec42930-227bf8fa {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf68a-227bf8fa {
    place-self: center start;
  }

  #w-node-_3cd9b9df-08cf-01c6-2057-c727dcecf69a-227bf8fa {
    justify-self: start;
  }

  #w-node-_331f2f20-fc03-61cd-5aee-e472298d1bbd-227bf8fb {
    display: none;
  }

  #w-node-a8bf75ec-6351-0cd5-c474-0de1f2d45a15-227bf8fb {
    align-self: start;
  }

  #w-node-_3987f818-af8e-461a-f530-592b9097d8bb-227bf8fb, #w-node-_517cc62f-c804-669f-db34-cee2df4bcb2d-227bf8fb, #w-node-e08e8d04-62a2-6ac4-2347-52c3712abb61-227bf8fb, #w-node-b1c6208f-1d40-4aa3-4bd2-a45872e0ff31-227bf8fb, #w-node-_8714c96a-0232-5752-1b16-0ea2568b6b3b-227bf8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9df-227bf8fb {
    place-self: center start;
  }

  #w-node-d9742b19-97d9-4681-1d10-0bad545bb9ee-227bf8fb {
    justify-self: start;
  }

  #w-node-_4e757ac7-db23-ac54-e216-dcd2ecd3c974-227bf8fc {
    justify-self: center;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22c0-227bf8fc {
    place-self: center start;
  }

  #w-node-_05813199-049d-9812-8493-f0087bbe22cf-227bf8fc {
    justify-self: start;
  }

  #w-node-f6925d37-7ed1-2e53-26e0-2ba9361a457c-e5062b3d {
    display: none;
  }

  #w-node-_06bb625a-82a7-f8d2-26ee-5ffbd941fd37-e5062b3d {
    display: grid;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df852031f9-e5062b3d {
    place-self: center start;
  }

  #w-node-fe14eb24-1507-0f36-c500-33df85203208-e5062b3d {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Blacksword';
  src: url('../fonts/Blacksword.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}