/* Slenet 2017

(C) Santtu Lehtokari,

Helsinki Finland.

*/

/* Main */

body {
	margin: 0 auto;
	background-color: #213a63;
	height: 100%;
	overflow: hidden
}

div {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	transition: .6s;
}

#text {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 24px;
}

#special {
	width: auto;
	height: auto;
}

@media only screen and (max-width: 400px) {
	#spcial {
		width: 200px;
		height: auto;
	}
}