/**********************************************************************/
/* SIVUPOHJA                                                          */
/**********************************************************************/
html, body{
	min-width: 200px;
	margin: 0px;
}
html{
	background-color: #2a2a29;
}
body{
	background-color: #ece7df;
	font-family: 'Sofia Pro', sans-serif;
}
#sivu{
	background-color: #ffffff;
	width: 500px;
	max-width: 100%;
	text-align: center;
	margin: auto;
}
@media(min-height: 464px){
	#sivu{
		margin-bottom: calc(100vh - 464px);
	}
}
div.otsikkoteksti{
	font-family: 'Louize Display', serif;
	font-size: 52px;
    font-weight: bold;
    display: inline-block;
}
img.otsikkokuva{
	height: 96px;
	margin-top: 30px;
}
#sisalto{
	font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
    padding-bottom: 15px;
}
#alapalkki{
	text-align: center;
	font-weight: bold;
	padding: 12px;
}
@media (max-width:600px){
	div.otsikkoteksti{
		font-size: 9vw;
		margin-left: 2vw;
	}
	img.otsikkokuva{
		width: 20%;
		height: auto;
		margin-right: 3vw;
		margin-top: 2vw;
	}
	#sivu{
		width: 100%;
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		height: initial;
		padding-bottom: 1px;
		min-height: calc(100vh - 30px);
	}
}
/**********************************************************************/
/* LINKIT                                                             */
/**********************************************************************/
/*Yleislinkit*/
a{
	color: #a28761;
    font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#alapalkki a{
    text-decoration: none;
    color: #000000;
}
a.kevytlinkki{
	color: #000000;
    font-size: 12px;
}
/**********************************************************************/
/* PAINIKKEET                                                         */
/**********************************************************************/
.painike{
	display: inline-block;
    background-color: #a28761;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 30px;
    width: 200px;
    line-height: 30px;
    white-space: nowrap;
    border: 0 solid #ffffff;
    box-sizing: border-box;
    margin-bottom: 16px;
    text-align: center;
    margin: 6px;
    cursor: pointer;
}
.painike:hover,
.painike:active{
	text-decoration: none;
	font-style: normal;
	background-color: #725935;
}