/* 3 column grid used on front page */
.grid-item {
	padding: 20px;
	text-align: center;
}

.grid-container2 {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 10px; /* Space between grid items */
}

.grid-container-141 {
	display: grid;
	grid-template-columns: 1fr 6fr 1fr;
}

.grid-container-hinnasto {
        display: grid;
        grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.grid-container-onetextchunk {
        display: grid;
        grid-template-columns: 1fr;
}

.grid-container-selite {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
}

.grid-container-pohjakuva {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap; /* Allows items to wrap onto the next line */
}

.pohjakuva {
  width: 300px;
  height: 169px;
  margin: 20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}
ul {
	margin: 0;
	padding: 0;
}
ul.dashed {
	list-style-type: none;
}
ul.dashed > li {
	text-indent: 0px;
}
ul.dashed > li:before {
	content: "-";
	text-indent: 0px;
}

.normal-text {
	font: 2em/2.5em 'Andada Pro', serif;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.3em;
}

.smaller-text {
	font: 1.2em/1.3em 'Andada Pro', serif;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 1.1em;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

#googlemaps-iframe {
	height: 375px;
	width: 530px;
	max-width: 100%;
}

.topic {
	font-weight: bold;
}

.hugetopic {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.1em;
}

