
.list-group-item[aria-expanded="true"] {
	font-weight: bold;
	color: purple;
}

.list-group-item.active {
	background-color: rgb(222,192,222);
	border-color: rgb(222,192,222);
	color: #495057;
}

.list-group-item:hover {
	background: rgb(222,192,222);
	color: purple;
}

.level1  a{
	padding-left: 5px;
	font-size: 1rem;
}

.level2  a{
	padding-left: 15px;
	font-size: 0.9rem;
}

.level3  a{
	padding-left: 25px;
	font-size: 0.8rem;	
}

.ads a {
	color: black;
}

.ads a:hover {
	position: relative; 
	top: -5px;
	color: purple;
	text-decoration: none;
}

.card:hover {
	-webkit-box-shadow: 0 10px 5px #888888;
	-moz-box-shadow: 0 10px 5px #888888;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.article {
	background: white;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

.topicpath {
	margin-top: 30px;
	margin-bottom: 30px;
}

.topicpath a:hover {
	color: purple;
	text-decoration: none;
}

.article h1 {
	font-weight: 800;
	font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 40px;	
}

.article h2 {
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

body {
	background: #f5d9df;
	font-family: "Nunito", sans-serif;	
}

.navcontainer {
	margin-bottom: 70px;
}

.navbar.scrolled {
    background: rgb(222,192,222);
    transition: background 200ms;
}

#mainnavbar .navbar-brand {
	color: #EA1C2C;
	font-size: 1.5rem;
	font-weight: 100;
}

#mainnavbar {
	font-size: 1.5rem;
	font-weight: 100;
}

#mainnavbar .nav-link {
	color: white;
}

#mainnavbar .nav-link:hover {
	color: #EA1C2C;
}

.footer {
    background: rgb(222,192,222);
}

.footer h3 {
	color: #EA1C2C;
	font-weight: 100;
	font-size: 1.5rem;
}

.footer p {
	font-weight: 100;
	font-size: 1rem;
	line-height: 2;
}

.footer a{
	color: white;
}

.footer a:hover {
	color: #EA1C2C;
	text-decoration: none;
}
