:root {
  --bs-body-color: #224F75;
  --bs-tertiary-color: #FFFFFF;
  --bs-tertiary-color-rgb: 255, 255, 255;
  --bs-tertiary-bg: #03152D;
  --bs-tertiary-bg-rgb: 3, 21, 45;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-style: normal;
}

main {
  padding-top: 30px;
}

body {
  background-color: #224F75;
  color: #FFFFFF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section {
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 10vh;
  padding-left: 10px;
  padding-right: 10px;
}
section div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section:nth-child(4n+1) {
  background-color: #224F75;
  color: #FFFFFF;
}
section:nth-child(4n+2) {
  background-color: #3F7D20;
  color: #FFFFFF;
}
section:nth-child(4n+3) {
  background-color: #C0DF85;
  color: #000000;
}
section:nth-child(4n) {
  background-color: #9BC4CB;
  color: #000000;
}

.text-error {
  color: #ff3333;
}

.text-light {
  color: #000000;
}

.text-dark {
  color: #FFFFFF;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ps-header-emphasis {
  text-decoration: underline;
}

.ps-interactive-text {
  position: relative;
  text-decoration: none;
}
.ps-interactive-text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}
.ps-interactive-text:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.emphasis-double {
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.emphasis-double::after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: -15%;
  width: 104%;
  height: 0.6em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20' preserveAspectRatio='none'%3E%3Cpath d='M2,5 Q50,2 98,6' stroke='%23ef4444' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3Cpath d='M5,14 Q45,11 95,15' stroke='%23ef4444' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.site-footer {
  background: #222;
  color: #f5f5f5;
  padding: 2rem 0;
  font-size: 1rem;
  margin-top: auto;
}
.site-footer .footer-container {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.site-footer .footer-container .footer-section {
  min-width: 150px;
}
.site-footer .footer-container .footer-section h4 {
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.site-footer .footer-container .footer-section ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-container .footer-section ul li {
  margin-bottom: 0.5rem;
}
.site-footer .footer-container .footer-section ul li a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .footer-container .footer-section ul li a:hover {
  color: #ffd700;
}
.site-footer .footer-bottom {
  text-align: center;
  padding-top: 1rem;
  font-size: 0.95rem;
  color: #bbb;
}

#blog-content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  font-size: unset;
  text-align: unset;
  line-height: 1.35;
  font-size: 1.125rem;
}
#blog-content-container p {
  font-size: 1.125rem;
}
#blog-content-container h6 {
  font-size: 1.125rem;
}
#blog-content-container h5 {
  font-size: 1.2rem;
}
#blog-content-container h4 {
  font-size: 1.35rem;
}
#blog-content-container h3 {
  font-size: 1.55rem;
}
#blog-content-container h2 {
  font-size: 2.375rem;
}
#blog-content-container h1 {
  font-size: 2.65rem;
}

.ps-navbar {
  background-color: #03152D;
}

.ps-navbar .navbar-brand,
.ps-navbar .navbar-nav .nav-link,
.ps-navbar .navbar-text {
  color: #FFFFFF;
}

.ps-navbar .navbar-toggler {
  background-color: #F8F8F8;
}

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