:root { --site-radius: 1rem; }
body { font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; line-height: 1.8; background: #fff; }
a { text-underline-offset: .2em; }
.py-lg-6 { padding-top: 6rem; padding-bottom: 6rem; }
.navbar-brand { letter-spacing: -0.02em; }
.hero { background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%); }
.card { border-radius: var(--site-radius); overflow: hidden; }
.post-card { transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 1rem 2rem rgba(0,0,0,.08); }
.post-card .card-img-top { aspect-ratio: 16/9; object-fit: cover; }
.page-header .container.narrow { max-width: 850px; }
.post-content { font-size: 1.12rem; }
.post-content img { max-width: 100%; height: auto; border-radius: var(--site-radius); }
.post-content h2, .post-content h3 { margin-top: 2rem; margin-bottom: 1rem; font-weight: 700; }
.blog-sidebar a { color: #212529; text-decoration: none; }
.blog-sidebar a:hover { text-decoration: underline; }
.form-control, .btn { border-radius: .75rem; }



a.nav-link{
	color:#0a2540;
	font-size:0.8rem;
}

a.nav-link:hover{
	color:#2f9fd0;
}


footer{
	background: #022640;
}

.footer-link {
  transition: color 0.15s ease-in-out;
}

.footer-link:hover {
  color: #fff !important;
}

.btn,.badge{
	border-radius: 0!important;

}

.btn-primary{
	background: #022640;
	border:#022640;
}

.text-primary{
	color:#022640!important;
}