/*
Balatran website custom theme.
Bill Borman 2025
*/

/*	Global reset	*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
}

/*	Background	*/
html, body {
	background-color: rgb(0,0,0);
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	color: #eeeeee;
	font-smooth:never;
	-webkit-font-smoothing :none;
	-moz-osx-font-smoothing:grayscale;
}

/*	Colours	*/


a,
a:link,
a:visited,
a:active,
code,
dt,
h2,
h3,
h4,
h5, 
#title span {
	color: #dab154; /* Accent colour */
} 

body {
	color: #fdf7d1; /* Text colour */
} 

a:hover {
	color: #7a7db5; /* Hover colour */
} 

/* Font stuff */
body, input, textarea {
    font:20px Arial,sans-serif;
    line-height:32px;
}

.content {
	position: absolute;
	top: 200px;
	width: 100%;
	text-align: center;
}

#quote {
	color:#aaaaaa;
	font-size:14px;
	font-style:italic;
	line-height:18px;
}

#smol {
color:#fdf7d1;
font-size:13px;
}
