/* 	Color Palette
	CP Primary: #B3A369
	CP Secondary: #007396 

	Designed by Lindy Hues using Bootstrap 5

*/

/*.nav-link {
	color: #444;
}*/

html, body {
	font-size: 16px;
}

header {
	border-bottom: 5px solid #007396;
}
.active {
	font-weight: bold;
	color: #B3A369;
}

.inactive {
	opacity: 0.5;
}

i {
	color: #B3A369;
}

sidebar .nav-link {
    color: #B3A369;
}

p {
	line-height: 2rem;
}

sidebar button.btn {
	border-bottom: solid 1px #B3A369;
	border-top: solid 1px #B3A369;
	width:100%;
	border-radius: 0;
}

sidebar .btn {
	text-align: left;
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.card-link {
	text-decoration: none;
	color: #231f20;
}

.card-link:hover {
	text-decoration: none;
	color: #231f20;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}



/* Global Typography */ 
/*h1:after, h2:after, h3:after {
	content: '';
    position: absolute;
    width: 4.0625rem;
    height: 0.3125rem;
    background-color: #d5cb9f;
    bottom: -1.25rem;
}*/

main a {
    line-height: inherit;
    color: #007396;
    text-decoration: none;
    cursor: pointer;
}

main a:hover {
    color: #007396;
    text-decoration: underline;
}

a.card-link:hover {
	text-decoration: none;
	box-shadow: 
	color: #231f20;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}

