body {
    #background: #F3E0BE!important;
	background: rgb(85,85,85);
	background: linear-gradient(90deg, rgba(85,85,85,1) 0%, rgba(243,224,190,1) 25%, rgba(205,205,205,1) 100%);
}
.ylapalkki {
    background: #555;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.alapalkki {
    background: #555;
    color: #fff;
    bottom: 30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.muutosloki{
		margin-left: auto;
    margin-right: auto;
		background: #fff;
}
.menu{
    background: transparent;
    color: #fff;
    float: right;
    position: absolute;
    top: 4px;
    left: 90%;  
}

.menu-button {
  background-color: #3b3d40;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.menu-button:hover {
		background-color: #cdcdcd;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.menu:hover .dropdown-content {display: block;}

.muutoslokiversio{
	border: 1px solid #ddd;
}

.muutoslokiversio span {
	font-size:x-small;
}

.muutoslokiselite{
	border: 1px solid #ddd;
}

.header_text {
	margin-top: 0px;
}

font-size:x-small;

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.caption {
    text-align: center;
    background: transparent;
    font-weight: bold;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev, .next {
  background-color: rgba(0,0,0,0.8);
}

.mySlides.fade {
    margin-left: 60px;
    margin-right: 60px;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}