/* 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: 12px;
}

/* 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-heading {
	color: #00ea51;
	font-size: 32px;
	text-align: center;
	align-self: center;
}

.about-text-container {
	width: 100%;
	padding: 0;
	border: none;
	text-align: justify;
}

.green-divider {
	display: block;
	border: none;
	height: 10px;
	background: #00ea51;
	margin: 40px 0 40px 0;
	border-radius: 3px;
	width: 100%;
	max-width: 900px;
	box-shadow: 0 2px 8px 0 rgba(0, 234, 81, 0.15);
}

.about-subheading {
	align-self: center;
	font-size: 18px;
	text-align: center;
}

.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;
	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;
}
