@charset "UTF-8";
#mainPage { 
  background-image: url("backgroundWinter.jpg"); 
}
html{
  color: white; /* Sisältää myös 'inherit' värit*/
}
h2{
  color: black;
}
h3{
  color: black;
}
/*p, ul, li, table, tr, td{
  color: white;
}*/
a:link, a:visited {
  color: inherit;
}
.linkDecoration{
  color: inherit;
}
header {
  background-color: DodgerBlue;
  border-color: DodgerBlue DodgerBlue black DodgerBlue;
  color: inherit;
}
/* Chrome, Safari, Opera */
/*@-webkit-keyframes mymove {
  50% {
    background: blue;
  }
}*/
/* Standard syntax */
/*@keyframes mymove {
  50% {
    background: blue;
  }
}*/
.linkInactive, .linkActive, .videoInactive, .videoActive{
  background-color: DodgerBlue;
  color: inherit;
}
.linkActive:hover, .linkInactive:hover, .videoActive:hover, .videoInactive:hover{
  background-color: blue;
  color: inherit;
}
.linkInactive, .videoInactive{
  border-color: DodgerBlue;
}
.linkActive, .videoActive{
  color: inherit;
  border-color: white;
  background-color: blue;
  /*  -webkit-animation: mymove 10s infinite;  Chrome, Safari, Opera 
    animation: mymove 10s infinite;*/
}
.videoActive, .videoInactive{
  border-color: white;
}
.bgVisible{
  /*  background-color: DodgerBlue;*/
  background-color: rgba(30,144,255, 0.95);
  /* DeepSkyBlue */
  /*  background-color: rgba(0,206,209 , 0.95);*/
  /* blue */
  /*  background-color: rgba(0,128,0, 0.95);*/
}
footer {
  background-color: black;
  color: inherit;
}
footer a{
  color: inherit;
}
/* Tekstiarkisto */
.headerCell{
  color: black;
}
/* Palaute */
#palauteKaavake{
  background: DodgerBlue;
}
#sendButton, #resetButton{
  border-color: white;
}
.author{
  color: black;
}
/* Reunuksellisen tekstin värit (ja reunan koko) */
.textOutline{
  color: white;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
