body {
	background-image: url(kuvat/syksy.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Inter;
	color: #2f3632;
	font-size: 13.5px;
	line-height: 29px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

::selection {
	background: #9c8f8e;
	color: #fff;
}

::-moz-selection {
	background: #9c8f8e;
	color: #fff;
}

#ulk {
	margin: 0 auto;
	padding: 0px;
	width: 1000px;
}

#ots {
	font-family: Abril Fatface;
	font-size: 91px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 65px 0px 30px 0px;
	color: #fff;
	height: 52px;
}

#yla {
	width: 100%;
	width: 1000px;
	height: 389px;
	margin: 0 auto;
	margin-top: 15px;
	background-image: url(kuvat/y.png);
	background-repeat:no-repeat;
}

#linkit {
	margin: -30px 0px 20px -40px;
	width: 1000px;
	height: auto;
	font-size: 21px;
	font-family: Abril Fatface;
	letter-spacing:1px;
	background-color: #c7b8b3;
	border-radius:10px 10px 0px 0px;
	text-transform:lowercase;
	opacity: 0.9;
}

#linkit ul {
	text-align: center;
	padding: 0;
	list-style-type: none;
	display: table;
	margin: 0 auto;
}

#linkit ul li {
	display: inline-block;
}

#linkit ul li a {
	display: block;
	margin: 0px 0px;
	padding: 10px 50px;
	width: auto;
	text-decoration: none;
	color: #fff;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#linkit ul li a:hover {
	background-color: #b0a19e;
	color: #f7eeeb;
	opacity: 0.9;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#teksti {
	width: 920px;
	margin: 0 auto;
	padding: 30px 40px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 20px #574742;
	clear: left;
	border-radius: 10px;
}

#copy {
	text-align: center;
	color: #fcf7fa;
	width:960px;
	margin:0 auto;
}

#copy a {
	color: #dcebf2 !important;
}

#copy a:hover {
	color: #fff !important;
	text-decoration: none;
}

table#c {
	width: 880px;
	margin: 25px 40px 40px 40px;
	text-align: left;
}

h1 {
	font-family: Abril Fatface;
	font-size: 36px;
	letter-spacing: 1px;
	color: #9c8984;
	margin: 20px 0px 25px 0px;
}

h2 {
	font-size: 44px;
	font-family: Kolker Brush;
	letter-spacing: 1px;
	color: #7fb8b8;
	margin: -5px 0px -5px 15px;
}

h2::before {
	content:  "♡ ";
	font-size: 20px;
	margin-right: 8px;
}

h3 {
	font-size: 17px;
	font-family: Inter;
	color: #3e736e;
	margin: 4px 0px 0px 0px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	font-family: Inter;
	text-transform: uppercase;
	color: #3e736e;
	margin: 5px 0px 0px 0px;
	font-weight: 500;
}

h5 {
	font-family: Kolker Brush;
	font-size: 38px;
	letter-spacing: 2px;
	margin: 15px 0px 20px 20px;
	color: #60696e;
}

h6 {
	font-family: Abril Fatface;
	font-size: 16px;
	letter-spacing:1px;
	margin: 2px 0px 3px 0px;
	color: #6da69c;
}

hr { 
  border: 1px dashed #bbb1bd;
  margin: 20px 0px 15px 0px;
}

b, strong {
	color: #65998e;
}

i, em {
	color: #60696e;
}

u {
	color: #60696e;
}

a:link, a:visited {
	color: #968991;
	text-decoration: none;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #b8a097;
	text-decoration: none;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}