@font-face {
	font-family: 'Impact';
	src: local('Impact'),
		url('/resources/font/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
	color: #F80; 
	text-decoration: none; 
	font-style: italic;
}
a:hover {
	color: #FF0000;
}

body {
	background: #000000;
	color: #FFFFFF;
	font-family: 'Calibri Light';
	font-size: 16px;
	margin: 0;
	text-size-adjust: 160%;
}

h2 {
	font-family: Impact;
	font-weight: lighter;
}

.header-wrapper {
	background: url('wlbg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-content {
	padding: 80px;
	color: white;
	font-family: Impact;
	font-size: 800%;
	text-shadow: -4px 0 black, 0 4px black, 4px 0 black, 0 -4px black;
	text-transform: uppercase;
}

.home-button {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}
.home-button img {
	filter: opacity(0.75);
}
.home-button img:hover {
	filter: drop-shadow(2px 6px 6px #204);
}

.download {
	font-family: Impact;
	font-size: 250%;
	line-height: 100px;
	width: 70%;
	padding-top: 40px;
}
.download a {
	background: #300;
	border: 3px solid black;
	border-radius: 13px;
	color: #FFF;
	display: block;
	font-style: normal;
	font-size: 200%;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-transform: uppercase;
	width: 600px;
	height: 100px;
}
.download a:hover {
	color: #F00;
	border: 3px solid red;
}
.download a:hover img {
	mix-blend-mode: color-dodge;
}

.wltable {
	border: 4px solid red;
	border-radius: 2px;
	width: 85%;
	max-width: 1100px;
	display: flex;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: left;
}

.textcaption {
	border: 2px solid #800;
	font-size: 1em;
	padding: 0 20px;
	flex-basis: 100%;
}

.wl_menu {
	border: 2px solid #800;
	border-left: 0;
	padding: 0 10px;
	flex-basis: 30%;
	flex-grow: 1;
}
.wl_room {
	background:
		linear-gradient(63deg, #400 23%, transparent 23%) 16px 0,
		linear-gradient(63deg, transparent 85%, #400 85%),
		linear-gradient(63deg, transparent 34%, #400 38%, #400 58%, transparent 62%),
		#200;
	background-size: 23px 48px;
	border: 1px solid #400;
	border-radius: 7px;
	display: block;
	margin: 10px 0;
	padding: 2px 5px;
}

.news {
	background: rgb(24,0,0);
	border-radius: 13px;
	margin: 20px;
	padding: 25px 50px;
	text-align: left;
	width: 75%;
	max-width: 900px;
}
.news img {
	border: 3px solid #440000;
	border-radius: 2px;
	height: 160px;
}
.news img:hover {border-color: #FF0000;}
.news img:focus {
	height: auto;
	outline: none;
	width: 99%;
}

#ft-v2 {
	margin-top: 25px;
	font-size: 1em;
}
#ft-v2 img {
	max-width: 72px;
}
#ft-v2 img:hover {
	filter: sepia(4%) saturate(10000%) hue-rotate(300deg) saturate(10000%);
}