* {
	color: black;
}

html, body {
	height: 100%;
}

#navbar li a {
	color: #eee;
}

#navbar li:hover a {
	color: #fff;
	text-decoration: underline; 
}

.page-container {
	padding-top: 45px;
}

.wrapper {
    margin: auto;
}

.footer-container {
	position: relative;
    left: 0;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    margin: auto;
    background-color: #888;
	margin-top: 8rem;
}

header {
	box-shadow: 0px 5px 5px #6c757d36;
	position: fixed;
	z-index: 99;
	top: 0;
}

.card-body {
	border-top: 1px solid #ddd;
}

.card-title, .description {
	font-weight: 600;
	font-size: 1.5rem;
}


