body {
	color: #000;
	font-weight: normal;

}
h1, h2, h3, h4, .title {
	font-weight: normal;
}

a {
		font-weight: 600;
}
.page-header:before {
	filter: blur(8px);
  	-webkit-filter: blur(8px);
}

.description {
	color: #000;
	font-weight: normal;
}

li {
	text-align: left;
}

 div.description > ul > li {
	margin-bottom: 1em;
	list-style: none;
}

.section-dark {
	color: white;
	background-color: #1e4488;

}

#tabs > li > a {
	color: white;
}

#tabs > li > .active {
	color: white;
	font-weight: 400;
}

.card-body > p {
	font-weight: 600;

}

.separator {
	border-bottom: 1px solid white;
	margin-top: 1em;
	margin-bottom: 1em;
}

.btn-primary {
	background-color: #506b9b;
	border-color: #506b9b;
}
.btn > a{
	color: white;
	font-weight: 600;
}

html {
  scroll-behavior: smooth;
}

.footer {
	margin-top: 4em;
}

.card-footer {
	padding: 0 !important;
}

.btn-just-icon.btn-link{
	padding: 2px !important;
}

.card-avatar > a > img {
	height: 120px;
}


