

@import url("https://use.typekit.net/qwb2ymn.css");

/*Brother 1816*/

@import url('https://use.typekit.net/egc5and.css');

.camp-header-scale {
  height: 40rem;
}

/*2025 Style Start*/

.opener {
  margin: 1rem 20%;
}

h1 {
  line-height: min(14vw, 2.5rem);
}

.opener p {
  font-size: 1.1rem;
  text-align: center;
  color: #000000;
}

#landing-copy p {
  font-size: 1.09rem;
  text-align: left;
  margin: 0 5rem;
}

.reveal1 {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #d1a057;
  z-index: 1;
  border-radius: 0;
  margin: 0rem 5rem;
  position: absolute;
  top: 2rem;
}

.reveal2 {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #b71f38;
  z-index: 1;
  border-radius: 0;
  margin: 0rem 5rem;
  position: absolute;
  top: 2rem;
}

.reveal3 {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #3d4059;
  z-index: 1;
  border-radius: 0;
  margin: 0rem 5rem;
  position: absolute;
  top: 2rem;
}

.reveal4 {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #f1a337;
  z-index: 1;
  border-radius: 0;
  margin: 0rem 5rem;
  position: absolute;
  top: 2rem;
}

.green25 {
  background-color: #727966;
  padding: min(4vw, 40px) 0 0 0;
}

.blue25 {
  background-color: #9fb4c1;
  z-index: 10;
  padding-top: min(3vw, 35px);
}

.gold25 {
  background-color: #d1a057;
  padding: 0;
  z-index: 10;
}

.red25 {
  background-color: #b71f38;
  padding: 0 0 2rem 0;
  z-index: 10;
}

.go-top {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/lightgreenwave.png');
  height: 14rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.serve-top {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/goldwave1.png');
  height: 13rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0rem;
  position: relative;
  padding-top: 0rem;
}

.give-top {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/lightbluewave3.png');
  height: 14rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0rem;
  position: relative;
  padding-top: 0rem;
}

.pray-top {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/redwave.png');
  height: 13rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0rem;
  position: relative;
  padding-top: 0rem;
}

#invert {
  transform: rotate(180deg);
}

.outer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.camp-wrapper {
  flex: 1;
  margin: 0.5rem;
  background-position: center;
  background-size: cover;
  height: auto;
  width: auto;
  border-radius: 2rem;
  color: #ffffff;
}

.camp-wrapper:hover {
  transform: scale(102%);
  transition: all 0.8s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}

.camp-wrapper>p {
  text-shadow: 0 0 12px black;
}

#kids {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/kids3.webp');
}

#jhm {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/jhm1.webp');
}

#midlane {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/Dining.webp');
}

#hsm {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/hsm1.webp');
}

#men {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2024/coverimages/ManCamp1.webp');
}

#women {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/Womens2.webp');
}

#missions {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2024/coverimages/FMC1.webp');
}

#ya {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/ym2.webp');
}

#ym {
  background-image: url('https://cdn.faithchapel.cc/images/Camp/2025/YM4.webp');
}

.camp-container {
  display: flex;
  flex-direction: row;
}

.week-stack {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  justify-content: center;
  padding: 0.5rem;
}

.week-info {
  font-family: "brother-1816", sans-serif;
  font-variation-settings: 'wght' 378, 'wdth' 100, 'slnt' 0;
  padding: 0.5rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

.section-header {
  margin: 2rem 0rem 2rem 5rem;
  z-index: 0;
  font-family: "brother-1816", sans-serif;
  padding: 3rem 0 0 0;
}

[data-aos="rotate1"] {
  transition: transform left;
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  position: absolute;
  left: 0;
  border-radius: 1rem;
}

[data-aos="rotate1"].aos-animate {
  transform: rotate(180deg) scale(0.5);
  transform-origin: center;
  left: 70px;
  border-radius: 50%;
}

[data-aos="rotate2"] {
  transition: transform left;
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  position: absolute;
  left: 0;
  border-radius: 1rem;
}

[data-aos="rotate2"].aos-animate {
  transform: rotate(180deg) scale(0.5);
  transform-origin: center;
  left: 140px;
  border-radius: 50%;
  width: 4.5rem;
}

[data-aos="rotate3"] {
  transition: transform left;
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  position: absolute;
  left: 0;
  border-radius: 1rem;
}

[data-aos="rotate3"].aos-animate {
  transform: rotate(180deg) scale(0.5);
  transform-origin: center;
  left: 110px;
  border-radius: 50%;
}

[data-aos="rotate4"] {
  transition: transform left;
  transform: rotate(0deg) scale(1);
  transform-origin: center;
  position: absolute;
  left: 0;
  border-radius: 1rem;
}

[data-aos="rotate4"].aos-animate {
  transform: rotate(180deg) scale(0.5);
  transform-origin: center;
  left: 110px;
  border-radius: 50%;
  width: 4.5rem;
}

h1 {
  font-size: 3rem;
  font-family: "brother-1816", sans-serif;
  letter-spacing: -5%;
}

h2 {
  font-family: "brother-1816", sans-serif;
  text-align: center;
  color: #161616;
}

p {
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: 'wght' 378, 'wdth' 100, 'slnt' 0;
  font-size: 0.9rem;
  margin: 0rem 0.5rem;
  padding: 0.5rem 0;
}

.camp-button {
  border-color: #f1a337;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  width: 8rem;
  border-style: solid;
  padding: 0.5rem;
  border-width: 3px;
  position: relative;
  text-align: center;
  margin: 0.5rem auto;
  background-color: #f1a337;
  border-radius: 2rem;
}

.button-placement {
  margin: 0 5rem 1rem;
  top: 1.5rem;
}

#container-8358 .button {
  color: #f1a337;
  border-color: #f1a337;
}

#container-8358 .button:hover {
  color: #ffffff;
  border-color: #f1a337;
  background-color: #f1a337;
}

.camp-button:hover,
.camp-button:focus,
.camp-button-white:hover {
  color: #f1a337;
  background-color: #ffffff;
  transition: all 0.5s;
  pointer-events: auto;
  border-color: #ffffff;
}

ul {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: 'wght' 378, 'wdth' 100, 'slnt' 0;
  padding-top: min(3vw, 35px);
}

ul #emphasis {
  font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0;
}

.opener #emphasis {
  font-variation-settings: 'wght' 700, 'wdth' 100, 'slnt' 0;
}

/*2025 Style End*/

.title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 6.5rem;
  font-weight: bold;
  letter-spacing: -4pt;
  color: #d79825;
  line-height: 5.5rem;
  position: sticky;
  top: 5rem;
  left: 25%;
  z-index: 0;
  margin-left: 25%;
}

.bg {
  z-index: 0;
  position: sticky;
  top: -15;
}

.circle {
  background-color: #d79825;
  height: 9rem;
  border-radius: 50%;
  position: absolute;
  width: 9rem;
  top: 6rem;
  right: 20%;
  opacity: 60%;
  z-index: 0;
}

.summary {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding: 1rem;
}

.category {
  z-index: 10;
  padding: 1rem;
  position: relative;
}

.serve {
  padding: 1rem;
  z-index: 3;
  position: relative;
}

.textheader {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  background-color: transparent;
  margin-left: 10%;
}

.green {
  color: #5e755d;
}

.greenbg {
  background-color: #5e755d;
}

.yellow {
  color: #d79825;
}

.yellowbg {
  background-color: #d79825;
}

.blue {
  color: #729893;
}

.bluebg {
  background-color: #729893;
}

.orange {
  color: #d36b24;
}

.orangebg {
  background-color: #d36b24;
}

.camp-display-jh {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/Kids1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  background-position: center;
}

.camp-display-jh:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d79825;
}

.camp-display-kids {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/JHM1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.camp-display-kids:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #5e755d;
}

.camp-display-hs {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/HSM1.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.camp-display-hs:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d36b24;
}

.camp-display-men {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/ManCamp1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.camp-display-men:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d36b24;
}

.camp-display-women {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/Womens1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.camp-display-women:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #5e755d;
}

.camp-display-ml {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/ML1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  background-position: center;
}

.camp-display-ml:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d79825;
}

.camp-display-ym {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/YM1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.camp-display-ym:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #5e755d;
}

.camp-display-ya {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/YA1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: auto;
  background-position: center;
}

.camp-display-ya:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d79825;
}

.camp-display-ff {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/FFR1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.camp-display-ff:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #d36b24;
}

.camp-display-missions {
  flex: 1;
  height: 16rem;
  background-image: url("https://cdn.faithchapel.cc/images/Camp/2024/coverimages/FMC1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.camp-display-missions:hover {
  transform: translateX(3px) translateY(-3px);
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: -9px 9px black;
  background-image: none;
  background-color: #5e755d;
}

.camp-info {
  color: #ffffff;
  padding: 1rem;
}

.square-wrapper:hover .camp-copy {
  visibility: visible;
  transition: visibility 0.2s ease-in-out;
}

.camp-copy {
  font-family: droid-sans-mono, monospace;
  letter-spacing: -1pt;
  font-size: 0.8rem;
  visibility: hidden;
}

details>summary {
  margin-left: 5rem;
  font-family: "brother-1816", sans-serif;
}

details>summary:hover {
  color: #ffffff;
}

.camp-button-white {
  color: #ffffff;
  border: white solid 0.1rem;
  padding: 0.2rem 0.3rem;
  margin: 0.3rem 0rem;
  font-size: 0.8rem;
}

#container-8093 .button {
  color: #ffffff;
  border-color: #ffffff;
}

#container-8093 .button:hover {
  color: #de771c;
  background-color: #ffffff;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

#frequently-asked {
  flex-direction: column;
  align-items: center;
  text-align: left;
  background-color: #E2DED2;
  padding: 1rem 0;
}

#frequently-asked .camp-title-text {
  color: #D35E32;
}

.frequently-asked-container {
  width: 70%;
}

.featherlight {
  transform: translateZ(50px);
}

.footer {
  margin-top: 0;
}

.camp-header-video {
  width: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.camp-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 7.5rem;
  width: 30rem;
}

.camp-content-wrapper {
  background-color: #e09f58;
  padding: 1rem;
}

.camp-header-container {
  background-color: #000000;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.camp-header-icon {
  color: #ffffff;
  margin-bottom: 1rem;
}

.camp-header-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.camp-header-sub-text {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  user-select: none;
}

.camp-map-container {
  width: 35%;
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

#map-canvas {
  height: 25rem;
}

/* Remove these later and put in faith-master.css */

/* Back to the real stuff! */

.camp-registration-item-container {
  display: flex;
  padding: 0 0.5rem 0 0.5rem;
  background-color: #ffffff;
}

.camp-registration-item-container > div {
  width: 33.33%;
}

.camp-section-text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: #ffffff;
}

.camp-section-left {
  display: flex;
  justify-content: flex-start;
}

.camp-section-right {
  display: flex;
  justify-content: flex-end;
}

.camp-section-center {
  display: flex;
  justify-content: center;
}

.camp-title-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
}

.camp-image-left,
.camp-image-right {
  background-size: auto 73%;
  background-repeat: no-repeat;
}

.camp-image-right {
  background-position: right center;
}

.camp-image-left {
  background-position: left center;
}

.camp-header-image {
  width: 100%;
  height: auto;
}

.camp-header-container-with-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.camp-header-image-container {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.text-align-right {
  text-align: right;
}

/* Camp Serve Styles */

#camp-serve-during {
  background-image: linear-gradient(#3F8F86 50%, #ffffff 50%);
}

#camp-serve-registration {
  background-image: linear-gradient(#F3A01E 50%, #ffffff 50%);
}

#camp-serve-upkeep {
  background-image: linear-gradient(#D35E32 50%, #ffffff 50%);
}

.camp-serve-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
}

.camp-serve-container .camp-section-text {
  font-weight: 400;
}

.camp-serve-registration-items-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}

.camp-serve-registration-item {
  margin: 0 1rem;
}

#camp-serve-during .camp-serve-registration-item {
  width: 25%;
}

/*@media all and (max-width: 1006px) {
    #camp-serve-during .camp-serve-registration-items-container {
        flex-direction: column;
        align-items: center;
    }

    #camp-serve-during .camp-serve-registration-items div {
        width: 100%;
    }
}*/

@media all and (max-width: 1280px) {
  #camp-serve-during {
    background-color: #3F8F86;
    background-image: none;
  }

  #camp-serve-during .camp-serve-registration-items-container {
    flex-direction: column;
    align-items: center;
  }

  #camp-serve-during .camp-serve-registration-item {
    width: 100%;
  }

  #camp-serve-during .camp-serve-registration-container {
    display: none;
  }

  #camp-serve-during .camp-serve-registration-container-midsize {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #camp-serve-during .camp-serve-registration-title,
  #camp-serve-during .camp-serve-registration-description {
    color: #ffffff;
  }

  #camp-serve-during .camp-serve-registration-button {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #3F8F86;
  }

  #camp-serve-during .camp-serve-registration-button:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
  }
}

/* Media Queries */

@media all and (max-width: 1538px) {
  #camp-section-map {
    flex-direction: column;
    align-items: center;
  }

  .camp-map-container {
    width: calc(100% - 7.5rem);
    height: 30rem;
  }

  #camp-section-map .camp-content-container {
    margin-top: 0;
  }
}

@media (max-width: 1100px) {
  .rellax {
    transform: translate3d(0,0,0) !important;
  }

  .camp-header-container {
    background-image: url(https://cdn.faithchapel.cc/images/EventPlanner/Camp/Camp-2021-splash-image.jpg);
  }

  .camp-image-right,
  .camp-image-left {
    background-position: center 3rem;
    padding-top: 45%;
    background-size: 80% auto;
  }

  .camp-content-container {
    width: 85%;
    text-align: left;
    margin-bottom: 4rem;
  }
}

@media all and (max-width: 1016px) {
  .camp-registration-item-container {
    flex-direction: column;
    padding: 0.5rem;
  }

  .camp-registration-section {
    height: auto;
  }

  .camp-registration-item-container > div {
    width: 100%;
  }

  .camp-registration-item-container .camp-registration-container {
    margin: 0.5rem;
    min-height: auto;
  }

  .camp-map-container {
    width: calc(100% - 4rem);
    height: 20rem;
  }

  #map-canvas {
    height: 20rem;
  }

  .camp-section-center .camp-content-container {
    margin: 0 0 2rem 0;
  }
}

@media all and (max-width: 810px) {
  .camp-content-container {
    margin: 2rem;
  }
}

@media (max-width: 636px) {
  .camp-header-container {
    background-image: url(https://cdn.faithchapel.cc/images/EventPlanner/Camp/Camp-2021-splash-image.jpg);
  }
}

@media all and (max-width: 560px) {
  .camp-section-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .camp-title-text {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 458px) {
  .camp-map-container {
    height: 14rem;
  }

  #map-canvas {
    height: 14rem;
  }
}

/* Animations for FAQ dropdowns */

.expander-content {
  background-color: #FAF6EC !important;
}

.expander-arrow {
  color: #d35e32;
}

.expander-content {
  user-select: none;
}

.horizontal-responsive-layout {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .horizontal-responsive-layout {
    flex-direction: column;
  }

  .section-header {
    margin-left: 1.5rem;
  }

  .reveal1 {
    margin-left: 1.5rem;
  }

  .reveal2 {
    margin-left: 1.5rem;
  }

  .reveal3 {
    margin-left: 1.5rem;
  }

  .reveal4 {
    margin-left: 1.5rem;
  }

  .opener {
    margin: 1rem;
  }

  .go-top {
    height: 29vh;
  }

  .serve-top {
    height: 28vh;
  }

  .give-top {
    height: 32vh;
  }

  .pray-top {
    height: 26vh;
  }

  .button-placement {
    margin: 0.5rem 1.5rem;
    top: 0;
  }

  #landing-copy p {
    font-size: 1.1rem;
    text-align: left;
    margin: 0 1.5rem;
  }

  details>summary {
    margin: 0 1.5rem;
  }
}

@media all and (max-width: 768px) {
  .camp-header-scale {
    height: 80vw;
  }

  .section-header {
    margin-left: 1.5rem;
  }

  .reveal1 {
    margin-left: 1.5rem;
  }

  .reveal2 {
    margin-left: 1.5rem;
  }

  .reveal3 {
    margin-left: 1.5rem;
  }

  .reveal4 {
    margin-left: 1.5rem;
  }

  .opener {
    margin: 1rem;
  }

  .go-top {
    height: 58vh;
  }

  .serve-top {
    height: 60%;
  }

  .give-top {
    height: 75%;
  }

  .pray-top {
    height: 52%;
  }

  .button-placement {
    margin: 0.5rem 1.5rem;
    top: 0;
  }

  #landing-copy p {
    font-size: 1.1rem;
    text-align: left;
    margin: 0 1.5rem;
  }

  details>summary {
    margin: 0 1.5rem;
  }

  .title {
    font-size: 3.5rem;
    line-height: 3rem;
    left: 5%;
    margin-left: 5%;
    letter-spacing: -3pt;
  }

  .circle {
    height: 4rem;
    width: 4rem;
    opacity: 50%;
  }

  .category {
    padding: 0.5rem;
  }

  .camp-display-jh,
  .camp-display-kids,
  .camp-display-hs,
  .camp-display-men,
  .camp-display-women,
  .camp-display-ym,
  .camp-display-ya,
  .camp-display-ml,
  .camp-display-ff,
  .camp-display-missions {
    height: 11rem;
    flex: none;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0.5rem 0;
  }

  .camp-info {
    padding: 0.5rem;
  }

  h3 {
    margin: 0.4rem 0rem;
  }

  .camp-copy {
    font-size: 0.75rem;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #camp-serve-registration {
    background-color: #F3A01E;
    background-image: none;
  }

  #camp-serve-upkeep {
    background-color: #D35E32;
    background-image: none;
  }

  #camp-serve-registration .camp-serve-registration-title,
  #camp-serve-registration .camp-serve-registration-description,
  #camp-serve-upkeep .camp-serve-registration-title,
  #camp-serve-upkeep .camp-serve-registration-description {
    color: #ffffff;
  }

  #camp-serve-registration .camp-serve-registration-button {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #F3A01E;
  }

  #camp-serve-upkeep .camp-serve-registration-button {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #D35E32;
  }

  #camp-serve-registration .camp-serve-registration-button:hover,
  #camp-serve-upkeep .camp-serve-registration-button:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
  }

  #camp-serve-during .camp-serve-registration-container-midsize {
    display: none;
  }

  #camp-serve-during .camp-serve-registration-container {
    display: flex;
  }

  .camp-serve-registration-items-container {
    flex-direction: column;
  }

  .camp-serve-registration-item {
    margin: 0;
  }
}