.main-layout {
  background-color: #224F75;
}

.base-layout {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .base-layout {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 300px;
    padding-right: 20px;
  }
}

.phos-sidebar {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #03152D;
  overflow: hidden;
  width: 100vw;
}
.phos-sidebar ul {
  list-style: none;
}
@media (min-width: 992px) {
  .phos-sidebar {
    height: 100vh;
    width: 280px;
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  }
}

.phos-sidebar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
@media (min-width: 992px) {
  .phos-sidebar-header {
    display: block;
    padding: 0;
  }
}

.phos-sidebar-navbar.hide-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .phos-sidebar-navbar.hide-sidebar {
    display: block;
  }
}

.phos-sidebar-hamburger {
  display: block;
  margin-right: 5vw;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .phos-sidebar-hamburger {
    display: none;
  }
  .phos-sidebar-hamburger i {
    display: none;
  }
}

.phos-sidebar-logo {
  width: 30vw;
  max-width: 160px;
  margin-left: 2vw;
}
@media (min-width: 992px) {
  .phos-sidebar-logo {
    max-width: none;
    margin-left: 0;
    margin-top: 10px;
    width: 250px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.phos-sidebar-navlink {
  height: 36px;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.5rem;
}
.phos-sidebar-navlink i {
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
.phos-sidebar-navlink:hover {
  background-color: #C8D8E7;
  border-radius: 5px;
  color: #000000;
}

.phos-sidebar-footer {
  width: 100%;
}
@media (min-width: 992px) {
  .phos-sidebar-footer {
    position: absolute;
    bottom: 0;
  }
}
.phos-sidebar-footer hr {
  border-radius: 2px;
  width: 80%;
  margin-left: 10%;
}

.phos-sidebar-footer.hide-sidebar {
  display: none;
}
@media (min-width: 992px) {
  .phos-sidebar-footer.hide-sidebar {
    display: block;
  }
}

#beliefs {
  padding-top: 20px;
}

#staff {
  padding: 5vh 10vw;
  text-align: start;
}

#staff h2 {
  font-style: underline;
}

#staff .staff-member {
  margin-bottom: 15px;
}

#staff h3 {
  margin: 5px 0;
}

#staff p {
  margin: 5px 0;
}

#staff .position {
  font-style: italic;
}

.staff-card {
  width: 90vw;
  min-width: 300px;
  max-width: 100%;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  white-space: pre-wrap;
}
@media (min-width: 992px) {
  .staff-card {
    min-width: 500px;
    max-width: 700px;
  }
}

#preview-header-container {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
#preview-header-container button {
  height: 40px;
  width: 100%;
  padding: 5px 2px;
  justify-content: left;
}
@media (min-width: 992px) {
  #preview-header-container button {
    margin-top: 5px;
    width: auto;
  }
}
#preview-header-container p {
  width: 100%;
}
@media (min-width: 992px) {
  #preview-header-container {
    flex-direction: row;
    width: none;
  }
}

#preview-iframe-container {
  width: 100%;
  height: 90vh;
  padding: 0;
  margin: 0;
  max-width: 1400px;
}
@media (min-width: 992px) {
  #preview-iframe-container {
    width: calc(95vw - 280px - 10px);
    min-width: 400px;
  }
}
#preview-iframe-container iframe {
  width: 100%;
  height: 100%;
}

.event-card-group {
  gap: 10px;
}

.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.h2 {
  font-size: 2rem;
  font-weight: 700;
}

.h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.h6 {
  font-size: 1rem;
  font-weight: 700;
}

.switch {
  position: relative;
  display: inline-block;
  min-width: 50px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C8D8E7;
  -webkit-transition: 0.4s;
  -moz-animation: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  min-width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #63949E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #256279;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #256279;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch .round {
  border-radius: 34px;
}
.switch .round:before {
  border-radius: 50%;
}

.file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 90%;
  margin: 1rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.file-upload-container label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.file-upload-container input[type=file] {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 4px;
  border: 2px solid #ccc;
  background: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s;
}

.file-upload-container input[type=file]:hover,
.file-upload-container input[type=file]:focus {
  border-color: #256279;
}

.file-upload-message {
  margin-top: 0.75rem;
  color: #d9534f;
  font-size: 0.95rem;
  font-weight: 500;
  width: 100%;
}

.input-file {
  width: 100%;
}

.photo-upload-container {
  width: 100%;
  max-width: 400px;
}

.image-page-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-evenly;
  min-height: 100vh;
  min-width: 100%;
}
.image-page-container h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .image-page-container h2 {
    text-align: left;
  }
}

.Stripe-Subscription-Display-Container {
  margin: 10px;
  min-width: 500px;
  max-width: 700px;
  background: #F8F8F8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2rem;
}
.Stripe-Subscription-Display-Container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}
.Stripe-Subscription-Display-Container table tr:nth-child(even) {
  background: #C8D8E7;
}
.Stripe-Subscription-Display-Container table td {
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px solid #333;
}
.Stripe-Subscription-Display-Container table td:first-child {
  font-weight: 600;
  color: #256279;
  width: 40%;
}
.Stripe-Subscription-Display-Container table td:last-child {
  text-align: right;
}
.Stripe-Subscription-Display-Container table tr:last-child td {
  border-bottom: none;
}
.Stripe-Subscription-Display-Container table tr:hover {
  background: #c7d7e7;
}

@media (max-width: 600px) {
  .Stripe-Subscription-Display-Container {
    padding: 1rem;
  }
  .Stripe-Subscription-Display-Container table td {
    font-size: 1rem;
  }
}
.phos-card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.phos-card {
  width: 80vw;
  max-width: 500px;
  min-width: 300px;
}

/*# sourceMappingURL=light.css.map */
