@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
        url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'),
        url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
        url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
        url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Summer Loving';
    src: url('fonts/SummerLoving-Regular.woff2') format('woff2'),
        url('fonts/SummerLoving-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.blackline {
	background-color: #222; 
	height: 2px; 
}

.whitebar_textblack {
	float: left; 
	font-family: 'Gotham'; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 13px; 
	letter-spacing: 1.0px; 
	color: #222; 
	line-height: 41px;
}

.whitebar_textbook {
	float: left; 
	font-family: 'Gotham'; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 13px; 
	letter-spacing: 1.0px; 
	color: #222; 
	line-height: 41px;
}

.whitebar_textbold {
	float: left; 
	font-family: 'Gotham'; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 13px; 
	letter-spacing: 1.0px; 
	color: #222; 
	line-height: 41px;
}

.whitebar_textblack_r {
	float: left; 
	font-family: 'Gotham'; 
	font-weight: 900; 
	font-style: normal; 
	font-size: 13px; 
	letter-spacing: 1.0px; 
	color: #222; 
	line-height: 41px;
	text-align: right;
}

.whitebar_textbook_r {
	float: left; 
	font-family: 'Gotham'; 
	font-weight: 500; 
	font-style: normal; 
	font-size: 13px; 
	letter-spacing: 1.0px; 
	color: #222; 
	line-height: 41px;
	text-align: right;
}

.spelregels {
	font-family: 'Gotham'; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px; 
	letter-spacing: 0.2px; 
	color: #222; 
	line-height: 25px;
}

.column {
	font-family: 'Gotham'; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 14px; 
	letter-spacing: 0.3px; 
	color: #222; 
	line-height: 25px;
}

ol ul li{	
	font-size: .8em;
}

a {
	color: #222;
}