.section-heading-mobile {
	display: none;
}
.navbar-el {
	margin-left: 150px;
	margin-right: 150px;
}

.navbar-logo img {
	max-width: 200px;
}

.cards-heading {
	font-size: 16px;
}

/* Register Section Cards */
.cards-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
}

.leaderboard-section {
	gap: 40px;
	width: 80%;
}

.winnersGrid {
	width: 80%;
}

.winnerCard-Torino {
	width: 320px;
	height: 400px;
}

.winnerCard-Milano {
	width: 320px;
	height: 400px;
}

.winnerCard-Bicocca {
	width: 320px;
	height: 400px;
}

.winnerCard-Sapienza {
	width: 320px;
	height: 400px;
}

.primary-button {
	font-size: 22px;
	width: 240px;
	height: 45px;
}

.secondary-button {
	font-size: 22px;
}

.mx-48 {
	margin-left: 150px;
	margin-right: 150px;
}

.hero-buttons {
	margin-top: 40px;
}

.primary-button {
	margin-right: 80px;
}

.headerTextAccent {
	font-size: 18px;
}

.navbar-default .navbar-brand {
	font-size: 25px;
}

.headerText {
	font-size: 28px;
	font-weight: 500;
	max-width: 450px;
}

.navbar-logo a {
	width: 115px;
	height: 50px;
}

.navbar-nav > li > a {
	font-size: 14px;
}

/* NEXT EVENT */

.headerTextAccent {
	font-size: 18px;
}

.headerImg {
	height: 500px;
	width: 300px;
	border-radius: 10px;
	margin-top: 40px;
}

.headerText {
	font-size: 22px;
}

.WWW-header {
	font-size: 32px;
}

.about-subheading {
	font-size: 22px;
	max-width: 800px;
}

section#WhoWhyWhat {
	padding: 50px;
}

/* ABOUT SECTION */

section#About {
	margin-top: 150px;
}

.about-heading {
	font-size: 33px;
	color: #00ea51;
}

.about-subheading {
	font-size: 21px;
}

.section-heading {
	font-size: 64px;
	font-weight: 800;
}

.section-subheading {
	font-size: 32px;
}
.activities-subheading {
	font-size: 24px;
	max-width: 700px;
}

.leaderboard {
	width: 80%;
}

.leaderboard p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.headerTable {
	font-weight: 700;
	font-size: 32px;
	padding: 10px;
}

.tableRow {
	font-weight: 600;
	font-size: 18px;
}

.live {
	height: 25px;
	width: 25px;
}

/* CONTACT SECTION */

.contact-heading {
	font-size: 32px;
	max-width: 550px;
	margin: auto;
	margin-left: 30px;
	font-weight: 700;
	height: fit-content;
}

.contact-subheading {
	font-size: 18px;
	margin: auto;
	margin-left: 10px;
	width: fit-content;
}

.footer-contact {
	background-color: #00ea51;
	width: 1000px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	display: grid;
	border-radius: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: 200px;
	top: 50px;
	position: absolute;
}

footer {
	padding-top: 200px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 200px;
}

.heroText {
	font-size: 70px;
	max-width: 550px;
}
