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

.base-layout {
  padding-left: 300px;
  padding-right: 20px;
}

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

.phos-sidebar-logo {
  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 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.phos-sidebar-footer hr {
  border-radius: 2px;
  width: 80%;
  margin-left: 10%;
}

#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;
}

#preview-header-container {
  padding-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
#preview-header-container button {
  height: 40px;
  padding: 5px 2px;
}
#preview-header-container p {
  width: 100vw;
}

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

.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%;
}

.photo-upload-container {
  width: 80vw;
  min-width: 420px;
  max-width: 700px;
  margin: 10px;
}
@media (min-width: 768px) {
  .photo-upload-container {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .photo-upload-container {
    width: 25vw;
  }
}

.image-page-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  min-height: 100vh;
  min-width: 100%;
}

.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;
  }
}

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