
body {
    font-family:monospace, Helvetica, Arial, sans-serif; 
    margin:0;


}
h2   {color: #9f9f9f; font-size:30px;background-color: grey;color:white;}
h1 {color: whitesmoke;font-size: 50px;}
p    {font-size: 17px;}
address {font-size: 17px;}
 /*Navipalkin linkki */

a.linkki{
    color: white;
       text-decoration: none 
    }

a.linkki:link {
  color: white;
  text-decoration: none;
}

a.linkki:visited {
  color: white;
  text-decoration:none ;
}

a.linkki:hover {
  color: red;

  text-decoration: underline;
}
a.linkki:active{
  color: white;
  text-decoration:none ;   
    }

/*normaalit linkit*/
a:link {
  color: pink;
text-decoration: underline;
}

a:visited {
  color: cyan;
text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: underline;
} 
    
table, th, td {
  color: lightgrey;
    font-size: 20px;
    text-decoration: none;
   }  
  /*otsikkopalkin määrittelyt*/ 
.otsikko{
    

    padding-top:1px;
    height: 120px;
    color:white;

    
}
/*keskitysluokka, voidaan käyttää useammassa kohdassa*/
.center{
        
    text-align: center;
}
/*navigointipalkin määrittely*/
.navi{
    
    background-color: grey;
}
.center-table{
    margin-left:auto;
    margin-right:auto;
}
.centerkuva {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*määritellään että sivustolla jää 10% tyhjää vas ja oikeaan reunaan*/
.sivuaset{
    margin-left: 10%;
    margin-right: 10%;
    
}

/*videomääritykset */
.fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}