/*
Theme Name: Seedlet Child
Theme URI: https://davigon.com
Author: Davigon
Author URI: https://davjgon.com
Description: MenukaartHaarlem
Requires at least: 4.9.6
Tested up to: 5.6
Requires PHP: 5.6.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: seedlet
Text Domain: seedlet-child
*/

@import "variables.css";

.skip-link,
.gtranslate_wrapper > a:first-of-type > span:first-of-type {
	display: none !important;
}

.gtranslate_wrapper {
	font-family: Arial;
	text-align: right;
}

body.page-brood,
body.page-drank,
body.page-patat {
	overflow: hidden; /* page unscrollable */
	margin: 0;
	padding: 0;
	font-family: Arial;
}

.page-brood h1,
.page-drank h1,
.page-patat h1 {
	font-size: 68px;
	margin: 10px 0 30px 0;
}

.page-brood,
.page-drank,
.page-patat {
	background-color: #000000 !important;	
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-brood table,
.page-drank table,
.page-patat table {
	width: 100%;
	margin: 0;
	padding: 0 5px;
}

.page-brood table tr,
.page-drank table tr,
.page-patat table tr {
	vertical-align: top;
}

.page-brood table td:nth-child(1) {	width: 49% !important; }
.page-brood table td:nth-child(2) {	width: 7% !important; }
.page-brood table td:nth-child(3) {	width: 40% !important; }
.page-brood table td:nth-child(4) {	width: 4% !important; }

.page-drank table td:nth-child(1) {	width: 46% !important; }
.page-drank table td:nth-child(2) {	width: 9% !important; }
.page-drank table td:nth-child(3) {	width: 41% !important; }
.page-drank table td:nth-child(4) {	width: 4% !important; }

.page-patat table td:nth-child(1) {	width: 49% !important; }
.page-patat table td:nth-child(2) {	width: 7% !important; }
.page-patat table td:nth-child(3) {	width: 40% !important; }
.page-patat table td:nth-child(4) {	width: 4% !important; }
