@charset "utf-8";

.container {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}

body {
	background-color: black !important;
}

#carouselExampleSlidesOnly {
	border: 3px solid darkgray;
}

.jumbotron {
	background-color: darkgray !important;
}

footer .container-fluid {
	background: #F4F4F4;
}

.navbar-brand {
	color: #D3D7FF !important;
}

.text-center .d-flex {
	margin-bottom: 3rem !important;
}

#nav_h>a{
	font: bold 2rem "comic sans ms";
}

.card-body{
	background-color: #C8D6EC;
}

.card{
  margin-right: 2rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
