* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

/*Navbar*/
.navbar .navbar-brand {
	color: #331391;
	font-size: 1.2rem;
	font-weight: bold;
}
.navbar .nav-link {
	color: #333s;
	margin: 4px 0;
	position: relative;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
	color: #331391;
	font-weight: 500;
}
@media(min-width: 1200px) {
	.navbar .navbar-brand {
		font-size: 1.8rem;
		font-weight: 700;
		margin: -2em 0;
	}
	.navbar .nav-link {
		margin: 0 4px;
	}
}

/*Page Header*/
.page-header {
	background: #331391;
	color: white;
}

/*Page Content*/
.content .btn.btn-primary {
	background-color: #331391;
	border-color: #331391;
	border-radius: 0;
	color: white;
	padding: 12px 30px;
	text-transform: uppercase;
	text-shadow: none;
}
.content p {
	text-align: center;
}
.content .h2 {
	font-weight: bold;
	color: #331391;
	position: relative;
	margin-bottom: 1.2em;
}

/*Sponsors Section*/
.sponsors {
	background: #331391;
}
.sponsors .card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 100px;
	aspect-ratio: 3/1;
}
.sponsors .card img {
	width: auto;
	height: 80%;
}

/*Footer Section*/
.footer {
	background: #111;
	color: white;
}