body{
	background: #d3d3d314;
}

nav{
	background: #ABBFE4;
	padding: 1em;	
}

.navbar-brand img {
  height: 6vh;
}

header, main{
	background-color: white; 
}

header h1{
	text-align: center;
  	line-height: 3em;
  	font-weight: bold;  	
}

.nav-link.active{
	font-weight: bold;
}

main h2{
	font-size: 1.6em;
	margin-bottom: 1em;
}

footer{	
  	text-align: center;  	
}

.card-img-top {
	object-fit: cover;
  	height: 20vh;
}

