


/*** Perussivujen content-laatikko! ***/
#content {
	padding: 120px 42px 260px 42px;
}

#content h1 {
	text-align: center;
	/*margin-right: 32px;*/
}

#content a {
	border: none;
}

#gallery {
	text-align: center;
}

#gallery img {
	width: 100px;

	/*width: 32%;
	max-width: 270px;
	min-width: 200px;*/
	border: 3px solid #fff;
	border-radius: 24px;
	margin: 4px 8px;
}

#gallery-big-image:hover {
	cursor: pointer;
}