.navbar-nav .nav-link {
  font-weight: bold;
}

.rounded-navbar {
  border-radius: 15px; /* Adjust to your preference */
}
.container-fluid .container .img-fluid {
	padding-top: 50px;
}
body {
	background-color: #701212;
}
.row .col-xl-6 .img-fluid {
}
.container-fluid .container .list-group {
	margin-top: 10px;
	border-radius: 15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 10px 0px #180202;
	box-shadow: 0px 0px 10px 0px #180202;
	background-color: #E1214B;
	color: #17A9DC;
}
.list-group .list-group-item.transparent-bg a {
	color: #FFDE17;
}
.container div iframe {
	display: flex;
	justify-content: center; /* Centers the iframe horizontally */
	align-items: center;     /* Centers the iframe vertically */
	height: 100vh;           /* Optional: centers in full viewport height */
	margin-top: 15px;
	text-align: left;
}
.container .container .img-fluid {
	padding-top: 30px;
}
.fluid-comments {
	background-color: #1F1F1F;
}
