@import url('//fonts.googleapis.com/css?family=Cookie');
.main {
	background-color: #ffffff;
	overflow: auto;
}
/* #ffffff = White */

.mainContent {
	overflow: auto;
	padding: .75rem 1.25rem;
}

/* Tournaments */

.tournamentAccordionStatus {
	margin-left:auto; 
	margin-right:10;
	padding: .15rem .1rem;
}

.tournament-header {
	/* #E0FFFF = sky blue (light cyan)*/
	background-color: #E0FFFF;
	color: black;
}

.tournament-header-small {
	padding: .2rem 1.25rem;
}

.tournament-footer-open {
	background-color: gold;
	color: black;
}

.tournament-footer-closed {
	background-color: grey; 
	color: black;
}


.carousel-card {
	padding-left: 40px;
	background-color: #E0FFFF;
	color: Black;
	height: 140px;
}
	/* #E0FFFF = sky blue (light cyan) */
	/* height: 180px; */

.accordion .card:last-of-type {
	border-bottom: 1px solid rgb(255,215,0);
}
	/* rgb(224, 255, 255) = sky blue (light cyan)*/
	/* rgb(255, 215, 0) = gold*/


/** links **/
a {
	color: DeepPink;
	text-decoration: underline;
}

.btn-link {
	color: #1E90FF;
}
	/* #1E90FF Dodger blue*/

.btn-link:hover {
	color: #1E90FF;
	text-decoration: none;
}
	/* #1E90FF Dodger blue*/

.clickable-item {
	cursor: pointer;
}

.tbawIcon {
	width: 39px;
	height: 20px;
}

.minutes thead tr th {
	width: 50%;
}

@media (max-width: 576px)
{
	.carousel-card h1{
		font-size: 1rem;
	}
		/* size was 1.5 rem */

	.carousel-card {
		font-size: 0.8rem;
		padding-right: 1rem;
	}
	/* padding-right: 2rem */
	
	h1 {
		font-size: 1rem;
	}
	/* size was 1.5 rem */
	
	h2 {
		font-size: 0.7rem;
	}
	
	.card-header {
		font-size: 1rem;
	}
	
	.card-title {
		font-size: 0.6rem;
	/* font-size: 0.7rem; */
		font-weight: 500;
	/* changed to see it reflected in tournaments.html */
	/* font-weight: 600; */
	}

	/* size was 1rem */

	.card-text {
		font-size: 0.7rem;
	}

	/* size was 0.7 rem */
	
	table {
		font-size: 0.6rem;
	}
}

	/* size was 0.7 rem */
