* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Unna", serif;
}

body {
  min-width: 256px;
  max-width: 2500px;
  margin: 0 auto;
}

.navbar {
  display: flex;
  padding: 2rem;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  font-family: "DM Serif Display", serif;
}

a {
  text-decoration: none;
  color: black;
}

.navitems {
  display: inline;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "DM Serif Display", serif;
}

.navitems:hover,
a:hover {
  color: #cc5500;
}

.navleft {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 25px;
  height: 4px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: black;
}

h1 {
  font-family: "DM Serif Display", serif;
}

h2 {
  font-family: "DM Serif Display", serif;
}

.piccontainer0 {
  display: flex;
  align-items: center;
  color: grey;
  overflow: hidden;
}

q::before {
  content: open-quote;
  font-size: 4em;
  position: absolute;
  top: -35px;
  left: -1rem;
}
q::after {
  content: close-quote;
  font-size: 4em;
  position: absolute;
  bottom: -66px;
}

#container0text {
  margin-left: -2rem;
  margin-right: 1.5rem;
  transform: skew(-15deg);
  font-size: 0.8rem;
  z-index: -1;
}

/*1st section*/

.piccontainer1 {
  position: relative;
  text-align: center;
  height: auto;
}

#sec1title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 1.25rem;
  padding-left: -1rem;
  padding-right: -1rem;
  width: 90%;
  max-width: 800px;
}

#learn {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  margin-top: 60%;
  color: black;
}

.arrow {
  margin-left: 0.2rem;
  animation: move 0.8s linear both infinite alternate, linear 0.8s;
}

#arrow2 {
  margin-left: 0.2rem;
  animation: move1 0.8s linear both infinite alternate, linear 0.8s;
  fill: #87986a;
}

#arrow2:hover {
  fill: black;
}

@keyframes move {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(10px);
  }
}

@keyframes move1 {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(10px);
  }
}

#learn:hover,
.arrow:hover {
  font-weight: 600;
  color: #cc5500;
  fill: #cc5500;
}

#learn2:hover,
#arrow2:hover {
  font-weight: 600;
  color: black;
  fill: black;
}

#sec1par {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 0.8rem;
  padding-left: -4rem;
  padding-right: -4rem;
  width: 75%;
  max-width: 800px;
}

.textbackground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 45%;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}

#ropes {
  max-width: 100%;
  width: 2500;
  height: 3333;
}

#freeweights {
  max-width: 65%;
  margin-bottom: 2.6rem;
  z-index: -2;
  width: 1600;
  height: 1844;
}

#weights {
  max-width: 100%;
}

/*programs*/

#programtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem;
  padding: 5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #87986a;
  font-family: "DM Serif Display", serif;
  display: block;
}

#learn2 {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  color: #87986a;
  margin-left: 1rem;
  justify-content: center;
}

#programgroup {
  position: relative;
}

.programcontainer {
  position: relative;
  background-image: url("./images/woodweight.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.programcontainer:hover .overlay:before {
  opacity: 0.3;
}

#ropestitle {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding-left: -4rem;
  padding-right: -4rem;
  text-align: center;
  width: 75%;
  max-width: 800px;
}

#ropestext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
  padding-left: -4rem;
  padding-right: -4rem;
  text-align: center;
  width: 75%;
  max-width: 800px;
}

#ropes2 {
  max-width: 100%;
  z-index: 2;
  width: 2500;
  height: 1667;
}

#pullups {
  max-width: 100%;
  height: 100vh;
}

#weightsonwood {
  max-width: 100%;
  z-index: 5;
  margin-top: 30rem;
  margin-bottom: -1rem;
  width: 2500;
  height: 1875;
}

/*Additional Section*/

#grabweights {
  max-width: 100%;
  margin-bottom: -2rem;
  width: 2500;
  height: 1667;
}

#greensec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#greensectexttitle {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#greensectext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
/* newsletter*/

#weights {
width: 2500;
height: 2729; 
}

.piccontainer4 {
  position: relative;
  text-align: center;
}

#newstitle {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: "DM Serif Display", serif;
  max-width: 500px;
}

#newstext {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 0.8rem;
}

#newsemail {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: transparent;
  border: 1px solid white;
  width: 65%;
  padding: 0.8rem;
  max-width: 500px;
}

::placeholder {
  color: white;
  font-size: 1rem;
  text-align: center;
}

#newsbtn {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  background: white;
  border: none;
  width: 65%;
  padding: 0.8rem;
  max-width: 500px;
}

#newsbtn:hover {
  background-color: rgba(132, 169, 140, 1);
  box-shadow: 0 5px 20px rgba(132, 169, 140, 0.4);
  color: white;
}

#result-text1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.5em;
  font-family: "Unna", serif;
}

#footer {
  height: 200px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 8;
}
#footer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transform-origin: left bottom;
  transform: skewY(-5deg);
  background: #cc5500;
  z-index: -2;
  left: 0;
}

#socials {
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
}

.socialsicon {
  padding: 0.5rem;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  fill: #cc5500;
}

.socialsicon:hover,
a:hover {
  fill: black;
}

#copyright {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.8rem;
  justify-content: center;
  padding: -1.5rem;
  margin-top: 2rem;
  color: white;
}

#copyrighticon {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 7px;
  margin-right: 7px;
}

/* Extra small devices (phones, 350px and down) */
@media only screen and (max-width: 350px) {
  .navitems {
    font-size: 1em;
  }

  .piccontainer0 {
    margin-top: -0.5em;
    margin-bottom: -1em;
  }

  q::before {
    font-size: 4em;
    top: -30px;
    left: -0.5rem;
  }
  q::after {
    font-size: 4em;
    bottom: -46px;
  }

  #container0text {
    font-size: 0.7em;
    margin-left: -1rem;
    margin-right: 1.8rem;
  }

  .textbackground {
    width: 85%;
    height: 70%;
  }

  #sec1title {
    top: 20%;
    font-size: 1.3rem;
  }

  #sec1par {
    top: 55%;
    font-size: 0.75em;
  }

  #learn {
    margin-top: 80%;
    font-size: 0.8em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #programtitle {
    text-align: center;
    padding: 1rem;
    font-size: 1.3em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  #ropestitle {
    top: 40%;
    font-size: 1.3em;
  }

  #ropestext {
    font-size: 0.75em;
    width: 85%;
  }

  #weightsonwood {
    margin-top: 20rem;
  }

  #greensectext {
    font-size: 0.75em;
    margin-top: 1.6rem;
    width: 85%;
  }

  #greensectexttitle {
    top: 30%;
    font-size: 1.3rem;
  }

  #newstitle {
    top: 33%;
    font-size: 1.3em;
  }

  #newstext {
    top: 42%;
    font-size: 0.75em;
    max-width: 1000px;
  }

  #newsbtn {
    top: 55%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 0.8em;
  }

  #newsemail {
    top: 55%;
    width: 65%;
    padding: 0.5rem;
    max-width: 500px;
  }

  ::placeholder {
    color: white;
    font-size: 1em;
    text-align: center;
  }

  .socialsicon {
    padding: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }

  #copyright {
    font-size: 0.7rem;
    margin-top: 1.5rem;
    margin-bottom: -1.7rem;
  }

  #footer {
    height: 140px;
  }
  #result-text1 {
    top: 78%;
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 350px) {
  #container0text {
    font-size: 0.75em;
    margin-left: -1rem;
    margin-right: 1.7rem;
  }

  .piccontainer0 {
    margin-top: -0.5em;
    margin-bottom: -1em;
  }

  q::before {
    font-size: 4em;
    top: -35px;
    left: -0.5rem;
  }
  q::after {
    font-size: 4em;
    bottom: -66px;
  }

  .textbackground {
    width: 70%;
    height: 50%;
  }

  #sec1title {
    top: 20%;
    font-size: 1.3em;
  }

  #sec1par {
    top: 55%;
    font-size: 0.8em;
  }

  #learn {
    margin-top: 80%;
    font-size: 0.8em;
  }

  #learn2 {
    font-size: 0.7em;
  }

  #programtitle {
    text-align: center;
    padding: 1rem;
    font-size: 1.3em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  #ropestitle {
    top: 42%;
    font-size: 1.3em;
  }

  #ropestext {
    font-size: 0.8em;
  }

  #weightsonwood {
    margin-top: 20rem;
  }

  #greensectext {
    font-size: 0.8em;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 90%;
  }

  #greensectexttitle {
    top: 38%;
    font-size: 1.3rem;
  }

  #newstitle {
    top: 30%;
    font-size: 1.3em;
  }

  #newstext {
    top: 39%;
    font-size: 0.9em;
    max-width: 1000px;
  }

  #newsbtn {
    top: 50%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 0.8em;
  }

  #newsemail {
    top: 50%;
    width: 65%;
    padding: 0.5rem;
    max-width: 500px;
  }

  ::placeholder {
    color: white;
    font-size: 1em;
    text-align: center;
  }

  .socialsicon {
    padding: 0.5rem;
    width: 1.8rem;
    height: 1.8rem;
  }

  #copyright {
    font-size: 0.7rem;
    margin-bottom: -1.5rem;
    margin-top: 1.6rem;
  }

  #footer {
    height: 140px;
  }

  #result-text1 {
    color: white;
  }

  #result-text1 {
    top: 69%;
    font-size: 1em;
  }
}

@media only screen and (min-width: 460px) {
  #container0text {
    font-size: 1em;
    margin-left: -1.5em;
  }

  .textbackground {
    width: 70%;
    height: 50%;
  }

  #sec1title {
    font-size: 1.7em;
  }

  #sec1par {
    font-size: 1em;
  }

  #programtitle {
    font-size: 1.7em;
  }

  #ropestitle {
    top: 42%;
    font-size: 1.7em;
  }

  #ropestext {
    font-size: 1em;
  }

  #learn {
    font-size: 1em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #weightsonwood {
    margin-top: 28rem;
  }

  #greensectext {
    font-size: 1em;
  }

  #greensectexttitle {
    top: 36%;
    font-size: 1.7rem;
  }

  #newstext {
    top: 38%;
    font-size: 1em;
    max-width: 900px;
  }

  #newstitle {
    font-size: 1.7em;
  }

  #newsbtn {
    top: 48%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 1em;
    padding: 0.5rem;
  }

  #newsemail {
    top: 47%;
    width: 65%;
    padding: 0.5rem;
    font-size: 1.2em;
  }

  #copyright {
    margin-bottom: -1.5rem;
    margin-top: 1.5rem;
  }

  #footer {
    height: 150px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-3.8deg);
  }

  #result-text1 {
    top: 63%;
    font-size: 1.1em;
  }
}

/* Large devices (laptops/desktops, 630px and up) */
@media only screen and (min-width: 630px) {
  #container0text {
    font-size: 1.1em;
  }

  q::before {
    font-size: 4em;
    top: -44px;
    left: -1rem;
  }
  q::after {
    font-size: 4em;
    bottom: -76px;
  }

  .textbackground {
    width: 60%;
    height: 45%;
  }

  #sec1title {
    font-size: 2em;
  }

  #sec1par {
    font-size: 1.1em;
  }

  #programtitle {
    font-size: 2em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #ropestitle {
    top: 43%;
    font-size: 2em;
  }

  #ropestext {
    font-size: 1.1em;
    max-width: 530px;
  }

  #weightsonwood {
    margin-top: 35rem;
  }

  #learn {
    font-size: 1.1em;
  }

  #greensectext {
    font-size: 1.1em;
    max-width: 540px;
  }

  #greensectexttitle {
    top: 36%;
    font-size: 2em;
  }

  #newstext {
    top: 38%;
    font-size: 1.1em;
    max-width: 900px;
  }

  #newstitle {
    top: 31%;
    font-size: 2em;
  }

  #newsbtn {
    top: 47%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 1.1em;
    padding: 0.5rem;
  }

  #newsemail {
    top: 46%;
    width: 65%;
    padding: 0.5rem;
    font-size: 1.4em;
  }

  .socialsicon {
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
  }

  #copyright {
    font-size: 0.8rem;
    margin-bottom: -1.2rem;
    margin-top: 2.5rem;
  }

  #footer {
    height: 150px;
  }

  #footer {
    height: 190px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-3.5deg);
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-4.6deg);
  }

  #result-text1 {
    top: 58%;
    font-size: 1.1em;
  }

}

@media only screen and (max-width: 750px) {
  .navbar {
    align-items: center;
  }

  .hamburger {
    display: block;
    float: right;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .navright {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    z-index: 2;
  }

  .navitems {
    margin: 8px 0;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1.2px solid black;
    padding-left: 2rem;
  }

  .navleft li {
    border-bottom: none;
    margin-left: -3rem;
  }

  .navitems:nth-child(1) {
    margin-top: 15px;
  }

  .navitems:nth-child(6) {
    border-bottom: none;
    padding-bottom: 15px;
  }

  .navright.active {
    left: 0;
    background-color: white;
    display: flex;
  }

  a {
    color: black;
  }

}

@media only screen and (min-width: 800px) {
  #programtitle {
    font-size: 2em;
  }

  .piccontainer0 {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }

  #container0text {
    margin-left: -2.3rem;
    margin-right: 1.8rem;
  }

  q::before {
    font-size: 5em;
    top: -55px;
    left: -1.5rem;
  }
  q::after {
    font-size: 5em;
    bottom: -95px;
  }

  .textbackground {
    width: 50%;
    height: 38%;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #ropestitle {
    top: 45.5%;
  }

  #ropestext {
    max-width: 600px;
  }

  #greensectexttitle {
    top: 42.5%;
  }

  #greensectext {
    max-width: 700px;
  }

  #newstext {
    top: 40%;
    font-size: 1.2em;
    max-width: 900px;
  }

  #newstitle {
    top: 35%;
    font-size: 2em;
  }

  #newsbtn {
    top: 47%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 1.2em;
    padding: 0.5rem;
  }

  #newsemail {
    top: 46%;
    width: 65%;
    padding: 0.5rem;
    font-size: 1.4em;
  }

  .socialsicon {
    margin-top: 0.5rem;
  }

  #copyright {
    font-size: 0.8rem;
    margin-bottom: -1.5rem;
    margin-top: 2.5rem;
  }

  #footer {
    height: 190px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-3.5deg);
  }
  #result-text1 {
    top: 57%;
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1000px) {
  .navitems {
    font-size: 1.4rem;
  }

  #container0text {
    font-size: 1.4em;
    margin-left: -1.5em;
  }

  .piccontainer0 {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  q::before {
    top: -65px;
    left: -1.5rem;
  }
  q::after {
    bottom: -110px;
  }

  .textbackground {
    width: 45%;
    height: 35%;
  }

  #sec1title {
    top: 20%;
    font-size: 2.6em;
  }

  #sec1par {
    top: 55%;
    font-size: 1.4em;
  }

  #learn {
    margin-top: 80%;
    font-size: 1.4em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  .arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  #arrow2 {
    width: 2rem;
    height: 2rem;
  }

  #programtitle {
    text-align: center;
    padding: 1rem;
    font-size: 2.6em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  #ropestext {
    font-size: 1.4em;
    max-width: 800px;
  }

  #weightsonwood {
    margin-top: 35rem;
  }

  #ropestitle {
    top: 46%;
    font-size: 2.6em;
  }

  #greensectexttitle {
    top: 43%;
    font-size: 2.6em;
  }

  #greensectext {
    font-size: 1.4em;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 850px;
  }

  #newstitle {
    top: 40%;
    font-size: 2.6em;
  }

  #newstext {
    top: 45%;
    font-size: 1.4em;
    max-width: 380px;
  }

  #newsbtn {
    top: 52%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 1.4em;
  }

  #newsemail {
    top: 51%;
    width: 65%;
    padding: 0.5rem;
    max-width: 500px;
  }

  ::placeholder {
    color: white;
    font-size: 1em;
    text-align: center;
  }

  .socialsicon {
    margin-top: 1rem;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
  }

  #copyright {
    font-size: 0.8rem;
    margin-bottom: -0.8rem;
    margin-top: 0.8rem;
  }

  #footer {
    height: 185px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-2.9deg);
  }

  #result-text1 {
    top: 60%;
    font-size: 1.5em;
  }
}

/* Extra large devices (large laptops and desktops, 1250px and up) */
@media only screen and (min-width: 1250px) {
  .navitems {
    font-size: 1.4rem;
  }

  #container0text {
    font-size: 1.5em;
    margin-left: -2.5em;
  }

  .piccontainer0 {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  q::before {
    top: -75px;
    left: -1.5rem;
  }
  q::after {
    bottom: -125px;
  }

  .textbackground {
    width: 40%;
    height: 30%;
  }

  #sec1title {
    top: 20%;
    font-size: 2.8em;
  }

  #sec1par {
    top: 55%;
    font-size: 1.5em;
  }

  #learn {
    margin-top: 80%;
    font-size: 1.5em;
  }

  .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }

  #arrow2 {
    width: 1.6rem;
    height: 1.6rem;
  }

  #programtitle {
    font-size: 2.8em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #ropestext {
    font-size: 1.5em;
    max-width: 800px;
  }

  #weightsonwood {
    margin-top: 40rem;
  }

  #greensectext {
    font-size: 1.5em;
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 900px;
  }

  #ropestitle {
    top: 46%;
    font-size: 2.8em;
  }

  #greensectexttitle {
    top: 44%;
    font-size: 2.8em;
  }

  #newstitle {
    top: 42%;
    font-size: 2.8em;
  }

  #newstext {
    top: 46%;
    font-size: 1.5em;
    max-width: 400px;
  }

  #newsbtn {
    top: 51%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 1.6em;
  }

  #newsemail {
    top: 50%;
    width: 65%;
    padding: 0.5rem;
    max-width: 500px;
  }

  ::placeholder {
    color: white;
    font-size: 1.2em;
    text-align: center;
  }

  .socialsicon {
    margin-top: 1rem;
    padding: 0.5rem;
  }

  #copyright {
    margin-bottom: -1rem;
    margin-top: 1rem;
    font-size: 1.6;
  }

  #footer {
    height: 185px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-2.9deg);
  }

  #result-text1 {
    top: 59%;
    font-size: 1.5em;
  }
}

/* Extra large devices (large laptops and desktops, 1500px and up) */
@media only screen and (min-width: 1500px) {
  .navitems {
    font-size: 1.6rem;
  }

  #container0text {
    font-size: 1.8em;
    margin-left: -5rem;
    margin-right: 2rem;
  }

  .piccontainer0 {
    margin-top: 1.5em;
    margin-bottom: 3em;
  }

  q::before {
    top: -85px;
    left: -1.5rem;
  }
  q::after {
    bottom: -145px;
  }

  .textbackground {
    width: 40%;
    height: 30%;
  }

  #sec1title {
    top: 20%;
    font-size: 3.1em;
  }

  #sec1par {
    top: 55%;
    font-size: 1.8em;
  }

  #learn {
    margin-top: 80%;
    font-size: 1.8em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  .arrow {
    width: 2rem;
    height: 2rem;
  }

  #arrow2 {
    width: 2rem;
    height: 2rem;
  }

  #programtitle {
    font-size: 3.1em;
    padding: 4rem;
  }

  #ropestext {
    font-size: 1.8em;
    max-width: 1000px;
  }

  #weightsonwood {
    margin-top: 50rem;
  }

  #greensectext {
    font-size: 1.8em;
    padding: 3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 1075px;
  }

  #ropestitle {
    top: 46%;
    font-size: 3.1em;
  }

  #greensectexttitle {
    top: 42%;
    font-size: 3.1em;
  }

  #newstitle {
    top: 44%;
    font-size: 3.1em;
  }

  #newstext {
    top: 48%;
    font-size: 1.8em;
    max-width: 500px;
  }

  #newsbtn {
    top: 53.5%;
    margin-top: 2.5rem;
    padding: 0.5rem;
    font-size: 2em;
  }

  #newsemail {
    top: 52%;
    width: 65%;
    padding: 0.8rem;
    max-width: 500px;
  }

  ::placeholder {
    color: white;
    font-size: 1.4em;
    text-align: center;
  }

  .socialsicon {
    margin-top: 1rem;
    padding: 0.5rem;
    width: 2.2rem;
    height: 2.2rem;
  }

  #copyright {
    margin-bottom: -1.2rem;
    margin-top: 2rem;
    font-size: 1.2rem;
  }

  #footer {
    height: 250px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-3deg);
  }
}
/* Extra large devices (large laptops and desktops, 1850px and up) */
@media only screen and (min-width: 1850px) {
  .navitems {
    font-size: 1.8rem;
  }

  #container0text {
    font-size: 2.2em;
    margin-left: -4.5rem;
    margin-right: 1.5rem;
  }

  .piccontainer0 {
    margin-top: 2em;
    margin-bottom: 4em;
  }

  q::before {
    top: -125px;
    left: -2.5rem;
  }
  q::after {
    bottom: -195px;
  }

  .textbackground {
    width: 42%;
    height: 32%;
  }

  #sec1title {
    top: 20%;
    font-size: 4.5em;
  }

  #sec1par {
    top: 55%;
    font-size: 2.2em;
  }

  #learn {
    margin-top: 80%;
    font-size: 2.2em;
  }

  .arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  #arrow2 {
    width: 2.1rem;
    height: 2.1rem;
  }

  #programtitle {
    font-size: 4.5em;
    padding: 5.5rem;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #ropestext {
    font-size: 2.2em;
    max-width: 1300px;
  }

  #weightsonwood {
    margin-top: 60rem;
  }

  #greensectext {
    font-size: 2.2em;
    padding: 3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    max-width: 1300px;
  }

  #ropestitle {
    top: 46.5%;
    font-size: 4.5em;
  }

  #greensectexttitle {
    top: 43%;
    font-size: 4.5em;
  }

  #newstitle {
    top: 45%;
    font-size: 4.5em;
  }

  #newstext {
    top: 50%;
    font-size: 2.2em;
    max-width: 650px;
  }

  #newsbtn {
    top: 56.5%;
    margin-top: 2.5rem;
    padding: 0.6rem;
    font-size: 2em;
    max-width: 800px;
  }

  #newsemail {
    top: 55%;
    width: 65%;
    padding: 1rem;
    max-width: 800px;
  }

  ::placeholder {
    color: white;
    font-size: 1.6em;
    text-align: center;
  }

  .socialsicon {
    margin-top: 1.5rem;
    padding: 0.5rem;
    margin-bottom: 2.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }

  #copyright {
    margin-bottom: -1.5rem;
    margin-top: 2rem;
    font-size: 1.3rem;
  }

  #footer {
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-2.9deg);
  }
  #result-text1 {
    top: 62%;
    font-size: 1.5em;
  }
}

/* Extra large devices (large laptops and desktops, 2100px and up) */
@media only screen and (min-width: 2100px) {
  .navitems {
    font-size: 2.1rem;
  }

  .piccontainer0 {
    margin-top: 2.5em;
    margin-bottom: 5em;
  }

  #container0text {
    font-size: 2.5em;
    margin-left: -2.5em;
    margin-right: 1.5rem;
  }

  q::before {
    top: -135px;
    left: -2.5rem;
  }
  q::after {
    bottom: -225px;
  }

  .textbackground {
    width: 40%;
    height: 35%;
  }

  #sec1title {
    top: 20%;
    font-size: 4.8em;
  }

  #sec1par {
    top: 55%;
    font-size: 2.5em;
  }

  .arrow {
    width: 3rem;
    height: 3rem;
  }

  #learn {
    margin-top: 80%;
    font-size: 2.5em;
  }

  #learn2 {
    font-size: 0.6em;
  }

  #programtitle {
    padding: 6rem;
    font-size: 4.8em;
  }

  #ropestext {
    max-width: 1500px;
    font-size: 2.5em;
  }

  #weightsonwood {
    margin-top: 70rem;
  }

  #greensectext {
    top: 45%;
    font-size: 2.5em;
    max-width: 1500px;
  }

  #ropestitle {
    top: 46.5%;
    font-size: 4.8em;
  }

  #greensectexttitle {
    top: 37%;
    font-size: 4.8em;
  }

  #newstitle {
    top: 44%;
    font-size: 4.8em;
  }

  #newstext {
    top: 48.5%;
    font-size: 2.5em;
    max-width: 700px;
  }

  #newsbtn {
    top: 55%;
    margin-top: 2.5rem;
    padding: 1rem;
    font-size: 2em;
    max-width: 800px;
  }

  #newsemail {
    top: 53%;
    width: 65%;
    padding: 1.5rem;
    max-width: 800px;
  }

  ::placeholder {
    color: white;
    font-size: 1.6em;
    text-align: center;
  }

  .socialsicon {
    margin-top: 1rem;
    padding: 0.5rem;
    margin-bottom: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  #copyright {
    margin-bottom: -1rem;
    margin-top: 2rem;
    font-size: 1.3rem;
  }

  #footer {
    height: 310px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 8;
    margin-top: 0.5em;
  }
  #footer:after {
    height: 100%;
    width: 100%;
    transform: skewY(-3.2deg);
  }

  #result-text1 {
    top: 60%;
    font-size: 1.5em;
  }
}
