/* Asennetaan kiva fontti. */
@font-face
{
	font-family: Comfortaa; src: url('../fonts/Comfortaa-Regular.otf');
}
@font-face
{
	font-family: Comfortaa; font-weight: bold; src: url('../fonts/Comfortaa-Bold.otf');
}

.etusivu
{
	text-align: left;
	font-family: Comfortaa;
	font-size: 14px;
	line-height: 32px;
	background-color: wheat;
	position:absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: fit-content;
	min-height: 120%;
	z-index:1000;
}
.reseptisivu
{
	display: flex;
	flex-basis: auto;
	flex-direction: row;
    
	text-align: left;
	font-family: Comfortaa;
	font-size: 14px;
	line-height: 32px;
	background-color: wheat;
	position:absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: fit-content;
	min-height: 120%;
	z-index:1000;
}
.kuvat
{
	display: flex;
	flex-basis: auto;
	flex-direction: row;
	flex-wrap: wrap;
	width: 25%;
	height: fit-content;
	overflow: hidden;
	background-color: none;
	margin: 10px 10px 10px 10px;
	display: inline-block;
}
.tasaaja
{
	width: fit-content;
	height: fit-content;
	display: table-row;
    overflow: hidden;

}
.sisallys
{
	background-image: linear-gradient(180deg, lightcyan, darkcyan);
	text-align: left;
	border: 2px solid black;
	border-radius: 20px;
	padding: 15px;
	height: fit-content;
	overflow: hidden;
	margin: 0px 0px 10px 10px;
	font-family: Comfortaa;
	font-size: 14px;
    display: block;
}
.reseptipohja
{
	background-image: linear-gradient(180deg, lightcyan, darkcyan);
	text-align: left;
	border: 2px solid black;
	border-radius: 20px;
	padding: 15px;
	margin: 0px 0px 10px 10px;
	font-family: Comfortaa;
	font-size: 14px;
	width: fit-content;
	height: fit-content;
    
}
.ylaosa
{
	background-color: none;
	display: inline-block;
	width: fit-content;
	height: fit-content;
	margin 0px;
	border: 0px solid;
}
.aktiivinen_valilehti
{
	background-image: linear-gradient(180deg, lightgreen, darkgreen);
	border-radius: 23px 23px 0px 0px;
	padding: 20px 20px 20px 20px;
	margin: 0px 3px 0px 3px;
	line-height: 0px;
	text-color: white;

	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: none;
	
	float: left;
}
/* Tyyli menun reunoissa olevalle taytteelle */
.pehmuste
{
	float: left;
	height: 1px;
	float: left;
}
.valilehti
{
	background-image: linear-gradient(180deg, lightcyan, darkcyan);
	border-radius: 23px 23px 0px 0px;
	padding: 20px 20px 20px 20px;
	margin: 0px 3px 0px 3px;
	line-height: 0px;
	text-color: white;

	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: none;
	
	float: left;
}

.sisallysluettelo
{
	list-style-type: none;
	padding: 0;
}
.tyovaiheluettelo
{
     width: 400px;
}
.ainesosaluettelo
{
	list-style-type: "— ";
     width: 300px;
}
.body
{
	background-color: wheat;
}
.otsikko
{
	width: fit-content;
}
.alaotsikko
{
	width: fit-content;
}
h1 h2 h3
{
	width: fit-content;
	display: inline-block;
}
*
{
	font-family: Comfortaa;
}
table
{
	border: 0px solid;
  margin: 0px;
	padding: 0px;
	width: 50%;
	vertical-align: top;
	border-spacing: 0;
	border-collapse: collapse;
}

td
{
	border: 0px solid;
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

tr
{
	border: 0px solid;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
li
{
	margin: 10px 0px;
}
