html

* {
	box-sizing: border-box;
}

body {
	background-color:#fff;
}


.image {
	width:100%;
	height:auto;
}

@media only screen and (min-width:800px) {
.container {
	display: flex;
	text-align: center;
}

.column {
	display: flex;
	height: 100vh;
}

.left {
	align-items: flex-start;
	width:30%;
	padding: 10px;
	}

.embed {
	align-items: center;
	width:50%;
	padding: 10px;
}

.right {
	align-items: flex-end;
	justify-content: flex-end;
	width:20%;
}

.navi {
	position: fixed;
}

.logo {
	height: 76px;
	width: 76px;	
}

.linkit {
	text-align: left;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0 0 0 15px;
}

.collabo {

	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	text-align: justify; 
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 10px; 	

}

.otsikko {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	text-align: justify; 
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	margin-top: 1em;
	margin-bottom: 1em;
}

}

.content {
	margin: auto;
	text-align: center;
}


.alleviivaus {
	text-decoration: underline;
}

.hausdepnojekt {
	color: rgb(153, 102, 102);
	cursor: pointer; 
}

p {
	text-align:center;
	/* font-family: 'Space Mono', monospace;*/
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	line-height:1.3em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}



a:link {color: #333; text-decoration:none;}
a:visited {color: #333; text-decoration:none;}
a:hover {color: #333; text-decoration:none;}
a:active {color: #333; text-decoration:none;}

