

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


 html  { 

font-family : "arial"; 
background-image: url("kuvat/tausta_puu.jpg");
background-color : gray; 
} 

 body  { 
background-color : #cccc99; 
margin-left : auto; 
margin-right : auto; 
width : 600px; 
min-height: 2000px;
border-left :solid 1px darkgray;
border-right :solid 1px darkgray; 
padding : 10px 30px; 
top : 0; 
} 

.yhteystiedot{
  width: 400px;
  margin-left:200px;
}


.logo{
  width: 180px;
}

img.logo {
      position: relative;
        left: 50px;
  top: 500px;
  width: 378px;
  height: 70px;
  padding-top: 50px;
    z-index: +1;
}

.video {
  margin-left: 5px;
}

.teksti {
color: white;
text-align: center;
left: 0px;
width: 100%;
height: 50px;
padding-top: 0px;
padding-left: 5px;
padding-bottom: 35px;
text-transform: uppercase;
margin-top:10px;
font-size: 25px;
text-shadow:2px 2px 0 #000;
}



img.etusivu {
margin-top:10px;
float: right;
}

.etusivu {
//  margin-top:-100px;
}

.sivut {
  margin-top:0px;
}

.bold {
  font-weight: bold;
}


.upper {
  text-transform: uppercase;
}

h1 {
    text-align: center;
    font-size: 20px;
    padding-top: 75px;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: "Lucida Handwriting";
}

p {
    font-size: 17px;
      padding: 10px;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: green;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
    text-transform: uppercase;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: #66cc99;
    color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #66cc99;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: +2;
    box-shadow: 10px 10px 5px lightgreen;
}

.dropdown-content a {
  background-color:   #66cc99;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    border-top: 1px solid lightgreen;
  border-bottom: 1px solid lightgreen;
  border-left: 2px solid lightgreen;
  border-right: 2px solid lightgreen;

}

.dropdown-content a:hover {
    background-color: lightgreen;
      color: white;
        border-top: 1px solid lightgreen;
  border-bottom: 1px solid lightgreen;
  border-left: 2px solid lightgreen;
  border-right: 2px solid lightgreen;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.accordion {
  margin-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #66cc99;
  color: #000;
  //  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  cursor: pointer;
  padding: 18px;
  max-width: 500px;
  border: 3px solid darkgreen;
  border-radius: 3px;
  text-align: left;
  outline: none;
  font-size: 16px;
  text-decoration: underline;
  transition: 0.4s;
}

.active {
  background-color: #00cc88;

  
}

.accordion:hover {
  color: #000;
    text-shadow: none;
  border: 0px solid darkgreen;
  border-radius: 5px;
  background-color: #66cc99;
  text-decoration: none;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
    margin-top:15px;
  padding: 0 18px;
  background-color:  #99cc66;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.container {
width : 575px; 
}
.container .gallery a img {
  float: left;
  width: 100px;
  height: 100px;
  border: 2px solid #66cc99;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}