﻿



/* Fontit */
body {
	font-size: 20px;
	font-family: 'Jost', Arial, Verdana, sans-serif;
	font-weight: 300;
	color: #ffffff;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #7F7F7F;
	transition: .3s ease;
}


.koonti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);	
	width: 100%;
	text-align: center;
}

.slogan {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 300;
}

.logo {
	display: inline-block;
	height: 220px;
}

.logo img {
	width: 250px;
}

.viiva {
	display: inline-block;
	border-left: 1px solid #7F7F7F;
	height: 220px;
	margin-left: 50px;

}

.yhteys {
	display: inline-block;
	margin-left: 50px;
	text-align: left;
	width: 280px;
	vertical-align: top;
	margin-top: 55px;
}

.yt {
	margin-top: 20px;
	font-size: 16px;
}


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

	.logo {
	width: 100%;
}


.viiva {
	width: 160px;
	display: inline-block;
	border-left: 0px solid #7F7F7F;
	height: 20px;
	margin-left: 0px;
	margin-top: 50px;
	border-bottom: 1px solid #7F7F7F;
}

.yhteys {
	width: 100%;
	text-align: center;
	margin-left: 0px;
}
	
	.slogan {
	font-size: 22px;
}
}

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

	.slogan {
	font-size: 12px;
}
}

