p, h2, h3, h4, i {
	font-family:"Georgia";
}
a:hover{
  color:#fbe6a5;
  transition:0.1s;
}
h1 {
	font-family:georgia;
	text-align:center;
	color:#fad86d;
}
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, #fcde2f, #fac231, #f49d25, #ee9025, #f6691d, #ee3417);
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ydin {
	width:75%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#6d220e;
	border-style:solid;
	border-color:#150c0b;
	border-width:2px;
	overflow: hidden;
}
.palikka-main {
	background-color:#fad86d;
	margin-bottom:10px;
	margin-right:2px;
	border-style:solid;
	border-color:#150c0b;
	border-width:2px;
	padding:10px 15px 10px 15px;
}
.logo {
	text-align:center;
}
.rinta {
	width:76.7%;
	float:right;
}
.kylki {
	display:flex;
	flex-direction:column;
	width:23%;
	float:left;
}
.palikka-side {
	background-color:white;
	margin-bottom:5px;
	margin-left:2px;
	border-style:solid;
	border-color:#7f6f62;
	border-width:2px;
	padding:0px 10px 0px 10px;
}
.rivi{
  overflow:hidden;
}
.laatikko_yks {
	display:block;
	height:60px;
	width:14.285714285714285714285714285714%;
	background-color:#f6691d;
	float:left;
}
.laatikko_yks:nth-child(even) {
	background-color:#ee9025;
}
.laatikko_kaks {
	display:block;
	height:60px;
	width:14.285714285714285714285714285714%;
	background-color:#ee9025;
	float:left;
}
.laatikko_kaks:nth-child(even) {
	background-color:#f6691d;
}
a.laatikko_yks {
	margin:auto;
	text-align:center;
	padding-top:40px;
}
a.laatikko_kaks {
	margin:auto;
	text-align:center;
	padding-top:40px;
}
.itsemerkinnat {
  padding:4px 0px 4px 0px;
}
.tanssi{
	display:block;
	margin:10px auto 10px auto;
}
.woomy-img{
	display:block;
	width:25%;
	padding:4px;
	margin:10px auto 0px 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:#fad86d;
	border-style:solid;
	border-color:#150c0b;
	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:#fff2ca;
  color: black;
  transition:0.18s;
}

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