@charset "utf-8";
/* CSS Document */
.nav-link {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
.carousel-inner h5{
	color: red;
	background-color: black;
	margin: 0px 450px
}
.carousel-inner p{
	color: red;
	background-color: black;
	margin: 0px 400px
}
.carousel-indicators{
	/*Could not figure out how to change the button color themselves, everything I tried did not work*/
	background-color: gray;
}
.col {
	margin: 1px;
	border: 1px solid black; border-radius: 10px;
}
