.masthead {
	min-height: 20rem;
	padding-top: 8rem;
	padding-bottom: 2rem;
}

.intropica {
	margin-bottom: 30px;
}

h1 {
	color: #768893;
}

.subh1 {
	color: #768893;
}

h2 {
	margin-bottom: 30px;
	font-weight: 500;
	color: #768893;
}

@media (min-width: 992px) {
	.masthead {
		height: auto;
	}
	.masthead h1, .masthead .h1 {
		font-size: 3.5rem;
		padding-right: 50px;
	}
	.subh1 {
		padding-right: 50px;
	}
	p.lead {
		padding-right: 50px;
	}
}

#contact p.lead {
	padding-right: 0px;
}

.content-section {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

#over.content-section {
  padding-top: 2.5rem;
}

.list-group-item {
	padding: var(--bs-list-group-item-padding-y) 0;
	border: none;
}

.card {
	display: flex;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 48%;
	max-width: 48%;
	min-height: 300px;
	padding: 20px;
}

h5.card-title {
	font-weight: 500;
}

.card-text {
	color: #212529;
	font-size: 1.25rem;
	font-weight: 300;
}

#sidebar-wrapper {
	background: #000000;
}

footer.footer .social-link {
	height: 2.5rem;
	width: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
}

footer.footer .social-link {
	background-color: #212529;
}


footer.footer .social-link:hover {
	background-color: #424649;
}

a		{	color: #212529;		}
a:hover {	color: #424649;		}


.btn-light { 
	color: #768893;
}


.btn-light:hover { 
	color: #ffffff;
	background-color: #768893;
}

#sidebar-wrapper {
  background: #768893;
}