p, h2, h3, h4, i {
	font-family:"Georgia";
}
a:hover{
  color:grey;
  transition:0.1s;
}
h1 {
	font-family:georgia;
	text-align:center;
	color:#61554B;
}
ul {
	margin-left: -20px;
}
li {
	font-family:georgia;
	font-size:17px;
}
a{
	font-family:georgia;
	font-size:17px;
	text-decoration-line:none;
	color:black;
}
body {
	background-image: linear-gradient(to bottom, #008393, #29738f);
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ydin {
	width:75%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#cec2b8;
	border-style:solid;
	border-color:#555555;
	border-width:2px;
	overflow: auto;
}
.palikka-main {
	background-color:white;
	margin-bottom:10px;
	margin-left:2px;
	border-style:solid;
	border-color:#7f6f62;
	border-width:2px;
	padding:10px 15px 10px 15px;
}
.logo {
	text-align:center;
}
.sarake {
  float:left;
  width:49%;
}
.sarake2 {
  float:left;
  width:33.333333333333333333333333333333%;
}
.rivi:after {
  content: "";
  display: table;
  clear: both;
}
.woomy-img{
	display:block;
	width:10%;
	margin:20px auto 5px auto;
}
@keyframes slide-in {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }
  to {
    translate: 0 0;
    scale: 100% 1;
  }
}


/* Add a black background color to the top navigation bar */
.topnav {
	overflow:hidden;
	background-color:#ffffff;
	border-style:solid;
	border-color:#7f6f62;
	border-width:2px;
	margin-bottom:10px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float:left;
  display:block;
  color:black;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
  transition:0.18s;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#f1e5d8;
  color: black;
  transition:0.18s;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #008393;
  color: white;
}