body {
	background-color :#171717;
}
.navbar {
	background-color :#6b0909;
}
.navbar-text,
.navbar-brand,
.nav-link {
	color :#e3e3e3;
}
.navbar-brand:hover,
.nav-link:hover {
	color :#212121;
}
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
    	color :#e3e3e3;
}
.navbar-toggler {
    	border : var(--bs-border-width) solid rgb(255 255 255);
}
.card-custom {
	transition :all 0.3s;
}
.card-custom:hover {
	transform :scale(1.1);
}
.img-exp {
	transition :all 0.3s;
}
.img-exp:hover {
	transform :scale(1.18);
}
.img-bio {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 30%;
}
.footer-main {
	background-color :#6b0909;
	color :#e3e3e3;
}
.footer-main a {
	text-decoration :none;
	color :#e3e3e3;
}