/* CSS-style sheet made by Web Designer Juhani Greinert */
/* 21.02.2010   Juhani Greinert */

BODY, BUTTON, CENTER, DIV, FORM , MENU, P {font-size: 12pt;
font-family: Verdana, serif; letter-spacing: 1px; color: #9C7B1A;}
.mySlides {display: none;
img vertical-align: middle;
}
BODY {cursor: auto; background-image: url("kuvia/kartta.gif"); background-repeat: repeat;; }

A {cursor: hand;}

A:link {color: #009900;
background: transparent;
text-decoration: none}

A:visited {color: #009900;
background: transparent;
text-decoration: none}

A:active {color: #009900;
background: transparent;
text-decoration: none}

A:hover {color: #ffc0cb;
background: #cccc99;
text-decoration: none;}

P {margin-bottom : 6pt; margin-top : 6pt; margin-left : 9pt; margin-right : 6pt; text-align: left;}

UL {font-size: 8pt; text-align: left; 	
font-family: Verdana, serif;}

SPAN.juhani1 {font-size: 18px; text-align: right; font-style: italic; font-weight: bold;	
font-family: Verdana, serif; letter-spacing: 1px; color: #9C7B1A;}

SPAN.juhani2 {font-size: 12px; text-align: right;	
font-family: Verdana, serif; letter-spacing: 1px; color: #9C7B1A;}

SPAN.juhani3 {font-size: 9px; text-align: right;	
font-family: Verdana, serif; color: #9C7B1A;}


#layer1 {position:absolute; z-index: 1; width: 850; height: 695; top: 12; left:12; border-bottom: 4px outset #644040; 
border-left: 2px solid #644040; border-right: 4px outset #644040; border-top: 2px solid #644040; 
background-image: url(kuvia/background.gif);  background-repeat: no-repeat; background-position: center;}

#layer2 {position:absolute; top:610; left:30; background-color:transparent; z-index: 2; width: 800; height: 30;}

.navtext {width:250px; font-size:9pt; border-width:2px; border-style:outset; font-family: Comic Sans MS, serif; color:#644040; font-weight: bold;
border-color:#9C7B1A; layer-background-color:#D5E0BC;  background-color:#D5E0BC;}

* {box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
  max-width: 475px;
  position: relative;
  margin: auto;
  border: 2px solid #9C7B1A;
  border-radius: 6%;
}
img {
  border-radius: 9%;
  }
/* Caption text */
.text {
  color: #9C7B1A;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #9C7B1A;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #9C7B1A;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

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

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
