body {
	background-color: black;
	margin: 10px;
	font-family: 'Crimson Pro', serif;
	background-image: url('tausta.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

html {
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p {
	color: white;
}

.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 820px;
	height: auto;
	background-image: url('metal-highlight.webp');
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center;
}

.navbar {
	background-color: rgb(29, 29, 29);
	background-image: url('metal.webp');
	background-position-y: 2px;
	max-width: 850px;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	margin: auto;
	margin-top: 12px;
}

.navbar a {
	padding: 8px 20px;
	font-size: 18px;
	text-decoration: none;
	color: white;
}

.navbar a:hover {
	background-color: rgb(51, 51, 51);
	background-image: url('metal-highlight.webp');
}

.navbar a.active {
	background-color: rgb(102, 1, 1);
	background-image: url('metal-select.webp');
}

.content {
	background-color: rgb(29, 29, 29);
	background-image: url('metal.webp');
	max-width: 830px;
	min-height: 480px;
	margin: auto;
	margin-top: 10px;
	padding: 1px 10px;
	padding-bottom: 40px;
	word-wrap: break-word;
}

.content p {
	margin-left: 20px;
}

.content a {
	color: rgb(255, 99, 71);
}

.content img {
	max-width: 100%;
	height: auto;
}

.latausnappi {
	width: 172px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	background-image: url('latausnappi-highlight.webp');
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100px;
}

.latausnappi:hover {
	content: url('latausnappi-highlight.webp');
}

.latausosio {
	text-align: center;
	margin-top: -400px;
}

.latausosio p {
	margin-left: 0px;
}

.latausalateksti {
	color: rgb(200, 200, 200);
	font-size: 18px;
}

.latausyläteksti {
	font-size: 20px;
}

.latausbg {
	pointer-events: none;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.latausbgvasen {
	min-width: 192px;
	margin-left: 0px;
	margin-right: auto;
	display: block;
	min-height: 400px;
}

.latausbgoikea {
	min-width: 239px;
	margin-left: auto;
	margin-right: 0px;
	margin-top: -400px;
	display: block;
	min-height: 400px;
}

@media only screen and (max-width: 700px) {
    .latausbg {
		display: none;
    }

	.latausosio {
		margin-top: 37px;
	}
}
