@font-face {
	font-family: AlaskaBeta;
	src: url("AlaskaBeta-Regular.otf") format("opentype");
}

body {
	font-family: "AlaskaBeta";
}

section {
	margin-top: 100px;
}

.leaderboard-subheading {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
	font-size: 40px;
	width: fit-content;
	margin: auto;
	font-weight: 600;
}

.leaderboard {
	width: 70%;
	margin: auto;
	margin-top: 80px;
}

.leaderboard p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.headerTable {
	color: #00ea51;
	font-weight: 700;
	font-size: 36px;
	text-align: center;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.tableRow {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 10px;
	background-color: rgba(0, 234, 81, 0.5);
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	align-items: center;
}

.tableRow:nth-child(odd) {
	background-color: transparent;
}

.date,
.activity,
.point {
	text-align: center;
	margin-bottom: 0 !important;
}

/* Light mode */
@media (prefers-color-scheme: light) {
	a {
		color: black;
	}
	body {
		background-color: white;
		color: white;
	}

	.heroText {
		color: black;
	}

	.headerText {
		color: black;
	}

	.primary-button {
		color: black;
		border-color: black;
	}

	.secondary-button {
		color: black;
	}

	.about-subheading {
		color: black;
	}

	.arrow-icon {
		color: black;
	}

	.prizes-title {
		color: black;
	}

	.section-heading {
		color: black;
	}

	.section-heading-mobile {
		color: black;
	}

	.leaderboard-subheading {
		color: black;
	}

	.activities-subheading {
		color: black;
	}

	.tableRow p {
		color: black;
	}

	footer {
		background-color: #1e1e1e;
	}
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
	a {
		color: white;
	}
	body {
		background-color: #1e1e1e;
		color: white;
	}

	.primary-button {
		color: white;
		border-color: white;
	}

	.secondary-button {
		color: white;
	}

	.about-subheading {
		color: white;
	}

	.arrow-icon {
		color: white;
	}

	.prizes-title {
		color: white;
	}

	.section-heading {
		color: white;
	}

	.section-heading-mobile {
		color: white;
	}

	.leaderboard-subheading {
		color: white;
	}

	.activities-subheading {
		color: white;
	}

	.tableRow p {
		color: white;
	}

	footer {
		background-color: black;
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 234, 81, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cards-title {
	color: #ffffff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}

.mt-10 {
	margin-top: 100px !important;
}

.-mt-10 {
	margin-top: -100px !important;
}

.mt-20 {
	margin-top: 150px !important;
}

.card-section {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.leaderboard-section {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 60px;
	width: 60%;
	margin: auto;
}

.winnersGrid {
	display: grid;
	width: 60%;
	margin: auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.winnerCard-Torino {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("../img/prizes/Politecnico_Torino.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Milano {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("../img/prizes/Politecnico_Milano.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Bicocca {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("../img/prizes/Bicocca.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.winnerCard-Sapienza {
	position: relative;
	width: 320px;
	height: 400px;
	background-image: url("../img/prizes/Sapienza.png");
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: auto;
}

.hero-buttons {
	margin-top: 50px;
}

.mx-48 {
	margin-left: 200px;
	margin-right: 200px;
}

.navbar-el {
	margin-left: 200px;
	margin-right: 200px;
}

.register-arrow {
	height: 20px;
	margin-left: 10px;
	align-items: center;
}

.primary-button {
	background-color: transparent;
	border-width: 3px;
	border-radius: 50px;
	width: 300px;
	height: 60px;
	font-size: 26px;
	margin-right: 100px;
	font-weight: 600;
}

.primary-button a:hover,
.primary-button a:hover > .arrow-icon {
	color: #00ea51;
	fill: #00ea51;
}

.ml-20 {
	margin-left: 160px;
}

.mt-40 {
	margin-top: 60px;
}

.secondary-button {
	background-color: transparent;
	font-size: 26px;
	font-weight: 600;
	align-self: center;
	cursor: pointer;
}

.secondary-button:hover {
	color: #00ea51;
}

.arrow-icon {
	margin-left: 15px;
	height: 20px;
}

.btn.btn-xl {
	padding: 20px 30px;
	text-transform: uppercase;
	font-family: AlaskaBeta;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	/* border-color: #004d56; */
	background-color: #00ea51;
	white-space: pre-wrap;
	margin: 10px 0 20px;
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
}

.btn.btn-xl:hover {
	background-color: #004d56;
	border-color: #00ea51;
	transition: all 0.2s ease-in-out;
	transform: scale(1.1);
}

.btn.btn-lg {
	background-color: #00ea51;
	border-color: #00ea51;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 10px 0 10px;
	box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
}

.btn.btn-lg:hover {
	background-color: #fff;
	border-color: #fff;
	color: #00ea51;
	transition: all 0.2s ease-in-out;
	transform: scale(1.05);
}

/* a {text-decoration: none;} */

a.linkUnderlined {
	text-decoration: underline;
}

a,
a:hover,
a.active {
	outline: 0;
}

a {
	text-decoration: none;
}

a.active {
	color: #00ea51;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: AlaskaBeta;
	font-weight: 700;
}

h1.number {
	font-size: 7em;
	color: #236f43;
	margin: 0 0 30px;
}

h4 {
	font-size: 18px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

/*IMPORTANT */

.section-heading {
	font-size: 72px;
	font-weight: 900;
	text-transform: uppercase;
	width: fit-content;
	margin: auto;
}

.section-subheading {
	font-size: 40px;
	width: fit-content;
	margin: auto;
	font-weight: 600;
	color: #5f5f5f;
}

.section-subheading b {
	color: #00ea51;
}

.text-reply-green {
	color: #00ea51;
}

.red {
	color: #f00;
}

.img-centered {
	margin: 0 auto;
}

.bg-light-gray {
	background-color: ghostwhite;
}

.bg-reply-green {
	background-color: #00ea51;
}

.bg-blue {
	background-color: #0599eb;
}

.bg-darkBlue {
	background-color: #2e759d;
}

.bg-cyan {
	background-color: #4fcbe4;
}

.bg-red {
	background-color: #e6304c;
}

.flex-grow-2 {
	flex-grow: 1;
}

/* Navbar */

.navbar-default {
	font-family: "AlaskaBeta";
	background-color: #00ea51;
	box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.3);
}

.fixed-top {
	width: 100vw;
}

.navbar-default > .container-fluid {
	margin: 0px 20px;
}

.navbar-default .navbar-brand {
	color: #ffffff;
	text-transform: uppercase;
	font-style: italic;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.navbar-brand-reply-man {
	display: none;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, 0.02);
	font-size: 14px;
}

.navbar-default .navbar-toggler {
	color: #00ea51;
}

.navbar-default .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-size: 30px;
}

.mt-40 {
	margin-top: 30px;
}

.navbar-default li a {
	text-transform: uppercase;
	font-family: "AlaskaBeta";
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
}

.nav-item {
	align-self: center;
}

.navbar-nav > li > a {
	font-size: 18px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
	font-weight: 700;
}

.nav-link {
	transition: none;
}

.nav-link:focus,
.nav-link:hover {
	color: #ffffff;
}

partner-buttons {
	background: transparent url("../img/logos/replyLogo_white.png") no-repeat;
	background-size: contain;
	width: 137px;
	height: 65px;
	display: block;
}

/* END NAVBAR */
section > .container {
	padding: 0;
}

/* NEXT EVENT */
section#Next {
	margin-top: 120px;
}

section#Next > div.container-fluid {
	flex-direction: row;
}

.headerImg {
	width: 100%;
  	max-width: 590px; /* Cambia 600px con la dimensione massima desiderata */
  	height: auto;
  	object-fit: contain;
	border-radius: 10px;
	margin-top: 40px;
}

.headerImg-mobile {
	display: none;
}

.STCLogo {
	width: 70%;
}

.STCLogo-mobile {
	display: none;
}

.heroText {
	font-weight: 800;
	font-size: 96px;
	line-height: 90px;
	margin-bottom: 28px;
	max-width: 750px;
}

.headerText {
	font-size: 28px;
	font-weight: 500;
	max-width: 600px;
}

.headerTextAccent {
	color: #00ea51;
	font-size: 22px;
	font-weight: 600;
}

.headerTextBold {
	font-weight: 800;
}

/* WHO WHY WHAT SECTION */
section#WhoWhyWhat {
	padding-top: 100px;
	padding-bottom: 100px;
}

.WWW-header {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	padding-top: 50px;
}

/* ABOUT SECTION */
section#About > div.container {
	flex-direction: row;
}

.about-text-container {
	width: 100%;
	margin: 40px 0;
}

.about-heading {
	font-size: 36px;
	font-family: "AlaskaBeta";
	font-weight: 800;
	color: #00ea51;
	text-transform: uppercase;
}

.card-about {
	background-color: #00ea51;
	height: 350px;
	width: 300px;
	border-radius: 10px;
}

.WWW-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: center;
}

.about-subheading {
	font-size: 28px;
	max-width: 900px;
}

.about-subheading-card {
	max-width: 250px;
	margin: auto;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	align-content: center;
	color: white;
}

.about-subheading b {
	color: #00ea51;
	font-weight: 800;
}

.about-img-mobile {
	display: none;
}

.about-subheading-willYou {
	color: #ffff;
	text-align: center;
	font-weight: 900;
}

.about-subheading-willYou span {
	font-weight: normal;
	text-transform: uppercase;
}

/*PRIZES SECTION*/

.prizes-title {
	font-size: 36px;
	font-weight: 600;
}

.prizes-number {
	color: #ffffff;
	font-size: 180px;
	font-weight: 800;
}

.prizes-subheading {
	font-size: 22px;
	max-width: 800px;
	color: #ffff;
}

.prizes-subheading-right {
	font-size: 22px;
	max-width: 800px;
	text-align: end;
	color: #ffff;
}

.container-relative {
	position: relative;
}

.overlay-text {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-33%, -50%);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.overlay-text-r {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-65%, -50%);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
}

.prizesImg {
	height: 530px;
	width: 410px;
	border-radius: 10px;
	margin-top: 40px;
}

/* REGISTER SECTION */
section#Register > div {
	margin-top: 50px;
}

.btn-link {
	color: inherit;
	text-decoration: none;
	font-size: 16px;
	transition: font-size 0.2s;
}

.btn-link:focus {
	color: inherit;
	text-decoration: none;
}

.btn-link:hover {
	font-size: 24px;
	color: inherit;
	text-decoration: none;
	/* Dimensione del testo all'hover */
}

.btn-disabled,
btn-disable:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.register-cardbg {
	background-color: rgba(0, 234, 81, 0.8);
}

.register-button {
	background-color: transparent;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	align-self: center;
	cursor: pointer;
}

.register-button:hover,
.register-button:hover > .register-arrow {
	transform: scale(1.05);
	color: #fff;
}

/* ACTIVITIES AND LEADERBOARDS*/

.activitiesText {
	font-weight: 800;
	font-size: 72px;
}

.activitiesHeader {
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 28px;
}

.activities-subheading {
	font-size: 28px;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.activities-tabel {
	border: none;
}

.table-no-border {
	border: none;
	max-width: 900px;
}

.table-no-border th,
.table-no-border td {
	border: none;
}

.row-green {
	background-color: #00ea51;
	opacity: 0.5;
}

@keyframes lampeggiante {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.live {
	height: 30px;
	width: 30px;
	background-color: #e6304c;
	margin-left: 20px;
	border-radius: 50%;
	animation: lampeggiante 2s infinite;
}

/* Associations Logos */
.logo-association {
	background: transparent url("../img/logos/partnersLogo_color2.png") no-repeat
		0 0;
	background-size: 180px;
	width: 100%;
	height: 70px;
}

.logo-association.best.milan {
	background-position: center -289px;
}

.logo-association.best.polimi {
	background-position: center -361px;
}

.logo-association-grenoble {
	width: 45%;
}

.logo-association-lyon {
	width: 45%;
}

/* Register Section Cards */
.card-register .logo-association-container {
	height: 90px;
}

.card-register .logo-association {
	display: block;
}

/* DOWNLOAD SECTION */
section#Download > div {
	margin-top: 50px;
}

/*Challenge section*/
section#Challenge h3.section-subheading {
	margin-bottom: 0;
}

section#Live > div {
	margin-top: 50px;
}

/*table {
	font-size: 0.8em;
	width: 100%;
}*/

th {
	color: #2fb457;
	font-size: 1.3em;
}

td {
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.7);
	border: 2px solid #2fb457;
	border-width: 2px 0;
	padding: 5px;
	text-align: left;
}

td.points {
	font-size: 2em;
}

.counters {
	position: relative;
	overflow: hidden;
	height: 400px;
	margin-top: 20px;
}

/* SOCIAL WALL */
section#Tagboard {
	min-height: 30vh;
}

/* CAROUSEL */

/* Carousel */
.carousel {
	margin: auto;
}

.carousel-inner {
	max-width: 850px;
	min-height: 920px;
	margin: auto;
}

.allEditionContainer {
	max-width: 990px;
	padding: 0;
}

.carousel-control-next-icon {
	display: none;
	background-image: url("../img/svg/ArrowNext.svg");
	height: 3rem;
	width: 3rem;
}

.carousel-control-prev-icon {
	display: none;
	color: white;
	background-image: url("../img/svg/ArrowPrev.svg");
	height: 3rem;
	width: 3rem;
}

.carousel-control-next {
	opacity: 0.7;
}

.carousel-control-prev {
	opacity: 0.7;
}

.carousel-indicators [data-bs-target] {
	background-color: #00ea51;
	height: 10px;
	width: 40px;
}

.carousel-control-next-icon {
	display: inline-block;
}

.carousel-control-prev-icon {
	display: inline-block;
}

.allEditionContainer {
	max-width: 1199px;
	padding: 0;
	margin: auto;
}

/*BOOTSTRAP CARDS*/
.card {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.65rem;
	display: block;
	margin-bottom: 3rem;
	position: relative;
	width: 100%;
}

.card-head {
	position: relative;
}

.card-img-top {
	width: 100%;
	border-radius: 0.65rem;
}

.card-register > .card-body {
	min-height: 314px;
}

.card-topic {
	background: rgba(0, 77, 86, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 19px;
	left: 3%;
	padding: 0.1rem;
	position: absolute;
	top: 4%;
}

.card-date {
	background: rgba(0, 77, 86, 0.6) none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	padding: 0.2rem;
	position: absolute;
	right: 0;
	text-align: right;
	bottom: 0;
	margin: 0;
}

.no-cta {
	min-height: 112.41px;
}

.card-title {
	font-size: 16px;
	color: black;
}

.card-city {
	margin-top: 1rem;
}

.card-cta .btn-lg {
	width: 90%;
	font-size: 15px;
	margin: 15px 0;
}

div.card-cta .text-center > a {
	background: #2fb457;
}

.card-bn {
	float: left;
	width: 33%;
	padding: 0 0.1rem;
}

.card-numbers {
	border: 1px solid #eae7e5;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}

.card-number-num {
	font-size: 24px;
	color: black;
}

.card-number-label {
	text-transform: uppercase;
	font-size: 13px;
	color: black;
}

/* CONTACT SECTION */
section#Contacts {
	color: #fff;
	position: relative;
}

.contact-heading {
	font-size: 68px;
	max-width: 550px;
	margin: auto;
	margin-left: 100px;
	font-weight: 700;
	height: fit-content;
}

.contact-subheading {
	font-size: 32px;
	margin: auto;
	width: 450px;
}

section#Contacts .contact-subheading a {
	color: #023699;
}

/* FOOTER */
footer {
	padding-top: 300px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 200px;
}

.footer-contact {
	background-color: #00ea51;
	width: 1400px;
	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: 300px;
	position: absolute;
}

footer span.copyright {
	font-size: 16px;
	width: fit-content;
	margin: auto;
}

.reply-link {
	width: fit-content;
	margin: auto;
	margin-top: 30px;
}

.list-group-item {
	border: none;
	background-color: transparent;
}

ul > .list-group-item > a > img {
	height: 20px;
}

footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	font-family: AlaskaBeta;
	line-height: 60px;
}

.cards-heading {
	font-size: 22px;
}

.section-heading-mobile {
	display: none;
}

/*  MEDIA QUERIES */
@media (max-width: 1919px) {
	.section-heading-mobile {
		display: none;
	}
	.navbar-el {
		margin-left: 150px;
		margin-right: 150px;
	}

	.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;
		margin: 5px;
	}

	.navbar-default .navbar-brand {
		font-size: 25px;
	}

	.headerText {
		font-size: 28px;
		font-weight: 500;
		max-width: 450px;
	}

	partner-buttons 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;
	}
}

@media (max-width: 1365px) {
	/* NAVBAR */
	.navbar-el {
		margin-left: 50px;
		margin-right: 50px;
	}

	.hero-buttons {
		margin-top: 40px;
	}

	.primary-button {
		margin-right: 50px;
	}

	.navbar-default .navbar-brand {
		font-size: 19px;
	}

	.headerImg {
		width: 260px;
		height: 400px;
		border-radius: 10px;
		margin-top: 40px;
	}

	.mx-48 {
		margin-left: 80px;
		margin-right: 80px;
	}

	.card-about {
		width: 250px;
		height: 250px;
	}

	.about-subheading-card {
		font-size: 16px;
		font-weight: 500;
		max-width: 200px;
	}

	.winnerCard-Torino {
		width: 250px;
		height: 350px;
	}

	.winnerCard-Milano {
		width: 250px;
		height: 350px;
	}

	.winnerCard-Bicocca {
		width: 250px;
		height: 350px;
	}

	.winnerCard-Sapienza {
		width: 250px;
		height: 350px;
	}

	.heroText {
		font-size: 48px;
		max-width: 400px;
		line-height: 58px;
	}

	partner-buttons a {
		width: 110px;
		height: 47px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
	}

	.navbar-default .container-fluid {
		margin: 0 10px;
	}

	/* NAVBAR END */

	section#Next {
		margin-top: 100px;
	}

	.STCLogo {
		width: 390px;
	}

	/* CARD */
	.card-number-num {
		font-size: 24px;
		color: black;
	}

	/* NEXT EVENT */
	.headerText {
		font-size: 17px;
	}

	.WWW-header {
		font-size: 23px;
	}

	section#WhoWhyWhat {
		padding: 30px;
	}

	/* ABOUT SECTION */
	.about-heading {
		font-size: 30px;
		color: #00ea51;
	}

	.about-subheading {
		font-size: 18px;
	}

	.section-heading {
		font-size: 48px;
	}

	.section-subheading {
		font-size: 28px;
	}
	.activities-subheading {
		font-size: 20px;
		margin-top: 20px;
	}

	.leaderboard p {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.headerTable {
		font-size: 28px;
	}

	.tableRow {
		font-size: 16px;
	}

	.live {
		margin-left: 15px;
	}

	/* CONTACT SECTION */
	section#Contacts .contact-heading {
		font-size: 30px;
	}

	section#Contacts {
		font-size: 18px;
	}

	.contact-subheading {
		font-size: 20px;
	}

	.footer-contact {
		background-color: #00ea51;
		width: 800px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		display: grid;
		border-radius: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: 180px;
		top: 60px;
		position: absolute;
	}

	.section-heading-mobile {
		display: none;
	}
}

@media (max-width: 1079px) {
	.section-heading-mobile {
		display: block;
		font-size: 64px;
		width: fit-content;
		margin: auto;
		margin-bottom: 20px;
	}

	/* NAVBAR */
	.navbar-default .navbar-brand {
		font-size: 16px;
	}

	.navbar-brand-reply-man {
		display: inline-block;
		margin-left: 50px;
	}

	.hero-buttons {
		margin-top: 30px;
	}

	.primary-button {
		margin-right: 30px;
	}

	.arrow-icon {
		height: 15px;
	}

	.navbar-el {
		margin-left: 50px;
		margin-right: 50px;
	}

	partner-buttons a {
		display: none;
	}

	.navbar-nav > li > a {
		font-size: 10.3px;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.navbar-default .container-fluid {
		margin: 10px 10px;
	}

	/* NAVBAR END */

	/* NEXT SECTION */
	section#Next {
		margin-top: 100px;
	}

	.headerImg {
		width: 200px;
		height: 300px;
	}

	.headerTextAccent {
		font-size: 16px;
		margin: 15px;
	}

	.STCLogo {
		width: 180px;
	}

	/* REGISTER SECTION */
	.card-register .btn-lg {
		font-size: 14px;
	}

	/* CARDS */

	.card-body {
		padding: 5px;
	}

	/*.no-cta>.card-body {}

	.card-register>.card-body {}*/

	.card-topic {
		font-size: 14px;
		padding: 0.3rem;
	}

	.card-title {
		font-size: 14px;
		color: black;
	}

	.card-date {
		font-size: 14px;
		line-height: 1rem;
		padding: 0.2rem;
	}

	.card-number-num {
		line-height: 26px;
		font-size: 18px;
		color: black;
	}

	.card-number-label {
		font-size: 11px;
		color: black;
	}

	.card-cta .btn-lg {
		font-size: 14px;
	}

	/* END CARD */

	.leaderboard-section {
		grid-template-rows: repeat(3, minmax(0, 1fr));
		grid-template-columns: repeat(0, minmax(0, 1fr));
	}

	.leaderboard {
		width: 100%;
	}

	.winnersGrid {
		display: none;
	}

	.winnerCard-Torino {
		margin: auto !important;
	}

	.winnerCard-Milano {
		margin: auto !important;
	}

	.winnerCard-Bicocca {
		margin: auto !important;
	}

	.winnerCard-Sapienza {
		margin: auto !important;
	}

	/* Carousel */
	.carousel-inner {
		max-width: 650px;
		min-height: 750px;
		margin: auto;
	}

	.allEditionContainer {
		max-width: 990px;
		padding: 0;
	}

	/* NEXT EVENT */
	.headerText {
		font-size: 16px;
		max-width: 350px;
	}

	.primary-button {
		font-size: 16px;
		width: 200px;
		height: 40px;
	}

	.secondary-button {
		font-size: 18px;
	}

	.WWW-header {
		font-size: 19px;
	}

	.WWW-cards {
		display: grid;
		grid-template-rows: repeat(3, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.card-about {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	/* WWW SECTION */
	section#WhoWhyWhat {
		padding: 50px 0;
	}

	/* ABOUT SECTION */
	.about-heading {
		font-size: 26px;
		font-weight: 800;
		color: #00ea51;
	}

	.mx-48 {
		margin-left: 50px;
		margin-right: 50px;
	}

	.about-subheading {
		font-size: 16px;
		max-width: 500px;
	}

	.card-section {
		display: grid;
		grid-template-rows: repeat(4, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}

	.leaderboard-section {
		display: grid;
		grid-template-rows: repeat(3, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 20px;
	}

	.card-register {
		margin: auto;
		border: 1px solid rgba(0, 0, 0, 0.125);
		border-radius: 10px;
	}

	.section-heading {
		font-size: 36px;
	}

	.section-subheading {
		font-size: 20px;
	}
	.activities-subheading {
		font-size: 16px;
		max-width: 600px;
		margin-top: 10px;
	}

	.leaderboard {
		margin-top: 40px;
	}

	.leaderboard p {
		margin-top: 4px;
		margin-bottom: 4px;
	}

	.headerTable {
		font-size: 24px;
	}

	.tableRow {
		font-size: 14px;
	}

	.live {
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}

	/* CONTACT SECTION */
	section#Contacts .contact-heading {
		font-size: 26px;
	}

	section#Contacts {
		font-size: 16px;
	}

	footer {
		padding-top: 150px;
		padding-bottom: 25px;
		text-align: center;
		margin-top: 200px;
	}

	.footer-contact {
		background-color: #00ea51;
		width: 500px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		display: grid;
		border-radius: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		height: 180px;
		top: 60px;
		position: absolute;
	}

	.contact-subheading {
		font-size: 16px;
		width: 200px;
	}
}

@media (max-width: 695px) {
	/* NAVBAR */
	.navbar-default .navbar-nav > .active > a {
		border-radius: 3px;
	}

	.primary-button {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.navbar-default .container-fluid {
		margin: 0 0;
	}

	.navbar-brand {
		display: none;
	}

	.navbar-brand-reply-man {
		display: inline-block;
		margin-left: 10px;
	}

	.navbar-default.navbar-shrink {
		padding: 10px 0;
		background-color: #00ea51;
		box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.3);
	}

	.navbar-nav > li > a {
		font-size: 8.5px;
	}

	.nav-item a span {
		font-size: 14px;
	}

	/* NAVBAR END */

	/* NEXT EVENT SECTION */
	section#Next {
		margin: 80px 0 0;
	}

	.header-text-container br {
		display: none;
	}

	.headerTextAccent {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.hero-buttons {
		display: grid;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		align-self: center;
		margin-top: 30px;
	}

	.headerText {
		font-size: 21px;
		font-weight: 500;
		margin-left: 30px;
		margin-right: 30px;
	}

	.WWW-header {
		font-size: 25px;
	}

	.leaderboard-subheading {
		font-size: 20px;
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.STCLogo,
	.headerImg {
		display: none;
	}

	.STCLogo-mobile {
		margin-top: 10px;
		width: 90vw;
		display: block;
		align-self: center;
	}

	.headerImg-mobile {
		display: block;
		align-self: center;
		width: 90vw;
		margin: 10px 0 0;
	}

	.prizes-title {
		font-size: 28px;
	}

	section#Next > div.container-fluid {
		flex-direction: column;
	}

	.header-text-container {
		text-align: center;
	}

	/* END NEXT SECTION */

	/* WWW SECTION */
	section#WhoWhyWhat {
		padding: 20px;
	}

	/* ABOUT SECTION */

	.about-text-container {
		margin: 0 0;
	}

	/* .about-text-container br:nth-child(3) {display: none;} */

	.about-heading {
		color: #00ea51;
		font-size: 32px;
		text-align: center;
		align-self: center;
	}

	.about-subheading {
		align-self: center;
		font-size: 18px;
		text-align: left;
	}

	.about-img {
		display: none;
	}

	.about-img-mobile {
		display: block;
	}

	section#About > div.container {
		flex-direction: column;
	}

	/* END ABOUT SECTION */

	.section-heading {
		font-size: 28px;
	}

	.leaderboard-section {
		width: 100%;
	}

	.section-heading-mobile {
		font-size: 48px;
		width: fit-content;
		margin: auto;
		margin-bottom: 20px;
	}
	.section-subheading {
		font-size: 18px;
	}
	.activities-subheading {
		font-size: 14px;
		max-width: 300px;
	}

	.leaderboard {
		margin-top: 50px;
		width: 100%;
	}

	.headerTable {
		font-size: 20px;
	}
	.tableRow {
		font-weight: 500;
	}

	.live {
		width: 15px;
		height: 15px;
	}

	/* Past editions */
	.carousel-inner {
		max-width: 850px;
		min-height: 550px;
		margin: auto;
	}

	.allEditionContainer {
		max-width: 990px;
		padding: 0;
	}

	.carousel-control-next-icon {
		display: none;
	}

	.carousel-control-prev-icon {
		display: none;
	}

	.card-block {
		width: auto;
		height: auto;
		padding: auto;
		margin-bottom: 30px;
	}

	.card-body {
		padding: 5px;
	}

	.card-topic {
		font-size: 10px;
		margin: 0 auto;
		padding: 0.3rem;
	}

	.card-title {
		font-size: 9px;
		color: black;
	}

	.card-date {
		font-size: 10px;
		padding: 3px;
	}

	.card-bn {
		padding: 0 2px;
	}

	.card-numbers {
		height: 50px;
		padding: 2px;
	}

	.card-number-num {
		font-size: 12px;
		color: black;
	}

	.mx-48 {
		margin-left: 30px;
		margin-right: 30px;
	}

	.card-number-label {
		font-size: 7px;
		color: black;
	}

	.card-cta > .btn.btn-lg {
		font-size: 10px;
	}

	/* END CARD */

	/* CONTACT SECTION */
	section#Contacts {
		color: #fff;
		height: 0px;
	}

	section#Contacts .contact-heading {
		font-size: 28px;
	}

	section#Contacts {
		font-size: 18px;
	}

	section#Contacts .contact-subheading a {
		color: #023699;
	}

	/* FOOTER */
	footer {
		padding-top: 150px;
		padding-bottom: 25px;
		text-align: center;
		margin-top: 200px;
	}

	footer span.copyright {
		text-transform: uppercase;
		text-transform: none;
		font-size: 15px;
	}

	.list-group-item {
		border: none;
	}

	ul > .list-group-item > a > img {
		height: 20px;
	}

	footer ul.quicklinks {
		margin-bottom: 0;
		text-transform: uppercase;
		text-transform: none;
		font-family: AlaskaBeta;
		line-height: 60px;
	}

	.reply-man {
		position: relative;
		color: #00ea51;
	}

	.reply-man::before {
		content: "";
		background: url("/src/img/logos/replyMan.png") no-repeat 0 0;
		display: inline-block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -4px;
		left: -30px;
	}

	.footer-contact {
		display: grid;
		grid-template-rows: repeat(2, minmax(0, 1fr));
		grid-template-columns: repeat(1, minmax(0, 1fr));
		height: 230px;
		top: 0px;
		width: 250px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-heading {
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
		height: fit-content;
	}

	.contact-subheading {
		font-size: 16px;
		text-align: center;
		margin: auto;
	}
}

/* Cookies Authorization */
#cookie-bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 0px;
	background-color: rgba(0, 0, 0, 0.85098);
}

#cookie-bar p {
	max-width: 1170px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	padding: 20px 60px 20px 25px;
	overflow: hidden;
	min-height: 46px;
	display: block;
	position: relative;
	z-index: 1003;
	line-height: 1.1em;
	margin: 0 auto;
}

.cookieLaw__text {
	width: 85%;
	color: rgb(255, 255, 255);
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
}

.cookieLaw__butCover {
	display: block;
	text-align: right;
	width: 15%;
	box-sizing: border-box;
	float: right;
}

#cookie-bar .cb-msg {
	display: block;
	margin-bottom: 10px;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-policy {
	background-color: rgb(231, 232, 236);
	color: rgb(0, 175, 79);
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
	margin-right: 20px;
	padding: 0 15px;
	width: auto;
}
