body {
	background-color: #eeeeee;
}


/* Navbar */
.navbar {
	background-color: #241d41;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	border-top: 5px solid #660099;
}

.nav-item {
	font-size: 1.2rem;
	font-weight: 400;
	margin-right: 1.5rem;
}

.nav-link {
	color: #e3e3e3;
	font-size: 1.2rem;
}

.nav-link:hover {
	color: rgb(255, 51, 102);
}

.nav-link.nav-link.active {
	color: rgb(255, 51, 102);
}

/* NavBar Toggler Icon */
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 102, 55, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
	border: 1px solid rgba(255, 102, 55, 1);
}


/* Links */
a {
	font-family: "Poppins", sans-serif;
	color: #ffcc00;
}

a.hover {
	color: #fff;
}

/* Post Links */
a.post {
	color: #ffcc66;
	text-decoration: none;
}

a.post:hover {
	color: #fff;
}

/* Chora Logo */
.logo {
	width: 55px;
	height: 55px;
}

.navbar-brand .logo {
	vertical-align: middle;
}

.logoFooter {
	width: 40px;
	height: 40px;
}

/* Typography */

h1 {
	font-family: "Lora", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #000;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: "Lora", serif;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
}

p {
	font-family: 'Poppins', 'Segoe UI', 'Century Gothic', -apple-system, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #000;
}


ul li {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #000;
}



/* Underline */
.custom-underline {
	position: relative;
	display: inline-block;
}

.custom-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.1em;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: .3;
}


/* Post Links */
a.post {
	color: rgb(255, 51, 102);
	text-decoration: none;
}

a.post:hover {
	color: #9900cc;
}



/* Breadcrumb */
.breadcrumb {
	font-family: "Poppins", sans-serif;
}

.breadcrumb-item a {
	text-decoration: none;
	color: rgba(255, 102, 55, 1);
	font-weight: 500;
}

.breadcrumb-item a:hover {
	color: #fff;
}

.breadcrumb-item.active {
	color: #fff;
	font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #666;
	font-weight: 700;
	font-family: "Lora", serif;
}



/* Blockquote */
blockquote p {
	font-family: 'Poppins', 'Segoe UI', 'Century Gothic', -apple-system, sans-serif;
	font-weight: 600;
	line-height: 1.6;
	font-size: 1rem;
	padding: 4px;
}


cite {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06rem;
	color: #333;
}


.blockquote-footer::before {
	content: "- ";
}

/* Drop Cap */
.dropcapTest {
	font-family: "Poppins", sans-serif;
	font-size: 3em;
	font-weight: 800;
	display: block;
	float: left;
	margin: 0.2rem 0.5rem 0 0;
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
	line-height: 1;
	color: #eeeeee;
	background-color: #330066;
}


.dropcap {
	display: block;
	float: left;
	height: 2.6lh;
	width: auto;
	margin: 0.25em 0.50em 0 0;
	/* Adjusted top and right margins for precision */
}


/* Dark background + vertical accent line */
.quote-enhanced-dark {
	background-color: #111111;
	background-color: #fff;
	/* deep neutral dark */
	border-left: 4px solid #ff3366;
}


/* Ensure text-light-50 works smoothly */
.text-light-50 {
	color: rgba(255, 255, 255, 0.5);
}

.figure-caption {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #333;
}


/*Badges*/
.panagiaBadge {
	font-family: "Poppins", sans-serif;
	background-color: #ff3366;
	color: #fff;
	font-weight: 500;
}

/*Cards*/
.card-title {
	font-family: "Poppins", sans-serif;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.01em;
}


.card-text {
	font-family: "Poppins", sans-serif;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.01em;
}


.shadow {
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .15) !important;
}


/* Footer */
footer {
	font-family: "Noto Sans", sans-serif;
	text-transform: uppercase;
	background-color: #111111;
}


footer .nav-item a {
	font-size: 0.9rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}

footer .nav-item a:hover {
	color: #ff6633;
	text-decoration: none;
}


footer small {
	color: #ccc;
	text-transform: none;
	font-size: 0.8rem;
}


footer small a {
	color: #ff6633;
	text-decoration: none;
}

footer small a:hover {
	color: #ff6633;
	text-decoration: none;
}