@import url('https://fonts.googleapis.com/css2?family=Iosevka+Charon:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Slabo+27px&display=swap');

@font-face {
  font-family: 'Iosevka Charon';
  font-style: normal;
  font-height:120%;
  font-weight: 400;
  src: local('Iosevka Charon');
  unicode-range: U+30-39;
}

@media only screen and (max-height: 900px) {
  body {
    zoom: 90%;
  }
}

@media only screen and (max-height: 800px) {
  body {
    zoom: 80%;
  }
}

@media only screen and (max-height: 700px) {
  body {
    zoom: 70%;
  }
}

@media only screen and (max-height: 600px) {
  body {
    zoom: 60%;
  }
}

@media only screen and (max-height: 500px) {
  body {
    zoom: 50%;
  }
}

@media only screen and (max-height: 450px) {
  body {
    zoom: 40%;
  }
}

@media (orientation: portrait) {
  body {
    zoom: 100%;
  }
}

body {
	color:#333;
	font-size:24px;
	font-family:"Iosevka Charon ", Georgia, Serif;
	line-height:1.4em;
	margin-top:0px;
}

img {
	border:none;
}

img.white {
  border-style:solid;
  border-color:#cccccc;
  border-width:1px;  
 }

.frame {
	width:1400px;
	margin:auto;
	min-height:100%;
}

.content {
	width:900px;
	min-width:900px;
	max-width:900px;
	border-style: solid;
	border-width: 0 0px 0 3px;
	border-color: #666;
	min-height:100%;
	padding:60px 0px 700px 60px;
	margin-left:280px;
	display:block;
	float:left;
}

.sidebar {
	font-family: "Slabo 27px", serif;
	font-size:30px;
	line-height:60px;
	width:180px;
	height:50%;
	margin-top:300px;
	margin-left:100px;
	background-color:#fff;
	display:block;
	float:left;
	text-align:left;
	position: fixed;
}

.sidebar .lintu {
	width:260px;
	height:839px;
	margin-top:-420px;
	margin-left:-30px;
	z-index: 100;
	background:url('kuvat/palokarkitausta.png') no-repeat scroll 0 0 transparent;
}

.sidebar .linkit {
	margin-top:-260px;	
}

.sidebar a {
	text-decoration:none;
	font-weight:700;
	color:#333;
}

.divider {
  height: 1px;
  border-bottom:3px dotted #999;
  text-align:center;
  width:500;
  overflow: hidden;
  width:600px;
  float:center;
  display: block;
  white-space: nowrap;
  margin: 100px auto 100px auto;
}

h1 {
	font-family: "Slabo 27px", serif;
	font-size:60px;
	font-weight:300;
	width:800px;
	margin:30px auto 20px auto;
	text-align:center;
}

h2 {
	font-family: "Slabo 27px", serif;
	font-size:60px;
	width:800px;
	margin:60px auto 20px auto;
	text-align:center;
}

h3 {
	font-family: "Slabo 27px", Serif;
	font-size:42px;
	line-height:1.4em;
	margin-top:40px;
	color:#333;	
}

h4 {
	font-family: "Slabo 27px", Serif;
	font-size:42px;
	line-height:1.2em;
	margin-top:15px;
	color:#333;	
}

a.otsikko {
	text-decoration:none;	
	color:#333;
	font-family: "Slabo 27px", Serif;
	font-size:30px;
	line-height:1.2em;
}

.tilaus-kuva {
	height:600px;
	width:380px;
	max-width:auto;
	object-fit: cover;
	object-position:100% 100%;
	float:left;
}

.tilaus-teksti {
	height:600px;
	width:460px;
	margin:0 0 0 58px;
	max-width:auto;
	float:left;
}

.hinta {
	font-size:30px;
}

.esittely br {
            display: block; /* makes it have a width */
            content: ""; /* clears default height */
            margin-top: 10; /* change this to whatever height you want it */
}