body {
	background-color: #212529;
}

/* Navbar */
.navbar {
	background-color: #34495e;
	font-family: "Noto Sans", sans-serif;
	font-weight: 500;
	box-shadow: 2px 2px 5px #222222;
}

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

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

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

.nav-link.nav-link.active {
	color: #ff6633;
}

/* 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);
}

/* Dropdown */
.dropdown-menu {
	background-color: #444444;
	font-family: "Noto Sans", sans-serif;
	border-width: 2px;
}

.dropdown-menu a {
	color: #fff;
}

.dropdown-item:hover {
	background-color: #ff6633;
	color: #fff;
}

a.nav-link.dropdown-toggle.show {
	color: #fff;
}

/* Links */
a {
	font-family: "Noto Sans", 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: 45px;
	height: 45px;
}

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

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

/* Typography */

h1 {
	font-family: "Lora", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
}

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

p {
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #e0e0e0;
}

/* Blockquote */

blockquote p {
	font-family: "Noto Sans", sans-serif;
	font-family: "Lora", serif;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	font-size: 1.1rem;
	padding: 4px;
}


cite {
	font-family: "Noto Sans", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.06rem;
}


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

/* Drop cap */
.dropcap:first-letter {
	font-size: 3.5rem;
	float: left;
	font-weight: 700;
	font-size: 4.5rem;
	/* This removes the top gap */
	line-height: 0.8;
	margin: 0 0.3rem 0 0;
	padding-right: .25rem;
	color: #0066ff;
}


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


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



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

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

/*Badges*/

.choraBadge {
	background-color: #009688;
	color: #fff;
}

/*Cards*/
.fourCard {
	background-color: #34363a;
}

.card-title {
	color: #fff;
}




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


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

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


footer .nav-item {
	font-size: 1rem;
	font-weight: 400;
}

footer img {
	width: 40px;
	height: 40px;
}

footer small {
	color: #ccc;
	text-transform: none;
}


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

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