:root {
  --body-color: #80817c;
  --menu-color: #80817c;
  --header-bgColor: #dfe2db;
  --hero-bgColor: #5e6d4e;
  --main-paddingInline: 18px;
  --main-paddingBlock: 18px;
  --footer-bgColor: #5e6d4e;
}
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
ul[role='list'], ol[role='list'] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}
.display_none_mobile {
  display: none;
}
body {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: var(--body-color);
}
header {
  background-color: var(--header-bgColor);
  padding-inline: var(--main-paddingInline);
  height: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
}
header a.logo {
  display: inline-block;
  margin: 28px 0 35px 0;
}
header a.logo img {
  width: 200px;
}
header nav {
  margin: 0 19px;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  display: inline-block;
  margin-bottom: 17px;
  padding: 0 6px;
  border-right: solid 2px var(--menu-color);
}
header nav ul li a {
  color: var(--menu-color);
  font-weight: 400;
  text-decoration: none;
  font-size: 1em;
}
header nav ul li a:hover {
  color: black;
}
header nav ul li:nth-child(3n) {
  border-right: none;
}
header .follow {
  display: none;
}
footer {
  height: 99px;
  padding-inline: var(--main-paddingInline);
  background-color: var(--footer-bgColor);
  display: flex;
  justify-content: end;
}
footer .follow {
  margin: 15px 0 30px 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1em;
}
footer .follow span {
  display: inline-block;
  color: white;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
footer .follow img {
  width: 54px;
  border-radius: 9999px;
}
/* for non-home
 body.home {
 grid-template-rows: auto auto auto;
 } */
body.home {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
body.home .header-spacer {
  display: none;
}
body.home header {
  position: static;
}
.header-spacer {
  height: 270px;
  display: none;
}
.home .content {
  width: 100%;
  height: 100%;
  background: url(../images/bg-home-1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.home-text {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.home-text span {
  display: block;
  color: #415230;
  font-size: 3rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
}
.hero-content {
  display: flex;
  flex-direction: column;
}
.hero-content span {
  width: 100%;
  font-family: "Mea Culpa", cursive;
  font-size: 3.25rem;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  background-color: var(--hero-bgColor);
  color: white;
  order: 2;
  text-align: center;
  padding: 16px 70px;
}
.hero-content .img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  order: 1;
  height: 260px;
}
.about .hero-content span {
  padding-bottom: 40px;
}
.about .hero-content .img {
  background-image: url(../images/bg-about-1920.jpg);
}
.events .hero-content span {
  padding: 16px 40px 36px 40px;
}
.events .hero-content .img {
  background-image: url(../images/bg-events-1920.jpg);
  background-size: 120%;
  background-position: 10% 90%;
}
.garden-center .hero-content span {
  padding: 16px 20px;
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 200;
}
.garden-center .hero-content .img {
  background-image: url(../images/bg-garden-center-1920.jpg);
  background-size: 100%;
  background-position: 0 100%;
}
.mulch-calculator .hero-content span {
  padding: 16px 20px;
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 200;
}
.mulch-calculator .hero-content .img {
  background-image: url(../images/bg-mulch-calculator-1920.jpg);
  background-size: 100%;
  background-position: 0 100%;
}
.plants .hero-content span {
    padding: 16px 20px;
    font-size: 1rem;
    line-height: 1.7rem;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 200;
}
.plants .hero-content .img {
    background-image: url(../images/garden-center-plants-1920.jpg);
    background-size: 100%;
    background-position: 0 100%;
}
.pottery .hero-content span {
    padding: 16px 20px;
    font-size: 1rem;
    line-height: 1.7rem;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 200;
}
.pottery .hero-content .img {
    background-image: url(../images/bg-pottery-1920.jpg);
    background-size: 100%;
    background-position: 0 100%;
}
.garden-tools .hero-content span {
    padding: 16px 20px 56px 20px;
    font-size: 1rem;
    line-height: 1.7rem;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 200;
}
.garden-tools .hero-content .img {
    background-image: url(../images/bg-garden-tools-1920.jpg);
    background-size: 100%;
    background-position: 0 100%;
}
.contact .hero-content span {
  padding: 16px 40px 36px 40px;
}
.contact .hero-content .img {
  background-image: url(../images/bg-contact-1920.jpg);
  background-size: 120%;
  background-position: 10% 90%;
}
.content-inner {
  padding-inline: var(--main-paddingInline);
  padding-block: var(--main-paddingBlock);
}
.content-inner h1 {
  font-size: 2.43rem;
  font-weight: 200;
  text-align: center;
  margin: 30px 0;
}
.content-inner p {
  margin: 20px 0;
  line-height: 1.75rem;
}
.about .content-inner h1 {
  margin-top: 10px;
}
.events .content-inner h1 {
  font-size: 1.97rem;
  margin-top: 10px;
}
.garden-center .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.garden-center .content-inner .gc-thumbs {
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--body-color);
}
.garden-center .content-inner .gc-thumbs:hover {
    color: black;
  }
.garden-center .content-inner .gc-thumbs span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.garden-center .content-inner .gc-thumbs .img {
  width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  background-size: 180%;
  background-position: 45% 90%;
}
.garden-center .content-inner .gc-thumbs .img-plants {
  background-image: url(../images/garden-center-plants-1920.jpg);
}
.garden-center .content-inner .gc-thumbs .img-mulch {
  background-image: url(../images/garden-center-mulch-1920.jpg);
  background-size: 200%;
  background-position: 25% 110%;
}
.garden-center .content-inner .gc-thumbs .img-pottery {
  background-image: url(../images/garden-center-pottery-1920.jpg);
  background-size: 400%;
  background-position: 35% 10%;
}
.garden-center .content-inner .gc-thumbs .img-tools {
  background-image: url(../images/garden-center-tools-1920.jpg);
  background-position: 105% 55%;
}
.mulch-calculator .content-inner h1 {
  font-size: 1.97rem;
}
.pottery .pottery-container {
    line-height: 2rem;
    padding-bottom: 40px;
}
.garden-tools .tools-container {
    line-height: 2rem;
    padding-bottom: 40px;
}
.contact .content-inner .sched b.hours {
  display: block;
  font-size: 2.05rem;
  font-weight: 200;
  text-align: center;
  margin-bottom: 20px;
}
.contact .content-inner .sched div.hours {
  display: flex;
  gap: 1em;
  line-height: 2rem;
}
.contact .content-inner .contact {
  margin-top: 40px;
}
.contact .content-inner .contact b {
  font-size: 1.3rem;
}
.contact .content-inner .contact p {
  margin-top: 10px;
}
.contact .content-inner .contact p a {
  color: var(--body-color);
}
.contact .content-inner .contact p a:hover {
  text-decoration: none;
}
.contact .content-inner .map {
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-bottom: 170px;
}
.contact .content-inner .map a {
  color: var(--hero-bgColor);
  display: block;
  text-align: center;
  font-size: 1.25rem;
  text-decoration: none;
  padding: 20px 60px 0 60px;
}
.contact .content-inner .map a:hover {
  text-decoration: underline;
}
b.date {
  font-size: 1.39rem;
}

.contact_mid_title {margin-bottom: 20px; font-weight: 600;}
.contact_row{margin-bottom:7px; padding-bottom:7px;}
.contact_row label{margin-bottom:5px; display:block;}
.contact_row .contact_field{position:relative;}
.contact_row .contact_field input{width:100%;}
.contact_row .contact_field textarea{width:100%; height:130px;}
.contact_row .contact_field label.error{position:absolute; z-index:1; top:-25px; right:-10px; color:#ffffff; background-color:#af0f17; -moz-border-radius:8px; border-radius:8px; -webkit-border-radius:8px; font-size:9pt; padding:2px 10px; text-align:left; opacity:0.7;}
.contact_row button {padding: 10px 20px; color: white; background-color: var(--hero-bgColor); border: none;}
.header_hours {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .display_none_992 {
    display: none;
  }
  .hero-content .img {
    height: 420px;
  }
  .contact .hero-content .img {
    background-position: 10% 40%;
  }
  nav ul li:nth-child(3) {
    border-right: solid 2px var(--menu-color) !important;
  }
  .header_hours {
    color: inherit;
    background: transparent;
    padding: 0;
  }
  .header_hours .hours_top {
    display: inline-block;
    margin-right: 10px;
  }
  .header_hours .hours_btm {
    display: inline-block;
  }
  .header_hours .hours_btm br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --main-paddingInline: 40px;
    --main-paddingBlock: 20px;
    --footer-bgColor: white;
  }
  .display_none_1024 {
    display: none;
  }
  body {
    display: block;
  }
  body.home {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .header-spacer {
    height: 170px;
  }
  header {
    height: 170px;
    flex-direction: row;
    align-items: end;
    position: relative;
  }
  header a.logo {
    margin: 0;
    padding: 16px 0 21px 0;
  }
  header nav {
    margin: 0 0 34px 34px;
  }
  header nav ul li {
    margin: 0;
  }
  header nav ul li a {
    font-size: 1.28rem;
    font-weight: 300;
  }
  header nav ul li:nth-child(3) {
    border-right: solid 2px var(--menu-color) !important;
  }
  header .follow {
	  display: block;
	  position: absolute;
	  z-index: 100;
	  right: 68px;
	  top: 40px;
  }
  header .follow img {
	  display: none;
  }
  header .follow span {
	  display: none;
  }
  header .follow span:first-child {
	  display: inline-block;
	  text-align: right;
  }
  footer {
    height: 131px;
  }
  footer .follow span {
    color: var(--menu-color);
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  footer .follow img {
    width: 86px;
    border-radius: 30px;
  }
  .home-text span {
    font-size: 3.5rem;
  }
  .hero-content {
    flex-direction: row;
  }
  .hero-content span {
    order: 1;
    flex: 1;
    padding: 26px 100px;
  }
  .hero-content .img {
    order: 2;
    width: 42%;
    height: 392px;
  }
  .events .hero-content span {
    padding: 36px 40px;
  }
  .events .hero-content .img {
    background-size: 140%;
    background-position: 10% 90%;
  }
  .garden-center .hero-content span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 30px 40px;
  }
  .garden-center .hero-content .img {
    background-size: 130%;
    background-position: 57% 90%;
  }
  .mulch-calculator .hero-content span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 30px 40px;
  }
  .mulch-calculator .hero-content .img {
    background-size: 140%;
    background-position: 57% 90%;
  }
  .plants .hero-content span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 30px 40px;
  }
  .plants .hero-content .img {
    background-size: 140%;
    background-position: 57% 90%;
  }
  .pottery .hero-content span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 30px 40px;
  }
  .pottery .hero-content .img {
    background-size: 140%;
    background-position: 57% 90%;
  }
  .garden-tools .hero-content span {
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 30px 40px;
  }
  .garden-tools .hero-content .img {
    background-size: 140%;
    background-position: 57% 90%;
  }
  .contact .hero-content span {
    padding: 60px 120px;
  }
  .contact .hero-content .img {
    background-size: 140%;
    background-position: 57% 90%;
  }
  .garden-center .content-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
  }
  .garden-center .content-inner .gc-thumbs span {
    width: 190px;
    height: 73px;
  }
  .garden-center .content-inner .gc-thumbs .img {
    width: 190px;
    height: 190px;
  }
  .events .content-inner {
    color: var(--hero-bgColor);
  }
  .events .content-inner h1 {
    text-align: left;
  }
  .events .content-inner b {
    color: var(--body-color);
  }
  .contact .content-inner {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .contact .content-inner > div {
    flex: 1 1 40%;
  }
  .contact .content-inner .sched b.hours {
    text-align: left;
    margin-bottom: 10px;
  }
  .contact .content-inner .contact {
    margin: 0;
    color: var(--hero-bgColor);
  }
  .contact .content-inner .contact b {
    display: block;
    font-size: 2.05rem;
    font-weight: 200;
    text-align: left;
    margin-bottom: 0;
  }
  .contact .content-inner .contact p {
    line-height: 2rem;
  }
  .contact .content-inner .map {
    margin-top: 40px;
  }
  .header_hours {
    position: absolute;
    right: 400px;
    top: 40px;
  }
  .header_hours .hours_top {
    display: block;
    margin-right: 0;
  }
  .header_hours .hours_btm {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .display_none_1200 {
    display: none;
  }
  header nav ul li a {
    font-size: 1.56rem;
  }
  header .follow {
	  right: 40px;
  }
  .hero-content span {
    padding: 26px 120px;
  }
  .contact .hero-content span {
    padding: 60px 180px;
  }
  .events .hero-content span {
    padding: 36px 100px;
  }
  .about .content-inner h1 {
    display: none;
  }
  .about .content-inner p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .about .content-inner b.meet {
    font-size: 2rem;
    font-weight: 200;
  }
  .about .content-inner b.college {
    font-size: 1.3rem;
  }
  .events .content-inner p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .display_none_1440 {
    display: none;
  }
  .home-text {
    margin-top: 120px;
  }
  .home-text span {
    font-size: 6rem;
  }
  .hero-content span {
    padding: 36px 140px;
  }
  .hero-content .img {
    width: 54%;
  }
  .about .hero-content span {
    font-size: 4.5rem;
    padding: 36px 80px;
  }
  .events .hero-content span {
    font-size: 4.5rem;
    padding: 36px 80px;
  }
  .events .hero-content .img {
    background-size: 100%;
    background-position: 10% 40%;
  }
  .garden-center .hero-content .img {
    background-size: 100%;
    background-position: 57% 90%;
  }
  .mulch-calculator .hero-content .img {
    background-size: 100%;
    background-position: 57% 90%;
  }
  .pottery .hero-content .img {
    background-size: 100%;
    background-position: 57% 90%;
  }
  .garden-tools .hero-content .img {
    background-size: 100%;
    background-position: 57% 20%;
  }
  .contact .hero-content span {
    font-size: 4.5rem;
    padding: 40px 80px;
  }
  .contact .hero-content .img {
    background-size: 100%;
    background-position: 57% 60%;
  }
  .about .content-inner {
    padding-top: 0;
    padding-inline: 90px;
  }
  .about .content-inner p {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top: 40px;
  }
  .about .content-inner b.meet {
    font-size: 2.2rem;
    font-weight: 200;
  }
  .about .content-inner b.college {
    font-size: 1.5rem;
  }
  .garden-center .content-inner .gc-thumbs .img {
    width: 290px;
    height: 290px;
  }
  .mulch-calculator .content-inner {
    display: flex;
    justify-content: space-between;
  }
  .mulch-calculator .content-inner h1 {
    margin: 0;
    font-size: 1.8rem;
  }
  .mulch-calculator .content-inner .calculator-container {
    width: 1000px;
  }
  .plants .content-inner {
    display: flex;
    justify-content: space-between;
  }
  .plants .content-inner h1 {
    margin: 0;
    font-size: 1.8rem;
  }
  .plants .content-inner .plants-container {
    width: 1000px;
  }
  .pottery .content-inner h1 {
    text-align: left;
    padding-inline: 3.8rem;
  }
  .pottery .pottery-container {
    font-size: 2.43rem;
    font-weight: 200;
    line-height: 3.6rem;
    color: var(--hero-bgColor);
    padding-inline: 3.8rem;
  }
  .garden-tools .content-inner h1 {
    text-align: left;
    padding-inline: 3.8rem;
  }
  .garden-tools .tools-container {
    font-size: 2.43rem;
    font-weight: 200;
    line-height: 3.6rem;
    color: var(--hero-bgColor);
    padding-inline: 3.8rem;
  }
  .events .content-inner h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  .events .content-inner b {
    font-size: 2rem;
  }
  .events .content-inner p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
  .contact .content-inner {
    flex-wrap: nowrap;
  }
  .contact .content-inner > div {
    flex: auto;
  }
  .contact .content-inner .sched div {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
  .contact .content-inner .sched .closed {
    font-size: 1.4rem;
  }
  .contact .content-inner .contact p {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
  .contact .content-inner .map {
    margin-top: 0;
    width: 30%;
  }
  .contact_row .contact_field input{width:75%;}
  .contact_row .contact_field textarea{width:75%;}
  .header_hours {
    right: 40px;
    top: 92px;
  }
  .header_hours .hours_btm br {
    display: inline;
  }
}
@media screen and (min-width: 1920px) {
  .display_none_1920 {
    display: none;
  }
  header .follow {
	position: inherit;
	top: auto;
	right: auto;
    margin-left: auto;
    margin-bottom: 21px;
    display: inline-block;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1em;
  }
  header .follow span {
    display: inline-block;
    color: var(--menu-color);
    font-size: 0.9rem;
    line-height: 1.8rem;
    text-align: left;
  }
  header .follow span:first-child {
	  padding-right: 1em;
	  text-align: right;
  }
  header .follow img {
	display: inline;
    width: 86px;
    border-radius: 30px;
  }
  footer {
    display: none;
  }
  .home-text {
    margin-top: 220px;
  }
  .home-text span {
    font-size: 7rem;
  }
  .hero-content span {
    padding: 26px 100px;
    font-size: 4.875rem;
  }
  .hero-content .img {
    width: 54%;
  }
  .about .hero-content span {
    font-size: 4.875rem;
  }
  .events .hero-content span {
    padding: 66px 100px;
    font-size: 4.875rem;
  }
  .garden-center .hero-content .img {
    background-size: 100%;
    background-position: 67% 17%;
  }
  .mulch-calculator .hero-content span {
    font-size: 2rem;
    line-height: 3.4rem;
  }
  .pottery .hero-content .img {
    background-size: 100%;
    background-position: 17% 40%;
  }
  .contact .hero-content span {
    padding: 60px 200px;
  }
  .contact .hero-content .img {
    background-size: 100%;
    background-position: 57% 50%;
  }
  .about .content-inner p {
    font-size: 1.6rem;
  }
  .about .content-inner b.meet {
    font-size: 3.1rem;
  }
  .about .content-inner b.college {
    font-size: 1.7rem;
  }
  .mulch-calculator .content-inner .calculator-container {
    width: 1400px;
  }
  .plants .content-inner .plants-container {
    width: 1400px;
  }
  .pottery .pottery-container {
    padding-right: 40rem;
  }
  .garden-tools .tools-container {
    padding-right: 40rem;
  }
  .events .content-inner {
    padding-top: 40px;
    padding-right: 550px;
  }
  .events .content-inner b {
    font-size: 2.4rem;
  }
  .events .content-inner p {
    margin-top: 40px;
    font-size: 2.4rem;
  }
  .contact .content-inner .sched b.hours {
    font-size: 3.1rem;
  }
  .contact .content-inner .sched div {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .contact .content-inner .sched .closed {
    font-size: 1.8rem;
    display: block;
    padding: 10px 0;
  }
  .contact .content-inner .contact p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .contact .content-inner .contact b {
    font-size: 3.1rem;
  }
  .contact .content-inner .map {
    margin-top: 0;
    width: 30%;
  }
  .header_hours {
    top: 20px;
  }
  .header_hours .hours_top {
    display: inline-block;
    margin-right: 10px;
  }
  .header_hours .hours_btm {
    display: inline-block;
  }
  .header_hours .hours_btm br {
    display: none;
  }
}
