/* ********************************************************************************************* */

	/* tsubaka.com */
	/* CSS file */

/* ********************************************************************************************* */
@font-face {
    font-family: mana;
    src: url('manaspc.ttf');
}
body, table, td, tr, th, img, form, input, font {
	font-family: 'Verdana', 'Helvetica';
	font-size: 24px; color: #bfe2e4; color: black;
	padding: 0px; margin: 0px; border: 0px;
	text-align: left;
	font-family: mana;
	color: white;
}

div {
	/* display: inline-block; */
	border: 0px;
}

body {
	background: white url('images/background.jpg') bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

a:link, a:active, a:visited {
	color: white;
/*	font-weight: bold;*/
	text-decoration: none;
	transition: 0.2s;
	white-space: nowrap;
/*	text-shadow: 2px 1px rgba(0,0,0,0.2);*/
/*	text-shadow: 2px 1px teal;*/
/*	font-family: mana; */
}
a:hover {
	color: white;
	/*opacity: 0.5;*/
	text-shadow: 0px 0px 5px white;
	transition: 0.2s;
}
a:hover img {
	-webkit-filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.5));
	filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.5));}


img { border: 0px; }

h1, h2, h3, h4 {
	font-family: mana;
	font-weight: normal;
	display: block;
	color: white;
	white-space: nowrap;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

table { padding: 0px; margin: 0px; }
td { border: 1px solid white; padding: 0px; vertical-align: top; }

hr { height: 0px; width: 100%; margin-top: 0px; border: 0px;
	border: 1px solid white; }

ul { margin-left: -25px; }
li { }

form { }
input { background-color: transparent; border: 0px; }

/* ********************************************************************************************* */

.body {
	border: 0px solid white;
	max-width: 90%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

header {
}
header img {
	margin-right: 10px;
}
header #banner {
	display: none;
}
header #logo {
	width: 30px;
	height: 30px;
}

main {
	font-size: 18px;
}
main img {
	max-height: 24px;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 5px; padding-bottom: 5px;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.5));
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.5));
}
main a {
	display: inline-block;
	margin: 0px;
	padding-right: 5px;
}

footer {
	font-size: 12px;
	margin-bottom: 10px;
}
.body:hover footer {
}
footer img {
	max-height: 10px;
}

