@media only screen and (min-width: 1982px) {
  .navlink a:link,
  .navlink a:visited {
    font-size: 2.3rem;
  }
  .container {
    width: 70%;
  }
  .masthead {
    height: 1528px;
    width: 85%;
    background-image: url("../images/dandelion-lg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #657825;
    background-size: contain;
    gap: 40rem;
  }
  .logo {
    width: 28%;
    height: 350px;
    text-align: left;
    padding: 25px 0 10px 0;
    margin-left: -33%;
  }
  .tagline-text {
    width: 28%;
    height: 300px;
    font-size: 3.1rem;
    margin-right: -33%;
  }
  .tagline-text h1 {
    font-size: 3rem;
  }
  .tagline-text p {
    font-size: 2.3rem;
  }

  .blockquote-testimonial {
    display: block;
    width: 80%;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 3rem auto;
  }
  .gallery_container {
    column-gap: 10rem;
    row-gap: 8rem;
    width: 90%;
    margin-left: 6%;
  }
  .portfolio-container {
    margin-top: 20rem;
    margin-bottom: 7rem;
    margin-left: 0;
    width: 70%;
    height: 500px;
    display: flex;
    gap: 8rem;
  }
  .portfolio {
    gap: 12rem;
  }
}

@media only screen and (max-width: 1981px) {
  .masthead {
    width: 84%;
    padding-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    height: 1400px;
    background-image: url("../images/dandelion-lg-ex.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    gap: 15rem;
  }
  .navlink a:link,
  .navlink a:visited {
    font-size: 1.5rem;
  }

  .logo {
    width: 33%;
    height: 350px;
    text-align: left;
    padding: 25px 0 10px 0;
    margin-left: -30%;
  }

  .tagline-text {
    width: 33%;
    padding: 2rem;
    margin-top: 25px;
    height: 230px;
    background-color: rgb(255, 255, 255, 0.5);
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 2.1rem;
    line-height: 29px;
    margin-right: -31%;
  }
  .tagline-text h1 {
    font-size: 2.5rem;
    line-height: 31px;
    text-align: center;
  }
  .tagline-text p {
    font-size: 2rem;
    line-height: 31px;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 15px;
  }

  .article h1 {
    font-size: 2.8rem;
    text-align: center;
  }
  .article h2 {
    font-size: 2.1rem;
    line-height: 30px;
    padding-left: 20px;
  }
  .article p {
    line-height: 29px;
    padding-left: 20px;
    font-size: 1.5rem;
    padding-right: 20px;
  }
  .article a:link,
  .article a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: #ff0000;
  }
  .article a:hover,
  .article a:active {
    color: #ff0000;
    text-decoration: underline;
  }
  .blockquote-testimonial {
    font-size: 2rem;
  }
}
.blockquote-testimonial a:link,
.blockquote-testimonial a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #ff0000;
  font-weight: 700;
}
.blockquote-testimonial a:hover,
.blockquote-testimonial a:active {
  color: #ff0000;
  text-decoration: underline;
}

.gallery_container h3 {
  display: block;
  padding: 2rem;
}
.promo {
  text-align: center;
  color: #fff;
  width: 100%;
  display: grid;
}

.gallery_container a:link,
.gallery_container a:visited {
  color: #fff;
  text-decoration: none;
  list-style-type: none;
}
.gallery_container a:hover,
.gallery_container a:active {
  color: rgb(248, 17, 17);
}
.content {
  padding: 2rem;
}

.portfolio-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 4rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding: 3rem 20%;
  background-image: "../images/portfoliobkg.jpg";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 550px;
  background-color: rgba(0, 0, 0, 0.6);
}

.column {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 550px;
}

.title {
  display: flex;
  margin: 0 auto;
  margin-left: 0;
  padding: 1rem;
  text-transform: none;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.8;
}

.button {
  display: flex;
  padding: 1em;
  background: rgba(255, 48, 151, 0.5);
  letter-spacing: 0.1em;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  width: 200px;
}
#footer {
  width: 100%;
  height: 80px;
  background-color: #617a06;
  color: #000;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-content: center;
}
.footernav {
  display: flex;
  list-style: none;
  text-decoration: none;
}

@media only screen and (max-width: 1589px) {
  .masthead {
    gap: 14rem;
  }
  .tagline-text {
    width: 33%;
    padding: 2rem;
    margin-top: 25px;
    height: 230px;
    background-color: rgb(255, 255, 255, 0.5);
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 2rem;
    line-height: 29px;
    margin-right: -30%;
  }
  .gallery_container {
    margin-top: -36rem;
    column-gap: 1rem;
    row-gap: 2rem;
  }
  @media only screen and (max-width: 1289px) {
    .masthead {
      height: 1550px;
    }
    .tagline-text {
      width: 38%;
      margin-right: -30%;
    }
    .tagline-text h1 {
      font-size: 2.2rem;
    }
    .logo {
      width: 38%;
      height: 350px;
      text-align: left;
      padding: 25px 0 10px 0;
      margin-left: -30%;
    }
    .article {
      width: 68%;
      margin: 5rem auto;
      margin-top: -1100px;
      padding: 2rem;
      background-color: rgb(255, 255, 255, 0.6);
      font-weight: 500;
      color: #000;
      text-align: left;
    }
  }
  .gallery_container {
    width: 100%;
    display: block;
    margin: 200px auto 100px auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover auto;
  }
  .title {
    display: block;
    padding: 4rem 0.5rem;
    margin-top: 4rem;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
  }

  .button {
    margin: 1rem;
    padding: 1rem;
    background: rgba(255, 48, 151, 0.5);
    letter-spacing: 0.1rem;
    line-height: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    width: 200px;
    text-align: left;
  }
}
@media only screen and (max-width: 1089px) {
  .masthead {
    width: 84%;
    padding-top: 3rem;
    background-color: rgb(0, 0, 0, 0.2);
    background-image: url("../images/dandelion-long.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 1500px;
    display: flex;
    justify-content: center;
    gap: 8rem;
  }
  .tagline-text {
    width: 38%;
    margin-right: -27%;
  }
  .tagline-text h1 {
    font-size: 2.5rem;
    line-height: 31px;
    text-align: center;
    margin-bottom: 15px;
  }
  .tagline-text p {
    font-size: 2rem;
    line-height: 31px;
    text-align: left;
    margin-bottom: 15px;
  }
  .logo {
    width: 38%;
    height: 350px;
    text-align: left;
    padding: 25px 0 10px 0;
    margin-left: -27%;
  }
  .logo h1 {
    padding: 10px 5px 10px 5px;
    background: rgb(0, 0, 0, 0.3);
    letter-spacing: -1px;
    text-align: center;
    text-transform: lowercase;
    font-size: 2em;
    color: #fff;
  }
  .logo h2 {
    padding: 10px 5px 10px 5px;
    background: rgb(0, 0, 0, 0.3);
    letter-spacing: -1px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    letter-spacing: 1px;
  }
  .logo p {
    padding: 5px;
    background: #e4b20d;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #000;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
  }

  .article {
    width: 78%;
    margin-top: -1050px;
  }

  .title {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    text-transform: none;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.8;
  }
  .button {
    display: block;
    width: 60%;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 3rem 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-content: center;
  }
  .copyright {
    display: block;
    width: 100%;
    padding-left: 6rem;
    font-size: 0.8rem;
    text-align: left;
    height: auto;
    padding-top: 2rem;
    background-color: #617a06;
    color: #fff;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 989px) {
  .masthead {
    width: 95%;
    display: block;
    margin: 0 auto;
    background-color: none;
    height: 1650px;
    margin-bottom: 13rem;
  }

  .logo {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .logo h1 {
    font-size: 1.9rem;
  }
  .logo h2 {
    font-size: 1.8rem;
  }
  .logo p {
    font-size: 1.8rem;
  }
  .tagline-text {
    width: 85%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 3rem 1rem;
  }
  .tagline-text h1 {
    font-size: 1.8rem;
  }
  .tagline-text p {
    font-size: 1.8rem;
    line-height: 28px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 2rem;
  }

  .article {
    width: 95%;
    margin: 0 auto;
    transform: translate(0%, 0%);
    background-color: rgba(52, 230, 7, 0.5);
    margin-top: -1175px;
    height: auto;
    margin-bottom: 2rem;
  }

  .article h2 {
    font-size: 1.8rem;
    line-height: 2.7;
    text-align: left;
  }
  .blockquote-testimonial {
    display: block;
    width: 86%;
    padding: 3rem;
    font-weight: 700;
    margin: 3rem auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blockquote-testimonial a:link,
  .blockquote-testimonial a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: red;
    font-weight: 700;
  }
  .blockquote-testimonial a:hover,
  .blockquote-testimonial a:active {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .how {
    background-color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 100%;
    padding: 2rem 8px;
    border-top: 3px dashed #000;
  }
  .how h2 {
    color: #000;
    line-height: 1.2;
    font-size: 1.8rem;
    padding-left: 5px;
  }
  .how a:link,
  .how a:visited {
    color: red;
  }
  .how a:hover,
  .how a:active {
    color: darkgreen;
    text-decoration: underline;
  }
  .gallery_container {
    margin-top: 6rem;
    width: 100%;
    display: block;
    height: auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2rem;
    background-color: #000;
  }

  .gallery {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 6rem;
  }
  .promo {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    height: auto;
    padding: 2rem;
  }
  .gallery_container h3 {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .content img {
    display: grid;
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
  .portfolio-container {
    margin: 3rem 0;
    height: auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/portfoliobkg-sm.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .column {
    padding-top: 0;
    width: 100%;
    display: block;
    height: auto;
  }
  .title {
    display: block;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }

  .button {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 48, 151, 0.5);
    letter-spacing: 0.1rem;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    width: 200px;
    text-align: left;
  }

  .button a:link,
  .button a:visited {
    padding: 0.5rem 1rem;
    color: white;
  }
  .button a:hover,
  .button a:active {
    color: red;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 3rem 1rem 2rem 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-content: center;
  }
  .copyright {
    display: block;
    width: 100%;
    padding-left: 4rem;
    font-size: 1rem;
    text-align: left;
    height: 100px;
    padding-top: 2rem;
    background-color: #617a06;
    color: #fff;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 779px) {
  .masthead {
    width: 95%;
    display: block;
    margin: 0 auto;
    background-color: none;
    height: 1650px;
    margin-bottom: 13rem;
  }

  .logo {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .logo h1 {
    font-size: 1.9rem;
  }
  .logo h2 {
    font-size: 1.8rem;
  }
  .logo p {
    font-size: 1.8rem;
  }
  .tagline-text {
    width: 85%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 2rem 0.5rem;
  }
  .tagline-text h1 {
    font-size: 1.8rem;
  }
  .tagline-text p {
    font-size: 1.8rem;
    line-height: 28px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 2rem;
  }

  .article {
    width: 95%;
    margin: 0 auto;
    transform: translate(0%, 0%);
    background-color: rgba(52, 230, 7, 0.5);
    margin-top: -1175px;
    height: auto;
    margin-bottom: 2rem;
  }

  .article h2 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
  .blockquote-testimonial {
    display: block;
    width: 86%;
    padding: 3rem;
    font-weight: 700;
    margin: 3rem auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blockquote-testimonial a:link,
  .blockquote-testimonial a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: red;
    font-weight: 700;
  }
  .blockquote-testimonial a:hover,
  .blockquote-testimonial a:active {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .how {
    background-color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 100%;
    padding: 2rem 8px;
    border-top: 3px dashed #000;
  }
  .how h2 {
    color: #000;
    line-height: 1.2;
    font-size: 1.8rem;
    padding-left: 5px;
  }
  .how a:link,
  .how a:visited {
    color: red;
  }
  .how a:hover,
  .how a:active {
    color: darkgreen;
    text-decoration: underline;
  }
  .gallery_container {
    margin-top: 6rem;
    width: 100%;
    display: block;
    height: auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2rem;
    background-color: #000;
  }

  .gallery {
    display: block;
    height: auto;
    width: 100%;
    padding-top: 6rem;
  }
  .promo {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: grid;
    height: auto;
    padding: 2rem;
  }
  .gallery_container h3 {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
  }
  .content {
    width: 100%;
    height: auto;
  }
  .content img {
    display: grid;
    width: 70%;
    height: 70%;
    margin: 0 auto;
  }
  .portfolio-container {
    margin: 3rem 0;
    height: auto;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("../images/portfoliobkg-sm.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .column {
    padding-top: 0;
    width: 100%;
    display: block;
    height: auto;
  }
  .title {
    display: block;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }

  .button {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 48, 151, 0.5);
    letter-spacing: 0.1rem;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    width: 200px;
    text-align: left;
  }

  .button a:link,
  .button a:visited {
    padding: 0.5rem 1rem;
    color: white;
  }
  .button a:hover,
  .button a:active {
    color: red;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 3rem 1rem 2rem 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-content: center;
  }
  .copyright {
    display: block;
    width: 100%;
    padding-left: 4rem;
    font-size: 1rem;
    text-align: left;
    height: 100px;
    padding-top: 2rem;
    background-color: #617a06;
    color: #fff;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 589px) {
  .masthead {
    width: 98%;
    display: block;
    margin: 0 auto;
    background-color: none;
  }

  .logo {
    width: 75%;
    display: block;
    margin: 0 auto;
  }

  .logo h1 {
    font-size: 1.6rem;
  }
  .logo h2 {
    font-size: 1.5rem;
  }

  .tagline-text {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }
  .tagline-text h1 {
    font-size: 1.6rem;
  }
  .tagline-text p {
    font-size: 1.4rem;
    line-height: 28px;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 2rem;
  }

  .article {
    width: 95%;
    margin: 0 auto;
    transform: translate(0%, 0%);
    background-color: rgba(156, 208, 0, 0.6);
    margin-top: -103rem;
    height: auto;
    margin-bottom: 2rem;
  }

  .article h2 {
    font-size: 1.4rem;
    text-align: left;
  }
  .blockquote-testimonial {
    display: block;
    width: 86%;
    padding: 2rem;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 2rem auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .blockquote-testimonial a:link,
  .blockquote-testimonial a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: darkgreen;
    font-weight: 700;
  }
  .blockquote-testimonial a:hover,
  .blockquote-testimonial a:active {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .how {
    background-color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: 100%;
    padding: 2rem 8px;
    border-top: 3px dashed #000;
  }
  .how h2 {
    color: #000;
    line-height: 1.2;
    font-size: 1.5rem;
    padding-left: 5px;
  }
  .how a:link,
  .how a:visited {
    color: darkgreen;
  }
  .how a:hover,
  .how a:active {
    color: darkgreen;
    text-decoration: underline;
  }
  .gallery_container {
    margin: 0;
    margin-top: 4rem;
    width: 100%;
    display: block;
    height: auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2rem;
    background-color: #000;
  }
  .gallery_container h3 {
    display: block;
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  .portfolio-container {
    width: 100%;
    margin: 0;
    border-top: 3px dashed olivedrab;
    padding-bottom: 1rem;
    height: auto;
    display: block;
    background-color: #000;
    background-image: none;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px dashed olivedrab;
  }

  .column {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
    height: auto;
  }
  .portfolio h3 {
    font-size: 1.5rem;
  }
  .title {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    text-transform: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-left: -2rem;
  }
  .button {
    display: block;
    margin: 1rem;
    margin-left: 20px;
    width: 80%;
    font-size: 1.5rem;
    text-align: center;
  }
  .button a:link,
  .button a:visited {
    padding: 0.5rem 1rem;
    color: white;
  }
  .button a:hover,
  .button a:active {
    color: red;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 2rem 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-content: center;
  }
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
@media only screen and (max-width: 489px) {
  .masthead {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-top: 2px solid #e4b20d;
  }
  .container {
    width: 100%;
    margin-top: -5px;
  }
  .navbar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-image: url(../images/bug-bkg2.jpg);
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    padding: 5px;
    padding-bottom: 30px;
  }
  .navbar li {
    padding: 5px;
  }
  .navlink a:link,
  .navlink a:visited {
    display: flex;
    padding: 6px 56px;
    font-size: 1.3rem;
    background-color: #657825;
  }
  .navlink a:hover,
  .navlink a:active {
    border-color: #000;
    border-width: thin medium medium medium;
    color: #000;
    background-color: #e4b20d;
  }
  .logo {
    width: 75%;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    height: auto;
    margin-bottom: 2rem;
  }

  .logo h1 {
    padding: 5px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: lowercase;
    font-size: 1.5rem;
    color: #fff;
    padding-bottom: 15px;
    margin-top: -3rem;
  }
  .logo h2 {
    padding: 10px 5px 10px 5px;
    letter-spacing: -1px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
  }
  .logo p {
    font-size: 1.5rem;
  }

  .tagline-text {
    width: 85%;
    display: block;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
  }
  .tagline-text h1 {
    font-size: 1.6rem;
  }

  .tagline-text p {
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: left;
    padding-bottom: 3px;
  }

  .article {
    width: 100%;
    transform: translate(0%, 0%);
    margin-top: -110rem;
  }
  .article h2 {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 20px;
    line-height: 1.6;
    padding-top: 2rem;
  }
  .blockquote-testimonial {
    font-size: 1.6rem;
  }
  .how {
    background-color: none;
    height: auto;
    width: 100%;
    padding: 2rem 8px;
    border-top: 3px dashed #000;
  }
  .how h2 {
    color: #000;
    line-height: 1.2;
    font-size: 1.3rem;
    padding-left: 5px;
  }
  .how a:link,
  .how a:visited {
    color: red;
  }
  .how a:hover,
  .how a:active {
    color: black;
    text-decoration: underline;
  }
  .gallery_container {
    margin: 0;
    margin-top: 3rem;
    width: 100%;
    display: block;
    height: auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2rem;
    background-color: #000;
  }
  .gallery_container h3 {
    display: block;
    padding: 1.5rem;
    font-size: 1.3rem;
  }
  .portfolio-container {
    width: 100%;
    margin: 0;
    border-top: 3px dashed olivedrab;
    padding-bottom: 1rem;
    height: auto;
    display: block;
    background-color: #000;
    background-image: none;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px dashed olivedrab;
  }

  .column {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
    height: auto;
  }
  .title {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    text-transform: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .button {
    display: block;
    margin: 1rem;
    margin-left: 10%;
    width: 80%;
    font-size: 1.5rem;
    text-align: center;
  }
  .button a:link,
  .button a:visited {
    padding: 0.5rem 1rem;
    color: white;
  }
  .button a:hover,
  .button a:active {
    color: red;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 2rem 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-content: center;
  }
  .copyright {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
    padding-left: 4rem;
    height: 100px;
    padding-top: 1rem;
    background-color: #617a06;
    color: #fff;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 290px) {
  body {
    background-color: #fff;
  }
  .container {
    width: 100%;
    margin-top: -5px;
  }

  .navbar li {
    padding: 5px;
  }
  .navlink a:link,
  .navlink a:visited {
    display: flex;
    padding: 6px 36px;
    font-size: 0.8rem;
  }
  .navlink a:hover,
  .navlink a:active {
    border-color: #000;
    border-width: thin medium medium medium;
    color: #000;
    background-color: #e4b20d;
  }

  .logo {
    width: 100%;
    display: block;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 1.4rem;
    height: auto;
    padding-top: 8px;
  }

  .logo h1 {
    padding: 5px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: lowercase;
    font-size: 1.3rem;
    color: #fff;
    padding-bottom: 15px;
  }
  .logo p {
    padding: 5px;
    font-size: 1.3rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: bold;
  }
  .logo h2 {
    padding: 10px 5px 10px 5px;
    letter-spacing: -1px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
  }

  .tagline-text {
    width: 100%;
    padding: 0.5rem;
    padding-left: 1rem;
    height: auto;
    margin: 1rem auto;
    text-align: left;
    /* background-color: #fff; */
  }
  .tagline-text h1 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tagline-text p {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 1rem;
  }

  .article {
    height: auto;

    font-weight: 700;
    color: #000;
    text-decoration: none;
    padding: 0.5rem;
    text-align: left;
    width: 100%;
    transform: translate(0%, 0%);
    margin-top: -120rem;
  }

  .article h2 {
    font-size: 1.3rem;
    line-height: 30px;
    padding-left: 20px;
    text-align: left;
  }
  .article p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 15%;
  }
  blockquote {
    display: block;
    width: 100%;
    margin: 1rem;
  }
  .blockquote-testimonial {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
  }
  .how {
    /* background-color: rgba(97, 122, 6, 0.2); */
    height: auto;
    width: 100%;
    padding: 2rem 8px;
  }
  .how h2 {
    color: #000;
    line-height: 1.2;
    font-size: 1.3rem;
    padding-left: 5px;
  }
  .blockquote-testimonial a:link,
  .blockquote-testimonial a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: #ff0000;
    font-weight: 700;
  }
  .gallery_container {
    margin: 0;
    width: 100%;
    display: block;
    height: auto;
    background-image: url("../images/purplelong.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 2rem;
    background-color: #000;
  }
  .gallery_container h3 {
    display: block;
    padding: 0.5rem;
    font-size: 1rem;
  }
  .promo {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
  }
  .content {
    padding: 1rem;
  }
  .gallery_container .box {
    color: none;
  }
  .gallery_container a:link,
  .gallery_container a:visited {
    color: #fff;
    text-decoration: none;
    list-style-type: none;
  }
  .gallery_container a:hover,
  .gallery_container a:active {
    color: rgb(248, 17, 17);
  }

  .portfolio-container {
    width: 100%;
    margin: 0;
    border-top: 3px dashed olivedrab;
    padding-bottom: 1rem;
    height: auto;
    display: block;
    background-color: #000;
    background-image: none;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    border-bottom: 3px dashed olivedrab;
  }

  .column {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
    height: auto;
  }
  .title {
    display: block;
    margin: 0 auto;
    padding: 1rem;
    text-transform: none;
    color: #fff;
    font-size: 1rem;
    line-height: 1.8;
  }
  .button {
    display: block;
    margin: 1rem;
    margin-left: 10%;
    width: 80%;
    font-size: 1rem;
    text-align: center;
  }
  .button a:link,
  .button a:visited {
    padding: 0.5rem 1rem;
    color: white;
  }
  .button a:hover,
  .button a:active {
    color: red;
  }
  .footer {
    width: 100%;
    height: auto;
    background-color: #617a06;
    color: #000;
    padding: 1rem;
  }
  .footernav {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-content: center;
  }
}
