@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');

/***********************BASIC */

body {
	background: #202020;
	padding: 0;
	margin: 0;
	height: 100%;
	max-height: 100%;
}

#wrapper {
	width: 960px;
	background: #141414;
	max-width: 85%;
	padding: 0px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	height: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px !important;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	text-align: center;
	top: 0;
	width: 960px;
	height: 281px;
	padding: 0;
	background: url(../img/graffat/tausta.png) no-repeat;
	background-size: 100% auto;
	z-index: -100 !important;
}

#header img {
	width: 96.5%;
	height: auto;
	margin-left: auto;
	margin-right:auto;
}

#footer {
	background: #0b0b0b;
	width: 100%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 10px;
	letter-spacing: 0.05em;
	font-weight: bolder;
	color: #555;
	bottom: 0;
	position: fixed;
	padding: 0;
}

#footer .copy {
	margin-top: 10px !important;
}


/***********************NAVIGAATIO */

#navigaatio {
	margin-top: 270px !important;
	font-family: Impact, "Passion One", sans-serif;
	max-width: 100%;
	text-align: center;
	padding: 0px;
	padding-top: 15px;
}

#navigaatio a, #navigaatio a:visited {
	color: #202020;
	font-size: 50px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

#navigaatio a:hover{
	color: #999;
}

#navigaatio span {
	color: #999 !important;
}


/***********************GALLERIA */

.kuvat {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	flex-flow:wrap;
	align-items:center;
	justify-content:center;
}

.kuva {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	width: 250px;
	height: 250px;
	margin: 5px;
}
	
.kuvat img {
	width: 300px;
	height: auto;
	opacity: 0.8;
	-webkit-filter: grayscale(40%);
	filter: grayscale(40%);
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

.kuvat img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

/***********************MUU */

#wrapper.yhteys {
	font-size: 13px;
	color: #888;
	font-family: tahoma, verdana;
}

.omakuva {
	width: 200px;
	height: auto;
	border: 0.5px rgba(0,0,0,0.4) solid;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

p.some {
	margin-top: 20px;
}

p.some img {
	opacity: 0.7;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
	margin-left: 5px;
	margin-right: 5px;
}

p.some img:hover {
	opacity: 1;
	-webkit-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

#wrapper p.update {
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	color: #555;
}

/***********************MOBIILI */

@media only screen and (max-width: 900px) {

#navigaatio a {
	font-size: 30px;
	color: #444;
	margin-left: 10px;
	margin-right: 10px;
}

#navigaatio {
	position: relative;
	margin-top: 28% !important;
}

#header {
	position: absolute;
	margin-bottom: -150px;
	max-width: 85%;
	width: 960px;
	height: auto;
	z-index: 1;
}

.kuvat img {
	width: 200px;
}

.kuva {
	width: 150px;
	height: 150px;
}

}