/*

// -------------------------------------------------------------------
// Source: /board_games/css/board_games_style.css
// -------------------------------------------------------------------

*/

html, body {
	background-color: #DCDCDC;
	color: #130404;
	margin: 0;
	font-family: "Outfit", sans-serif;
	font-size: 16px;
}

h1 {
	margin: 0 0 10px;
	font-size: 30px;
}

h2 {
	font-family: "Caveat", cursive;
	font-size: 40px;
	text-align: center;
}

.section_summary {
	font-family: "Caveat", cursive;
	font-size: 22px;
	line-height: 1;
}

h3 {
	font-family: "Tagesschrift", system-ui;
}

#board_game_header {
	min-height: 100px;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: center;
	line-height: 1;
}

#board_game_header #board_game_header_left {
	font-family: "Saira Stencil One", sans-serif;
	font-size: 80px;
}

#section_appetizers,
#section_entrees,
#section_sides,
#section_nightcaps,
#section_desserts {
	padding-top: 10px;
	padding-bottom: 10px;
}

#section_desserts p.section_summary {
	padding: 0 12px;
}

.game_info_container {
	padding: 15px 0;
}

.game_info_container span.games_icons {
	font-size: 15px;
}

.game_info_container span.games_icons a,
.game_info_container span.games_icons a:link,
.game_info_container span.games_icons a:visited {
	text-decoration: none;
}

.game_info_container .game_summary {
	padding: 0 0 10px;
	margin: 0;
}

.game_info_container .game_tags {
	padding: 0;
	margin: 0;
	font-style: italic;
}

.border_top {
	border-top: 1px solid #130404;
}

.border_right {
	border-right: 1px solid #130404;
}

.border_bottom {
	border-bottom: 1px solid #130404;
}

.negative_margin {
	margin: 0 -12px;
}

#section_legend ul {
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
	list-style-type: none;
	margin: 0;
	padding: 10px;
}

#section_legend a,
#section_legend a:link,
#section_legend a:visited {
	text-decoration: none;
}

.center {
	text-align: center;
}

.error {
	font-weight: bold;
	text-align: center;
	color: #B22222;
	border: 1px solid #B22222;
	margin: 10px 0;
	padding: 10px;
}

a,
a:link,
a:visited {
	color: #191970;
}

footer {
	border-top: 1px solid #130404;
	text-align: center;
	padding: 10px 0;
	margin: 0;
}

@media (max-width: 768px) {
	#board_game_header {
		min-height: auto;
		display: block;
		--bs-gutter-x: 0;
		margin-bottom: 15px;
	}
	
	#board_game_header #board_game_header_left {
		margin: 0 auto;
	}

	#board_game_header #board_game_header_right {
		margin: 0 auto;
	}

	.border_right {
		border: 0;
	}

	.col-md-9:has(> #section_entrees),
	.col-md-6:has(> #section_nightcaps) {
		border-top: 1px solid #130404;
	}

	#section_legend ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		padding: 10px;
	}
}