/*************************/
/**        GLOBAL       **/
/*************************/



* {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: url("..//images/favicon/favicon-16x16.png") 7 7, default;
  letter-spacing: 0.5px;
  font-family: Futura-medium, Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: BRUSHSCI;
  src: url("../fonts/BRUSHSCI.ttf");
}
@font-face {
  font-family: Futura-light;
  src: url("../fonts/futura_light_bt.ttf");
}
@font-face {
  font-family: Futura-medium;
  src: url("../fonts/futura_medium_bt.ttf");
}
html {
  font-size: 62.5%;
  accent-color: var(--text_color-green);
  --background-blue: #346576;
  --image-hover-blue: rgba(137, 137, 155, 0.8);
  --background-footer-h3: #f2d9bb;
  --background-orange: wheat;
  --background-green: rgb(186, 211, 135);
  --selection-background-green: rgb(209, 230, 167);
  --text_color-green: rgb(57, 89, 54);
  --text_color-nav-hover: #82bf45;
  --text_color-nav-active: #91a665;
  --text_color70: rgba(57, 89, 54, 0.7);
  --text_color50: rgba(57, 89, 54, 0.5);
  --text_color30: rgba(57, 89, 54, 0.3);
  --text_color20: rgba(57, 89, 54, 0.2);
  --text_color10: rgba(57, 89, 54, 0.1);
  --formInput--focus: white;
}

*::selection {
  background-color: var(--selection-background-green, rgb(209, 230, 167));
  color: black;
}
img::selection {
  background-color: none;
}

/* keeps normal cursor for phone link */
.contactUs .casaPhone {
  cursor: url("..//images/favicon/favicon-16x16.png") 7 7, default;
}

body {
  font-size: 1.8rem;
  font-size: clamp(1.7rem, 2vw, 1.9rem);
  line-height: 2.3rem;
  line-height: clamp(2.5rem, 3.2vw, 3.2rem);
  background-color: #f8f8f8;
  color: var(--text_color-green);
}

main {
  max-width: 1400px;
  margin: auto;
}
.mainContent {
  padding: 0 2rem;
}

.mainContent h2{
  font-size: 2.6rem;
}

img.facebook,
img.instagram,
img.sales_beef_info,
.form_img,
.photoscontainer img,
a:hover,
.contentWrapper-img img {
  cursor: pointer;
}

input,
textarea {
  cursor: text;
}

.underline {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/* Removes focus styles on mouse hover and click */
.underline:hover:focus,
.events a:hover:focus,
.menuItem:hover:focus,
footer a:hover:focus,
.underline:hover:active,
.menuItem:hover:active,
footer a:hover:active {
  outline: none;
}

.underline::before,
.events a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--text_color20, rgba(57, 89, 54, 0.2));
  transition: 300ms cubic-bezier(0.25, 1, 0.5, 1);
}
.underline::after,
.events a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--text_color70, rgba(57, 89, 54, 0.7));
  transition: 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.footerUnderline {
  display: inline-block;
  text-decoration: none;
}

.footerUnderline:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 300ms cubic-bezier(0.25, 1, 0.5, 1);
}

.underline:not(:hover):focus,
.menuItem:not(:hover):focus {
  opacity: 1;
  outline: 2px solid var(--text_color-green);
  outline-offset: 4px;
}

footer a:not(:hover):focus {
  opacity: 1;
  outline: 2px solid white;
  outline-offset: 4px;
}

.mt-0 {
  margin-top: 0;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 6rem;
}



/*************************/
/**     NOTIFICATION    **/
/*************************/



#notify {
  z-index: 100;
  top: 0;
  left: 0;
  background-color: var(--background-blue);
  color: #eee;
  width: 100%;
  font-weight: 400;
  z-index: 200;
}

.notifyWrapper {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 1rem 2rem;
}
.notifyWrapper p{
  color: white !important;
}


/*************************/
/**        HEADER       **/
/*************************/



header {
  width: 100%;
  padding: 1rem 0;
  background-color: var(--background-orange);
  z-index: 300;
}

.headerContainer {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  max-width: 1400px;
  max-width: 1400px;
  margin: auto;
}

.headerLogo {
  margin: auto;
  width: clamp(14rem, 40vw, 20rem);
}

.headerImage {
  width: 100px;
  width: clamp(9rem, 24vw, 12.5rem);
  margin: auto;
  z-index: 300;
}
header img {
  display: block;
  width: 100%;
}
header h1 {
  font-size: 20px;
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  letter-spacing: 2px;
  text-align: center;
  padding-top: 0.6rem;

  letter-spacing: 2px;
  text-align: center;
  line-height: clamp(1.7rem, 4.2vw, 2.4rem);
}

header p {
  justify-self: center;
  flex: 1;
  text-align: center;
  font-size: 2.5rem;
  font-size: clamp(2rem, 4vw, 3.3rem);
  padding-top: 1rem;
  padding-top: clamp(1rem, 3vw, 2rem);
}
header span {
  font-family: BRUSHSCI, "Brush Script MT", "Brush Script Std", cursive;
  font-size: 5rem;
  font-size: clamp(2.9rem, 7vw, 6rem);
}
.header-small {
  display: none;
}



/*************************/
/**      NAVIGATION     **/
/*************************/



nav {
  position: fixed;
  width: 100%;
  z-index: 300;
  top: 170px;
  line-height: 2rem;
}

#toggleMenu {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  right: clamp(1rem, 3vw, 2rem);
  cursor: pointer;
  z-index: 500;

  padding: 1rem 0;
  border: none;
  cursor: pointer;
  z-index: 500;
  background-color: rgba(245, 222, 179, 0);
  color: var(--text_color-green);

  font-size: 1.7rem;
  font-size: clamp(1.6rem, 5vw, 2rem);
  width: auto;
}

.slideLeft {
  left: -120%;
}

.navContainer {
  max-width: 1400px;
  margin: auto;
}

#mainNav {
  left: -120%;
  transition-duration: 400ms;
  position: absolute;
  top: 100%;
}

.mainmenu{
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(248, 248, 248, 0.95);
}

.mainmenu li {
  list-style: none;
}

.menuItem {
  display: block;
  color: var(--text_color-green, black);
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  padding: 1.5rem 0;
}
.mainmenu li + li {
  border-top: 2px solid var(--background-orange);
}
.mainmenu li:last-of-type {
  border-bottom: 2px solid var(--background-orange);
  box-shadow: 0px 10px 20px -14px rgba(137, 137, 155, 0.6);
}



/*************************/
/**       FOOTER        **/
/*************************/



footer {
  background-color: var(--background-blue);
  color: white;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  line-height: clamp(2.6rem, 5vw, 3rem);
}

.footerContainer {
  max-width: 1400px;
  margin: auto;
  padding: 0 2rem;
  /* text-align: left; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.footerContainer div{
  width: 100%;
  margin: 0 auto;
  /* width: 250px; */
  padding-bottom: 2rem;
}

footer .storeHours {
  order: 1;
}

footer .contactUs {
  order: 2;
}

footer .quickLinks {
  order: 3;
}

footer h3 {
  color: var(--background-footer-h3);
  font-weight: 500;
  padding-top: 5rem;
  font-size: clamp(2.1rem, 7.3vw, 2.3rem);
  padding-bottom: 0.7rem;
}

footer li {
  list-style: none;
  padding: 0.1rem 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer img {
  padding: 0.5rem 0;
}

.storeHours li{
  display: flex;
  justify-content: space-between;
  max-width: 19rem;
  margin: 0 auto;
}

.storeHours .creditCards-flex {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin: 0 auto;
  padding-bottom: 0;
}

.storeHours .creditCards {
  width: 3.5rem;
  margin: 0 .5rem;
  padding-bottom: 0;
}

/* .creditCards + .creditCards {
  margin-left: 1rem;
} */

.creditCards img {
  display: block;
  width: 100%;
  height: auto;
}

.copyright {
  font-size: 0.9em;
  padding-top: 5rem;
  text-align: center;
}

.copyright-company {
  padding-bottom: 0.4rem;
}

.copyright-goreckimedia {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  padding-bottom: 0.2rem;
}
.copyright-goreckimedia a {
  display: block;
  padding: 0 1rem;
  opacity: 0.5;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}
.copyright-goreckimedia a:hover {
  opacity: 1;
}

.socialIcon {
  display: inline-block;
  width: 3rem;
}
.socialIcon + .socialIcon {
  margin-left: 2rem;
}

.socialIcon > img {
  display: block;
  width: 2.8rem;
  cursor: pointer;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}

.socialIcon_img-companyColor {
  opacity: 0;
}

.socialIcon img + img {
  position: absolute;
  top: 0;
  left: 0;
}

.socialIcon:hover .socialIcon_img-companyColor {
  opacity: 1;
}
.socialIcon:hover .socialIcon_img-brandColor {
  opacity: 0;
}



/*************************/
/**         PAGE        **/
/*************************/



.contentWrapper-image_text {
  display: flex;
  flex-direction: column;
  margin: 8rem 0;
  align-items: center;
}
.contentWrapper-image_text:has(+ .contentWrapper-image_text){
  margin-bottom: 6rem;
}

.mt-0 {
  margin-top: 0;
}

.imgShadow {
  box-shadow: 0px 12px 16px -10px rgb(168, 168, 168);
}

.formShadow {
  box-shadow: 0px 8px 12px -4px rgb(168, 168, 168);
}

.cattleContent {
  margin: 0 0 8rem;
}

.contentWrapper-img {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.contentWrapper-img img {
  display: block;
  width: 250px;
  height: 100%;
}

.contentWrapper-img img + img {
  display: none;
}

.contentWrapper-text {
  margin-left: 0;
  /* padding-top: 2rem; */
  align-self: flex-start;
}

.contentWrapper-text p + p {
  padding-bottom: 1.5rem;
}

.contentWrapper-text .underline {
  margin-top: 0.5rem;
}



/*************************/
/**         HOME        **/
/*************************/



.landing-image {
  background-image: url("../images/2021/indexImage.jpg");
  width: 100%;
  max-width: 1400px;
  height: 50vh;
  background-position: 51.2% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  padding-top: 50px;
}

.indexContent {
  margin-top: 0;
  margin-bottom: 8rem;
}



/*************************/
/**        ABOUT        **/
/*************************/



.contentWrapper-img {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.contentWrapper-img img {
  display: block;
  width: 250px;
  height: 100%;
}

.contentWrapper-text {
  margin-left: 0;
  /* padding-top: 2rem; */
    margin-top: 2rem;
}
.contentWrapper-text p + p {
  padding-bottom: 1.5rem;
}



/*************************/
/**       EVENTS        **/
/*************************/



.eventContent {
  min-height: 50vh;
  margin: 6rem auto;
}

.events div{
  line-height: 2.3rem !important;
  line-height: clamp(2.4rem, 3.2vw, 3.6rem) !important;
}

.events a{
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin-top: 0.5rem;
}



/*************************/
/**       CATTLE        **/
/*************************/



.contentWrapper-img .imageLargeScreenOnly {
  display: none;
}

.cattle + h2 {
  margin: auto;
}



/*************************/
/**       SALES         **/
/*************************/



.farmItems + h2 {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  padding-bottom: 0.5rem;
}

.printPage {
  display: none;
}

.farmStore {
  max-width: 1100px;
  margin: auto;
  background-color: rgb(255, 255, 255);
  margin-top: 3rem;
}
.farmStore h1 {
  padding: 3rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.4rem;
}
.priceList {
  padding: 2rem 3rem;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
}
.priceListColumn {
  width: 100%;
}
.priceListColumn:last-of-type {
  padding-top: 4rem;
}
.farmItems {
  padding: 2rem;
  padding-top: 4rem;
}
.farmItems:first-of-type {
  padding-top: 0;
}

.farmItems h2 {
  font-size: 1.8rem;
}

.farmItems li {
  list-style: none;
}

.farmItems > span {
  font-weight: bold;
}



/*************************/
/**       FORMS         **/
/*************************/



.butcheringForm img {
  padding-top: 2rem;
}
.butcheringForm h1 {
  margin: 1rem;
}



/*************************/
/**       PHOTOS        **/
/*************************/



.contentPhotos {
  width: 100%;
  margin: auto;
}

.photosContainer {
  margin: 6rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 6rem;
}

.imageContainer {
  width: 100%;
  max-width: 400px;
  transition: ease-in-out 250ms;
}
.imageContainer:hover {
  box-shadow: 0px 20px 18px -10px rgba(138, 137, 137, 0.8);
  box-shadow: 0px 20px 18px -10px var(--image-hover-blue);
}

.imageContainer img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}



/*************************/
/**       CONTACT       **/
/*************************/



.contact__container {
  display: flex;
  flex-direction: column;
}

address {
  display: none;
  font-style: normal;
}

.FoneyNewsLetter {
  display: none;
  visibility: hidden;
}

.contact__content {
  position: relative;
  z-index: 201;
  flex: 1;
  top: 2rem;
}

.contact__info__form {
  min-width: 25rem;
  max-width: 70rem;
  flex: 1;
  padding-top: 6rem;
  padding-bottom: 15rem;
}

.contact__content a:hover {
  text-decoration: underline;
}

.mapBox {
  display: none;
}

.mapBox iframe {
  height: 100%;
  width: 100%;
  border: none;
}

.error {
  display: inline;
  color: rgb(231, 10, 10);
  padding-left: 3px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.8vw, 1.9rem);
}

fieldset {
  border: 2px solid var(--text_color70, black);
  border-radius: 10px;
  background-color: transparent;
}

fieldset > fieldset {
  display: block;
  margin: auto;
  border: none;
  width: 95%;
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
  background-color: transparent;
}

fieldset li {
  padding: 0.5rem 0;
  padding-left: 1rem;
  list-style: none;
}

fieldset li label {
  cursor: pointer;
  display: inline;
  padding: 0.5rem 0;
  padding-left: 1rem;
}

legend {
  margin-bottom: 1.2rem;
  font-size: 1.9rem;
  font-size: clamp(1.9rem, 1.8vw, 2.3rem);
  padding: 0 1rem;
  margin-left: 1rem;
}

.productInformation--form {
  padding-left: 0;
}

form label {
  display: block;
  width: calc(90% + 0.5em);
  margin: auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  display: block;
  margin: auto;
  width: 90%;
  height: 3.4rem;
  padding: 0.5rem;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
  border: 2px solid rgba(57, 89, 54, 0.5);
  color: var(--text_color);
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  border-radius: 5px;
}

textarea {
  resize: none;
  min-height: 180px;
}

/* Input ::placeholder styles */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0;
  color: var(--text_color50);
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0;
  color: var(--text_color50);
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0;
  color: var(--text_color50);
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 0;
  color: var(--text_color50);
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  opacity: 0;
  color: var(--text_color50);
}

/* Input styles on :focus */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  background-color: var(--formInput--focus);
  border: 2px solid var(--text_color70, black);
}

/* Input ::placeholder shown when focused */
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="url"]:focus::-webkit-input-placeholder
  textarea:focus::-webkit-input-placeholder {
  transition-duration: 300ms;
  opacity: 1;
}
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="url"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  transition-duration: 300ms;
  opacity: 1;
}
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="url"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  transition-duration: 300ms;
  opacity: 1;
}
input[type="text"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="url"]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  transition-duration: 300ms;
  opacity: 1;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
  transition-duration: 300ms;
  opacity: 1;
}

.formButton {
  width: calc(90% + 0.5em);
  margin: 2rem auto;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  font-size: clamp(1.7rem, 2vw, 2rem);
}

.submitButton {
  display: inline-block;
  background-color: white;
  text-align: center;
  padding: 0.3em 0.7em;
  border: 2px solid rgba(57, 89, 54, 0.5);
  border-radius: 5px;
  box-shadow: 0px 18px 6px -10px var(--text_color30);
  transition-duration: 200ms;
  letter-spacing: 1px;
  padding: 1rem 0;
  font-size: 2rem;
  width: 100%;
}
.submitButton:hover {
  box-shadow: 0px 1px 1px -1px var(--text_color);
  cursor: pointer;
  border: 2px solid var(--text_color70, black);
}
.submitButton:focus {
  background-color: var(--formInput--focus);
  border: 2px solid var(--text_color70, black);
}



/*************************/
/**       @media       **/
/*************************/



@media (hover: hover) and (pointer: fine) {
  .underline:hover::before,
  .events a:hover::before {
    left: auto;
    right: 0;
    width: 0;
  }
  .underline:hover::after,
  .events a:hover::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  .footerUnderline:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
  .no-outline:focus:not(:focus-visible),
  .footerUnderline:focus:not(:focus-visible),
  .socialIcon:focus:not(:focus-visible) {
    outline: none;
  }
}

  
@media screen and (min-width: 630px) {
  .headerContainer {
    flex-direction: row;
  }
  .headerLogo {
    width: auto;
    bottom: 0;
  }
  header p {
    align-self: flex-end;
  }
  .header-small {
    display: block;
    margin-left: 0;
    bottom: 0;
  }
  .header-large {
    display: none;
  }
  .imageContainer {
    width: 40%;
    max-width: 280px;
    min-width: 240px;
    max-height: 160px;
    overflow: hidden;
  }
}


@media screen and (min-width: 700px) {
  .priceList {
    flex-direction: row;
  }
  .priceListColumn {
    width: 50%;
  }
  .priceListColumn:last-of-type {
    padding-top: 0;
  }
}


@media screen and (min-width: 850px) {
  .footerContainer {
    flex-direction: row;
    text-align: initial;
  }
  .storeHours .creditCards-flex {
    justify-content: space-between;
  }
  footer .quickLinks {
    order: 1;
  }
  footer .storeHours {
    order: 2;
  }
  footer .storeHours h3{
    text-align: center;
  }
  footer .contactUs {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  footer .contactUs h3{
    right: 5.2rem;
  }
  .contentWrapper-image_text {
    flex-direction: row;
    margin-top: 2rem;
    align-items: flex-start;
  }

  .mt-0 {
    margin-top: 0rem;
  }

  .contentWrapper-img {
    margin-right: 3rem;
    /* padding-top: 3rem; */
  }

  .contentWrapper-img img + img {
    margin-top: 6rem;
    display: block;
  }

  .landing-image {
    height: 70vh;
  }
  .indexContent {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  .contentWrapper-img .imageLargeScreenOnly {
    display: block;
  }
  .contentWrapper-text {
    margin-top: 0rem;
    top: -.6rem;
  }
  .contact__container {
    flex-direction: row;
  }
  address {
    display: block;
  }
  .contact__info {
    width: 50%;
    margin-right: 6rem;
  }
  .mapBox {
    display: block;
    width: 90%;
    height: 45rem;
    background-color: #f2f1f0;
  }
  .contact__info__form {
    padding-top: 0;
  }
}

  
@media screen and (min-width: 950px) {
  .menuItem:hover {
    color: black;
    background-color: wheat;
  }
  #toggleMenu {
    display: none;
  }
  .menuItem {
    font-size: 2rem;
    margin: 1rem 2.5rem;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  .mainmenu li + li {
    border-top: none;
  }
  .mainmenu li:last-of-type {
    box-shadow: none;
  }
  nav {
    display: block;
    width: auto;
    right: 0;
    background-color: var(--background-orange);
    z-index: 300;
    position: absolute;
    top: 0px;
  }
  #mainNav {
    left: 0 !important;
    top: 0;
    right: 0;
  }
  .mainmenu {
    display: flex;
    background-color: var(--background-orange, wheat);
    max-width: 1400px;
    justify-content: center;
    justify-content: space-around;
  }
  .menuItem {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    color: var(--text_color-green);
    margin-left: 0.5rem;
  }
  .mainmenu li:first-of-type{
    margin-left: 2.5rem;
  }
  
  .menuItem::after {
    position: absolute;
    content: "";
    background-image: url("../images/grass-hover.png");
    background-size: 80px 10px;
    width: 80px;
    height: 10px;
    left: calc(50% - 40px);
    bottom: -1rem;
    opacity: 0;
    transition-duration: 200ms;
  }
  
  .menuItem:hover::after {
    transition-duration: 200ms;
    opacity: 1;
  }
  
  .activePage::after {
    position: absolute;
    content: "";
    background-image: url("../images/grass-hover.png");
    background-size: 80px 10px;
    width: 80px;
    height: 10px;
    left: calc(50% - 40px);
    bottom: -1rem;
    opacity: 1;
  }
  
  .headerContainer {
    margin-top: 2rem;
  }
  .headerImage {
    width: 11rem;
    width: clamp(7rem, 13vw, 11rem);
    margin: auto;
  }
  .headerLogo{
    padding-top: 2.8rem;
  }
  header p {
    align-self: center;
  }
}

@media screen and (min-width: 1000px) {
  .underline::before,
  .underline::after,
  .events a::before,
  .events a::after {
    bottom: 3px;
  }
}

@media screen and (min-width: 1150px) {
  .headerContainer {
    margin-top: 0;
  }
  .headerLogo {
    padding-top: .5rem;
  }
  .header-small {
    margin-left: -150px;
  }
  .mainmenu{
        justify-content: flex-end;
  }
  header p {
    align-self: flex-end;
  }
  header{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
  }
}


@media screen and (min-width: 1430px) {
  .landing-image {
    max-width: calc(1400px - 2rem);
  }
}


