* {
  box-sizing: border-box;
}
html, 
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "acumin-variable", sans-serif;
}

a {
  text-decoration: none;
}

/* -----------------------------------------MAIN HOME----------------------------------------- */
.mainhome {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/webbackdesktop.png");
  background-size: cover;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 60% 40%;
}
/* HEADER */
.header {
  grid-column: 1 / 3;
  width: 100%;
  height: 120px;
  background-color: #eb1d5b;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;

  padding: 0 80px;
}
.header a {
    color: white; 
    transition: color 0.3s ease; 
    text-decoration: none;
    display: inline-block;
    transition: transform 0.25s ease, color 0.25s ease;
}
.header a:hover {
  color: yellow;
  transform: translateY(-2px);
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

/* -----------------left side------------------------ */
.visitbox ul {
  justify-content: flex-start;
  gap: 85px;
}

/* -------------------center---------------------------- */
.museumname ul {
  justify-content: center;
}

/* right side */
.storebox ul {
  justify-content: flex-end;
  gap: 110px;
}

/* all header text */
.header li {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: 'wght' 750, 'wdth' 55, 'slnt' 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 1;
}

/* side links */
.visitbox li,
.storebox li {
  font-size: 32px !important;
  font-weight: 700;
  font-variation-settings: 'wght' 750, 'wdth' 55, 'slnt' 0;
}
/* museum title */
.museumname li {
  font-size: 52px;
}

/* --------------------------------------------------------------------CONTENT AREA---------------------------------------------------------- */
.mainhome {
  grid-template-columns: 1.2fr 0.8fr;
}

/* LEFT TEXT SIDE */
.leftside {
  grid-column: 1 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
}

.infobox {
  width: 85%;
  margin: 0;
}

.fridaname h1 {
  margin: 0 0 10px 0;
  color: white;
  font-variation-settings: 'wght' 650, 'wdth' 30, 'slnt' 0;
  font-size: clamp(65px, 7vw, 115px);
  line-height: 0.9;
  position: relative; 
  margin: -20px; 
}

.greenbox {
  background-color: #6ba062;
  padding: 45px 28px 30px;
  min-height: 300px;
}

.years p {
  color: white;
  font-size: clamp(18px, 2vw, 27px);
  font-style: italic;
  margin: 0 0 18px 0;
}

.info1 p,
.info2 p {
  color: white;
  font-variation-settings: 'wght' 200, 'wdth' 32, 'slnt' 10;
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 1.2;
  margin: 0 0 20px 0;
}

/* IMAGE */
.rightside {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 50px;
}

.pictureframe img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

/* HAMBURGER MENU */
#menuToggle {
  display: none;
}
/*----------------------------------------------------------------SECOND PAGE----------------------------------------------------------------------------*/
body {
  margin: 0;
}
.ticketpage {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/webbackdesktop.png");
  background-size: cover;
  grid-template-rows: auto 1fr;
  grid-template-columns: 60% 40%;
}
.ticketpage {
  width: 100%;
  overflow: hidden; /* keeps floats contained */
}

/* top bar */
.ticketpage .greenrectangle {
  width: 100%;
  height: 60px;
  background-color: #6ba062;
  float: left;
  margin-top: -60px;
  z-index: 2;
}

/* title */
.ticketpage h1 {
  float: left;
  margin-top: 4px;
  margin-left: 31px;
  margin-bottom: -16px;
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 123px;
  color: white;
  z-index: 100% !important;
  position: relative;
}
.ticketpage .leftside2 {
  width: 40%;
  height: 400px;
  float: left;
  margin-left: 144px;
  margin-top: 30px;
  border: 0px solid #000;
}
/* ticket boxes */
.ticketpage .ticketbox {
  width: 100%;
  height: 100%;
  background-color: rgb(215, 159, 26);
  float: left;
  margin: 0 0 0 0; 
  border-radius: 15px;
}
.ticketpage .ticketbox .picture {
  width: 50%;
  height: 64%;
  border: 0px solid #000;
  margin-left: 38px;
  margin-top: 26px;
}
.ticketpage .ticketbox .picture img {
  height: 100%; 
  width: auto;
}
.ticketpage .menuinfo {
  width: 30%;
  height: 64%;
  float: right;
  border: 0px solid #000; 
  margin-top: -254px;
  margin-right: 45px;
}
.ticketpage .menuinfo h1 {
  font-size: 60px; 
  margin-top: auto;
  margin-left: auto; 
  color:#875904; 
  line-height: 51px;
}
.ticketpage .menuinfo h2 {
  font-size: 20px;
  color:#875904;
  line-height: 67px;
}
.ticketpage .menuinfo p {
  color:#875904;
  font-size: 16px;
  margin-top: -21px; 
}
.ticketpage .menuinfo .rating  {
  color:#001eff;
  font-size: 30px;
}

.ticketpage .ticketbox .buyticket {
  width: 89%;
  height: 24%;
  border: 4px solid #875904;
  border-radius: 10px;
  margin: 13px auto 0 auto;
}
.ticketpage .ticketbox .buyticket h1 {
  margin-left: 170px;
  margin-top: 0px;
  font-size: 60px;
  color:#875904;
}

.ticketpage .ticketbox .rightside {
  width: 40%;
  height: 400px;
  float: right;
  margin-right: 144px;
  margin-top: 30px;
  border: 3px solid #000;
}
.ticketpage .ticketbox2 {
  width: 589px;
  height: 52vh;
  background-color: rgb(215, 159, 26);
  float: right;
  margin: 0 0 0 0;
  border-radius: 15px;
  margin-right: 140px;
  margin-top: 31px;
}
.ticketpage .ticketbox2 .picture2 {
  width: 50%;
  height: 64%;
  border: 0px solid #000;
  margin-left: 38px;
  margin-top: 26px;
}
.ticketpage .ticketbox2 .picture2 img {
  height: 100%;
  width: auto;
}
.ticketpage .menuinfo2 h1 {
  font-size: 60px;
  margin-left: auto;
  line-height: 51px;
  color:#875904
}
.ticketpage .menuinfo2 h2 {
  font-size: 20px; 
  color:#875904;
  line-height: 67px;
}
.ticketpage .ticketbox2 .menuinfo2 {
  width: 30%; 
  height: 64%;
  float: right; 
  border: 0px solid #000;
  margin-top: -255px;
  margin-right: 46px;
}
.ticketpage .buyticket2 {
  width: 89%;
  height: 24%;
  border: 4px solid #875904;
  border-radius: 10px;
  margin: 13px auto 0 auto;
}
.ticketpage .buyticket2 h1 {
  margin-left: 170px;
  margin-top: 0px;
  font-size: 60px;
  color:#875904;
}
.ticketpage .menuinfo2 p {
  color:#875904; 
  margin-top: -21px; 
}
.ticketpage .menuinfo2 .rating2 {
  color:#001eff;
  font-size: 30px;
}
/*----------------------------------------------------HOVER EFFECTS-----------------------------------------*/
.ticketbox .buyticket,
.ticketbox2 .buyticket2 {
  transition: margin 0.2s ease, background-color 0.3s ease;
}

.ticketbox .buyticket:hover,
.ticketbox2 .buyticket2:hover {
  margin-top: 3px;
  background-color: #6ba062;
}

.ticketbox .buyticket:hover h1,
.ticketbox2 .buyticket2:hover h1 {
  color: white;
}
/* --------------------------------------------------THIRD PAGE---------------------------------------------*/
body {
  margin: 0;
}
.activitiespage {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/webbackdesktop.png");
  background-size: cover;
  grid-template-rows: auto 1fr;
  grid-template-columns: 60% 40%;
}
.activitiespage .greenrectangle2 {
  width: 100%;
  height: 60px;
  background-color: #6ba062;
  float: left;
  margin-top: 19px;
  z-index: 2;
}
.greenrectangle2 h1 {
  float: left;
  margin-top: 4px;
  margin-left: 31px;
  margin-bottom: -16px;
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 123px;
  color: white;
  z-index: 100% !important;
  position: relative;
}
.schedulepage {
  width: 100%;
  height: 75vh;
  border: 0px solid #000;
  background-color: rgb(215, 159, 26);
  margin-top: 18px;
  overflow: hidden;
}
.schedulepage .maininfobox {
  width:45%;
  height:70vh;
  border: 3px solid #0000;
  float:left;
}
.maininfobox h1 {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 123px;
  color: white;
}

/* title */
.maininfobox h2 {
  float: left;
  margin-top: 77px;
  margin-left: 33px;
  margin-bottom: 7px;
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 66px;
  color: white;
}
.maininfobox .timesheet {
  width: 68%;
  height: 35vh;
  border: 1px solid rgb(215, 159, 26);
  margin-top: 154px;
}
.timesheet li {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 22px;
  color: #eb1d5b;
  list-style: none;
}
.rightsideinfo {
  width: 50%;
  height: 70vh;
  border: 0px solid #000;
  float: right;
}
.rightsideinfo .gardenphoto {
  width: 100%; 
  height: 55vh;
  border: 0px solid #000;
}
.rightsideinfo img {
  width: 100%; 
  height: auto;
}
.admission {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.prices {
  width: 48%;
  height: 220px;
  float: left;
  border: 0px solid #000;
  margin-top:-50px;
  margin-left:15px;
}

.prices2 {
  width: 48%;
  height: 220px;
  float: right;
  border: 0px solid #000;
}

.prices1,
.prices2b {
  list-style: none;
  margin: 0;
  padding: 25px;
}

.prices1 li,
.prices2b li {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 19px;
  line-height: 1.25;
  color: #001eff;
}
/*-----------------------------------------------------FOURTH DESKTOP PAGE----------------------------------------------------------------------*/
body {
  margin: 0;
}
.STORE {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/webbackdesktop.png");
  background-size: cover;
  grid-template-rows: auto 1fr;
  grid-template-columns: 60% 40%;
}
.STORE .greenrectangle3 {
  width: 100%;
  height: 60px;
  background-color: #6ba062;
  float: left;
  margin-top: 59px;
  z-index: 2;
}

.productarea {
  width: 100%;
  height: 60vh;
  border: 0px solid #000;
  background-color: #eb1d5b;
  margin-top: 30px;
  overflow: hidden;
}
.greenrectangle3 h1 {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 123px;
  color: white;
  margin-top: -70px;
  margin-left: 20px;
}
.merchcontainer {
  width: 100%;
  height: 50vh;
  background-color: white;
  margin: 30px auto 0 auto;
}
.merchcontainer h1 {
  font-family: "acumin-variable",sans-serif;
  font-variation-settings: 'wght' 650, 'wdth' 50, 'slnt' 0;
  font-size: 60px;
  color: #eb1d5b;
  margin-left: 20px;
}
.merchcontainer .container2 {
  height: 41vh;
  width: 100%;
  border: 0px solid #000;
  float: left;
  margin: -40px auto 0 auto;
}
.container2 .shirt1 {
  height: 35vh;
  width: 20%;
  border: 0px solid #000;
  float: left;
  margin-left: 120px;
}
.container2 .shirt1 img {
  height: auto;
  width: 100%;
}
.container2 .tote1 {
  height: 35vh;
  width: 20%;
  border: 0px solid #000;
  float: left;
  margin-left: 20px;
}
.container2 .tote1 img {
  height: auto;
  width: 100%;
}
.container2 .pin1 {
  height: 35vh;
  width: 20%;
  border: 0px solid #000;
  float: left;
  margin-left: 20px;
}
.container2 .pin1 img {
  height: auto;
  width: 100%;
}
.container2 .pocketbook1 {
  height: 35vh;
  width: 20%;
  border: 0px solid #000;
  float: left;
  margin-left: 20px;
}
.container2 .pocketbook1 img {
  height: auto;
  width: 100%;
}


/* -------------------------------------TABLET FIRST PAGE ------------------------------------------ */
/* TABLET */
@media only screen and (max-width: 1100px) and (min-width: 481px) {
   #menu {
  display: flex;
  flex-direction: column; /* KEY */
  align-items: flex-start;
  gap: 20px;
  }
  .ticketpage {
  min-height: 100vh;
  width: 100%;
  background-image: url("../images/webbackdesktop.png");
  background-size: cover;
  grid-template-rows: auto 1fr;
  grid-template-columns: 60% 40%;
  }
  .mainhome {
  min-height: 100vh;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto 1fr;
  }
  .header {
  grid-column: 1 / 3;
  height: 110px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .museumname {
  transform: translateX(-35px); 
  }

  .museumname ul {
  justify-content: flex-start;
  }
  .visitbox,
  .storebox {
  display: none;
  }

  .museumname li {
    font-size: 60px;
    margin-left: 10px; 
  }

  /* show hamburger */
  #menuToggle {
    display: block;
    position: fixed;
    top: 35px;
    right: 40px;
    left: auto;
    z-index: 20;
  }

  #menuToggle span {
    display: block;
    width: 55px;
    height: 3px;
    margin-bottom: 14px;
    background: white;
  }

  .leftside {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 110px 0 0 0;
    display: block;
    position: relative;
    z-index: 2;
  }

  .infobox {
    width: 100%;
    position: relative;
  }
  .fridaname {
    position: relative;
    z-index: 3;
  }
  .fridaname h1 {
    font-size: clamp(90px, 7vw, 130px);
    line-height: 0.85;
    margin: 0;
    top: 25px;
    position: relative;
    z-index: 3;
  }

  .greenbox {
    width: 105%;
    padding: 55px 12px 30px 12px;
    min-height: 435px;
  }

  .years p {
    font-size: 30px;
    font-variation-settings: 'wght' 200, 'wdth' 80;
    margin-bottom: 9px;
  }

  .info1 p,
  .info2 p {
    font-size: 30px;
    line-height: 1.27;
  }

  .rightside {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding: 145px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .pictureframe img {
    width: 105%;
    max-width: none;
  }
/* HAMBURGER MENU - TABLET + PHONE */
@media only screen and (max-width: 1100px) {
  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 999;
  }

  #menuToggle input {
    width: 48px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }

  #menuToggle span {
    display: block;
    width: 46px;
    height: 4px;
    margin-bottom: 9px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
  }

  /* turns hamburger into X */
  #menuToggle input:checked ~ span {
    background: #eb1d5b;
  }

  #menuToggle input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }

  #menuToggle input:checked ~ span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(20px);
  }

  #menuToggle input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }

  /* slide menu */
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    max-width: 390px;
    height: 100vh;
    margin: 0;
    padding: 130px 35px 40px;
    background: #decc0b;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  }

  #menuToggle input:checked ~ #menu {
    transform: translateX(0);
  }

  #menu li {
    margin-bottom: 28px;
  }

  #menu a,
  #menu label {
    color: #eb1d5b;
    font-family: "acumin-variable", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
  }

  #menu a:hover,
  #menu label:hover {
    color: #001eff;
  }
}

}


/* -------------------------------------PHONE FIRST PAGE---------------------------------------------- */
@media only screen and (max-width: 480px) {
#menu {
  max-width: 100vw;
  display: flex;
  flex-direction: column; /* KEY */
  align-items: flex-start;
  gap: 20px;
}
    body {
    margin: 0;
    overflow: hidden; 
}
    .mainhome {
    width: 100%;
    height: auto !important; 
    overflow: visible !important;
    max-width: 100vw;
    display: block;
    height: 100svh;
    position: relative;
  }

  .header {
    height: 115px;
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .visitbox,
  .storebox {
    display: none;
  }

  .museumname li {
    font-size: 28px;
    transform: translateX(8px);  /* smooth shift left */
    line-height: 1;

  }
  .leftside {
  width: 100%;
  max-width: 100%;
  padding: 135px 0 0 0;
  }
  .infobox {
    width: 100%;
  }
 .fridaname h1 {
  font-size: clamp(55px, 10vw, 110px);
  line-height: 0.8;
position: relative;
  top: clamp(10px, 3vw, 40px); /* ← responsive overlap */
  margin: 0;
  z-index: 2;
}
  .greenbox {
    width: 100%;
    max-width: 100%;
    height: auto !important;
    padding: 30px 16px 40px;
    background-color: #6ba062;
  }
  .years p {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .info1 p {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .info2 p {
    font-size: 20px;
    line-height: 1.35;
    width: 34%;
  }
  .rightside {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    position: absolute;
    top: 491px;
    right: 0px;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    pointer-events: none;
  }
.pictureframe {
    margin: 0;
    padding: 0;
}
  .pictureframe img {
  width: 60%;
  position: relative;
  display: block; 
    float:right;
}
  #menuToggle {
    pointer-events: auto; 
    display: block !important;
    position: fixed !important;
    top: 28px !important;
    right: 20px !important;
    width: 50px;
    height: 40px;
    z-index: 9999 !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 50px !important;
    height: 40px !important;
    cursor: pointer;
    z-index: 1000001 !important;
  }
  #menuToggle span {
    display: block !important;
    width: 45px;
    height: 4px;
    margin-bottom: 8px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1000000 !important;
    pointer-events: none;
  }
  #menu {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 85vw;
    height: 100vh;
    padding: 110px 30px 30px;
    background: #decc0b;
    list-style: none;
    display: flex !important;
    flex-direction: column;
    gap: 22px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 999998 !important;
  }
  #menuToggle input:checked ~ #menu {
    transform: translateX(0) !important;
  }
  #menu li {
    display: block;
  }
  #menu a {
    color: #eb1d5b;
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;  }
  #menuToggle input {
    pointer-events: auto;
  
  }
}
/*-----------------------------------------SECOND PAGE TABLET----------------------------------------------*/
/* ================================
   TABLET TICKET PAGE
   481px - 1100px
================================ */
@media only screen and (min-width: 481px) and (max-width: 1100px) {

  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .ticketpage {
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  /* Header */
  .ticketpage .header {
    height: 105px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ticketpage .visitbox,
  .ticketpage .storebox {
    display: none;
  }

  .ticketpage .museumname li {
    font-size: clamp(38px, 5vw, 54px);
    line-height: 1;
  }

  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 35px;
    z-index: 99999;
  }

  /* Tickets title */
  .ticketpage .ticket1 {
    width: 100%;
    height: auto;
    margin: 85px 0 0 0;
    float: left;
  }

  .ticketpage .ticket1 h1 {
    font-size: clamp(90px, 14vw, 135px);
    line-height: 1;
    margin: 0 0 -12px 22px;
    float: left;
  }

  .ticketpage .greenrectangle {
    width: 100%;
    height: 70px;
    margin-top: -62px;
    float: left;
  }

  /* Stack ticket cards */
  .ticketpage .leftside2,
  .ticketpage .rightside2 {
    width: 88%;
    height: auto;
    float: none;
    clear: both;
    margin: 40px auto 0 auto;
  }

  .ticketpage .rightside2 {
    margin-bottom: 70px;
  }

  .ticketpage .ticketbox,
  .ticketpage .ticketbox2 {
    width: 100%;
    height: 300px;
    float: none;
    margin: 0;
    padding: 22px;
    border-radius: 14px;
    overflow: hidden;
    background-color: rgb(215, 159, 26);
  }

  .ticketpage .picture,
  .ticketpage .picture2 {
    width: 43%;
    height: 100%;
    float: left;
    margin: 0;
  }

  .ticketpage .picture img,
  .ticketpage .picture2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ticketpage .menuinfo,
  .ticketpage .menuinfo2 {
    width: 52%;
    height: 190px;
    float: right;
    margin: 0;
    overflow: hidden;
  }

  .ticketpage .menuinfo h1,
  .ticketpage .menuinfo2 h1 {
    font-size: clamp(38px, 5vw, 58px);
    line-height: 0.95;
    margin: 0 0 6px 0;
    float: none;
    color: #875904;
  }

  .ticketpage .menuinfo h2,
  .ticketpage .menuinfo2 h2 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 12px 0;
    color: #875904;
  }

  .ticketpage .menuinfo p,
  .ticketpage .menuinfo2 p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px 0;
    color: #875904;
  }

  .ticketpage .rating,
  .ticketpage .rating2 {
    font-size: 26px;
    color: #001eff;
  }

  .ticketpage .buyticket,
  .ticketpage .buyticket2 {
    width: 52%;
    height: 70px;
    float: right;
    clear: right;
    margin: 18px 0 0 0;
    border: 4px solid #875904;
    border-radius: 10px;
  }

  .ticketpage .buyticket h1,
  .ticketpage .buyticket2 h1 {
    font-size: clamp(36px, 5vw, 55px);
    line-height: 70px;
    margin: 0;
    text-align: center;
    float: none;
    color: #875904;
  }
}


/* ================================
   PHONE TICKET PAGE
   480px and below
================================ */
@media only screen and (max-width: 480px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .ticketpage {
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }

  /* Header */
  .ticketpage .header {
    height: 62px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ticketpage .visitbox,
  .ticketpage .storebox {
    display: none;
  }

  .ticketpage .museumname li {
    font-size: clamp(20px, 6.5vw, 26px);
    line-height: 1;
    letter-spacing: 0;
  }

  #menuToggle {
    display: block;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 99999;
  }

  #menuToggle span {
    width: 34px;
    height: 3px;
    margin-bottom: 6px;
    background: white;
  }

  /* Tickets title */
  .ticketpage .ticket1 {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
    float: left;
  }

  .ticketpage .ticket1 h1 {
    font-size: clamp(54px, 17vw, 68px);
    line-height: 1;
    margin: 0 0 -6px 8px;
    color: white;
    float: left;
  }

  .ticketpage .greenrectangle {
    width: 100%;
    height: 52px;
    margin-top: -47px;
    background-color: #6ba062;
    float: left;
  }

  /* First card */
  .ticketpage .leftside2 {
    width: 92%;
    height: auto;
    float: none;
    clear: both;
    margin: 18px auto 0 auto;
  }

  .ticketpage .ticketbox {
    width: 100%;
    height: 170px;
    background-color: rgb(215, 159, 26);
    border-radius: 6px;
    padding: 12px;
    overflow: hidden;
    float: none;
  }

  .ticketpage .ticketbox .picture {
    width: 43%;
    height: 100%;
    float: left;
    margin: 0;
  }

  .ticketpage .ticketbox .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ticketpage .ticketbox .menuinfo {
    width: 52%;
    height: 100px;
    float: right;
    margin: 0;
    overflow: hidden;
  }

  .ticketpage .ticketbox .menuinfo h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 2px 0;
    color: #875904;
    float: none;
  }

  .ticketpage .ticketbox .menuinfo h2 {
    font-size: 9px;
    line-height: 1;
    margin: 0 0 6px 0;
    color: #875904;
  }

  .ticketpage .ticketbox .menuinfo p {
    font-size: 9px;
    line-height: 1.15;
    margin: 0 0 4px 0;
    color: #875904;
  }

  .ticketpage .ticketbox .menuinfo .rating {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #001eff;
  }

  .ticketpage .ticketbox .buyticket {
    width: 52%;
    height: 40px;
    float: right;
    clear: right;
    margin: 8px 0 0 0;
    border: 3px solid #875904;
    border-radius: 6px;
  }

  .ticketpage .ticketbox .buyticket h1 {
    font-size: 23px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    color: #875904;
    float: none;
  }

  /* Second card */
  .ticketpage .rightside2 {
    width: 92%;
    height: auto;
    float: none;
    clear: both;
    margin: 55px auto 45px auto;
  }

  .ticketpage .ticketbox2 {
    width: 100%;
    height: 170px;
    background-color: rgb(215, 159, 26);
    border-radius: 6px;
    padding: 12px;
    overflow: hidden;
    float: none;
    margin: 0;
  }

  .ticketpage .ticketbox2 .picture2 {
    width: 43%;
    height: 100%;
    float: left;
    margin: 0;
  }

  .ticketpage .ticketbox2 .picture2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ticketpage .ticketbox2 .menuinfo2 {
    width: 52%;
    height: 100px;
    float: right;
    margin: 0;
    overflow: hidden;
  }

  .ticketpage .ticketbox2 .menuinfo2 h1 {
    font-size: 21px;
    line-height: 1;
    margin: 0 0 2px 0;
    color: #875904;
    float: none;
  }

  .ticketpage .ticketbox2 .menuinfo2 h2 {
    font-size: 9px;
    line-height: 1;
    margin: 0 0 6px 0;
    color: #875904;
  }

  .ticketpage .ticketbox2 .menuinfo2 p {
    font-size: 9px;
    line-height: 1.15;
    margin: 0 0 4px 0;
    color: #875904;
  }

  .ticketpage .ticketbox2 .menuinfo2 .rating2 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #001eff;
  }

  .ticketpage .ticketbox2 .buyticket2 {
    width: 52%;
    height: 40px;
    float: right;
    clear: right;
    margin: 8px 0 0 0;
    border: 3px solid #875904;
    border-radius: 6px;
  }

  .ticketpage .ticketbox2 .buyticket2 h1 {
    font-size: 23px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    color: #875904;
    float: none;
  }
}
 

/*-----------------------------------------THIRD PAGE TABLET----------------------------------------------*/
@media only screen and (max-width: 1100px) and (min-width: 481px){
  body {
  margin: 0;
}
.museumname li {
  font-size:75px;
  line-height: 1;
}
.maininfobox .timesheet {
  width: 90%;
  height: auto; 
}
.timesheet li {
  font-size: 29px;
  line-height: 1.5;
}
.schedulepage .maininfobox {
  margin-top: -20px;
}
  .rightsideinfo {
    width: 45%;
    height: auto;
    float: right;
    margin-right: 2%;
    overflow: hidden;
  }

  .gardenphoto {
    width: 100%;
    height: 220px;
    margin-top: 60px;
    overflow: hidden;
  }

  .gardenphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .admission {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
  }
  .prices,
  .prices2 {
    width: 90%;
    min-height: 135px;
    margin: 25px auto 0 auto;
    padding: 18px;
    float: none;
    border: 0px solid #000;
  }
   .prices {
    margin: 45px auto 0 auto;
  }

  .prices2 {
    margin: -20px auto 0 auto;
  }

  .prices1,
  .prices2b {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .prices1 li,
  .prices2b li {
    font-family: "acumin-variable", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    color: white;
    margin-bottom: 10px;
  }
  /* HAMBURGER MENU - TABLET + PHONE */
@media only screen and (max-width: 1100px) {
  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 999;
  }

  #menuToggle input {
    width: 48px;
    height: 40px;
    position: absolute;
    top: -8px;
    left: -8px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }

  #menuToggle span {
    display: block;
    width: 46px;
    height: 4px;
    margin-bottom: 9px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
  }

  /* turns hamburger into X */
  #menuToggle input:checked ~ span {
    background: #eb1d5b;
  }

  #menuToggle input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }

  #menuToggle input:checked ~ span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(20px);
  }

  #menuToggle input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }

  /* slide menu */
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    max-width: 390px;
    height: 100vh;
    margin: 0;
    padding: 130px 35px 40px;
    background: #decc0b;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  }

  #menuToggle input:checked ~ #menu {
    transform: translateX(0);
  }

  #menu li {
    margin-bottom: 28px;
  }

  #menu a,
  #menu label {
    color: #eb1d5b;
    font-family: "acumin-variable", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
  }

  #menu a:hover,
  #menu label:hover {
    color: #001eff;
  }
}
}
/*--------------------------------------------------------------------PHONE THIRD PAGE---------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /* PHONE SIZE  */

  /* PAGE */
  .activitiespage {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
  }

  /* HEADER */
  .header {
    height: 95px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  } 

  .schedulepage .maininfobox {
    margin-top: 40px;
  }
  .visitbox,
  .storebox {
    display: none;
  }

  .museumname li {
    font-size: 30px;
    line-height: 1;
  }

  #menuToggle {
    display: block;
    position: fixed;
    top: 28px;
    right: 18px;
    left: auto;
    z-index: 99999;
  }

  #menuToggle span {
    width: 42px;
    height: 3px;
    margin-bottom: 8px;
  }

  /* SCHEDULE TITLE BAR */
  .greenrectangle2 {
    width: 100%;
    height: 50px;
    margin-top: 55px;
    margin-bottom: 25px;
    background-color: #6ba062;
    float: left;
  }

  .greenrectangle2 h1 {
    font-size: 92px;
    margin-top: -10px;
    margin-left: 11px;
    color: white;
  }

  /* YELLOW SCHEDULE BOX */
  .schedulepage {
    width: 94%;
    min-height: 620px;
    height: auto;
    margin: 70px auto 0 auto;
    background-color: rgb(215, 159, 26);
    overflow: hidden;
  }

  /* LEFT SIDE - HOURS */
  .schedulepage .maininfobox {
    width: 40%;
    height: auto;
    float: left;
    margin: 0;
  }

  .maininfobox h2 {
    font-size: 85px;
    margin-top: 11px;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .maininfobox .timesheet {
    width: 77%;
    height: auto;
    margin: 0 0 0 10px;
  }

  .timesheet .style1 {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .timesheet li {
    font-size: 20.5px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  /* PRICE BOX UNDER HOURS */
  .prices {
    width: 92%;
    min-height: 120px;
    margin: 25px auto 0 auto;
    padding: 10px;
    float: none;
    border: 0px solid #000;
  }

  .prices1 {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .prices1 li {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 8px;
    color: white;
  }

  /* RIGHT SIDE - PHOTO + SECOND PRICE BOX */
  .rightsideinfo {
    width: 58%;
    height: auto;
    float: right;
    margin: 0;
    border: none;
  }

  .gardenphoto {
    width: 90%;
    height: 180px;
    margin: 35px auto 0 auto;
    overflow: hidden;
  }

  .gardenphoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .prices2 {
    width: 90%;
    min-height: 120px;
    margin: 10px auto 0 auto;
    padding: 10px;
    float: none;
    border: 0px solid #000;
  }

  .prices2b {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .prices2b li {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 8px;
    color: white;
  }
   /* -------------------HAMBURGER MENU - TABLET + PHONE------------------- */

  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 99999;
    border: none;
    background: transparent;
    padding: 0;
  }

  #menuToggle input {
    width: 45px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    position:absolute;
    z-index: 2;
  }

  #menuToggle span {
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 9px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
  }

  /* turns hamburger into X */
  #menuToggle input:checked ~ span {
    background: #eb1d5b;
  }

  #menuToggle input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }

  #menuToggle input:checked ~ span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(20px);
  }

  #menuToggle input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }

  /* slide menu */
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    max-width: 390px;
    height: 100vh;
    margin: 0;
    padding: 130px 35px 40px;
    background: #decc0b;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  }

  #menuToggle input:checked ~ #menu {
    transform: translateX(0);
  }

  #menu li {
    margin-bottom: 28px;
  }

  #menu a,
  #menu label {
    color: #eb1d5b;
    font-family: "acumin-variable", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
  }

  #menu a:hover,
  #menu label:hover {
    color: #001eff;
  }
}
/*-----------------------------------------FOURTH PAGE TABLET----------------------------------------------*/
@media only screen and (max-width: 1100px) and (min-width: 481px){
  /* TABLET STORE */
 
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .STORE {
    min-height: 100vh;
    height: auto;
    overflow: visible;
  }
  .STORE .greenrectangle3 {
  height:10vh;
  margin-top:auto;
}
.STORE .greenrectangle3 h1 {
  margin-top: -30px;
}
  .productarea {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 60px;
  }

  .merchcontainer {
    width: 90%;
    height: auto;
    margin: 30px auto 0 auto;
    overflow: visible;
    padding-bottom: 60px;
  }

  .merchcontainer .container2 {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    overflow: visible;
  }

  .container2 .shirt1,
  .container2 .tote1,
  .container2 .pin1,
  .container2 .pocketbook1 {
    width: 65%;
    height: auto;
    float: none;
    clear: both;
    margin: 40px auto;
  }

  .container2 .shirt1 img,
  .container2 .tote1 img,
  .container2 .pin1 img,
  .container2 .pocketbook1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 99999;
    border: none;
    background: transparent;
    padding: 0;
  }

  #menuToggle input {
    width: 45px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    position:absolute;
    z-index: 2;
  }

  #menuToggle span {
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 9px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
  }

  /* turns hamburger into X */
  #menuToggle input:checked ~ span {
    background: #eb1d5b;
  }

  #menuToggle input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }

  #menuToggle input:checked ~ span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(20px);
  }

  #menuToggle input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }

  /* slide menu */
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    max-width: 390px;
    height: 100vh;
    margin: 0;
    padding: 130px 35px 40px;
    background: #decc0b;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  }

  #menuToggle input:checked ~ #menu {
    transform: translateX(0);
  }

  #menu li {
    margin-bottom: 28px;
  }

  #menu a,
  #menu label {
    color: #eb1d5b;
    font-family: "acumin-variable", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
  }

  #menu a:hover,
  #menu label:hover {
    color: #001eff;
  }
}
/*-----------------------------------------FOURTH PAGE PHONE----------------------------------------------*/
@media only screen and (max-width: 480px) {

  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .STORE {
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }
  .STORE .greenrectangle3 {
    height: 12vh;
    margin-top:auto;
  }
  .greenrectangle3 h1{
    font-size: 90px;
    margin-top:auto;

  }
  .productarea {
    height: auto;
    min-height: 100vh;
    overflow: visible;
    padding-bottom: 60px;
  }

  .merchcontainer {
    width: 92%;
    height: auto;
    min-height: auto;
    overflow: visible;
    padding-bottom: 60px;
  }

  .merchcontainer .container2 {
    width: 100%;
    height: auto;
    float: none;
    overflow: visible;
    margin: 0;
  }

  .container2 .shirt1,
  .container2 .tote1,
  .container2 .pin1,
  .container2 .pocketbook1 {
    width: 82%;
    height: auto;
    float: none;
    clear: both;
    margin: 35px auto;
  }

  .container2 .shirt1 img,
  .container2 .tote1 img,
  .container2 .pin1 img,
  .container2 .pocketbook1 img {
    width: 100%;
    height: auto;
    display: block;
  }
  #menuToggle {
    display: block;
    position: fixed;
    top: 34px;
    right: 40px;
    z-index: 99999;
    border: none;
    background: transparent;
    padding: 0;
  }

  #menuToggle input {
    width: 45px;
    height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
    position:absolute;
    z-index: 2;
  }

  #menuToggle span {
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 9px;
    background: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    transition: 0.4s ease;
  }

  /* turns hamburger into X */
  #menuToggle input:checked ~ span {
    background: #eb1d5b;
  }

  #menuToggle input:checked ~ span:nth-of-type(1) {
    transform: rotate(45deg) translate(9px, 9px);
  }

  #menuToggle input:checked ~ span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(20px);
  }

  #menuToggle input:checked ~ span:nth-of-type(3) {
    transform: rotate(-45deg) translate(9px, -9px);
  }

  /* slide menu */
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70vw;
    max-width: 390px;
    height: 100vh;
    margin: 0;
    padding: 130px 35px 40px;
    background: #decc0b;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.45s ease;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.25);
  }

  #menuToggle input:checked ~ #menu {
    transform: translateX(0);
  }

  #menu li {
    margin-bottom: 28px;
  }

  #menu a,
  #menu label {
    color: #eb1d5b;
    font-family: "acumin-variable", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer;
  }

  #menu a:hover,
  #menu label:hover {
    color: #001eff;
  }
}