html{
	background: url("../img/taustakuva.jpg") top left no-repeat fixed;
	background-size: 100% 100%;
}

body {
    background-color: rgb(25,25,25);
    padding: 50px 30px 50px 80px;
    border: 1px solid black;
    width: 80%;
    max-width: 800px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Garamond, Georgia, serif;
    color: rgb(240,240,240);
    margin: auto;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.8);
}

a:link {
	color:rgb(150,150,150);
}

a:visited {
    color: rgb(100,100,100);
}

table {
    border: 1px solid black;
    background-color: rgb(50,50,50);
    /*color: black;*/
    font-family: "Times New Roman";
    width: 90%;
}

.etusivu{
    position: relative;
    text-align: center;
}

.pyoristetty{
	border: 3px solid;
	border-radius: 2em;
}

img {
	display: block;
	margin: auto;
	border: 3px solid;
}

.navnappi{
	text-align:center;
	font-family:"Arial Black", "Courier New","Times New Roman", Times, serif;
}
.navigointi{
	display: flex;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	text-align:center;
    	/*overflow: hidden;*/
	background-color: rgb(10,10,10);
	border-radius: 2em;
	flex-shrink: 0;
	flex-grow: 1;


}
li a {
	display: flex;
	flex-grow: 1;
    color: white;
    padding: 15px 30px;
    border: 1px solid;
    text-decoration: none;
    text-align: center;
}

li a:link {
	color:rgb(240,240,240);
}

li a:visited {
    color: rgb(240,240,240);
}

table {
    border: 1px solid black;
    background-color: rgb(50,50,50);
}
/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

article {
	text-align: left;
}

div.gallery {
    margin: 5px;
    display: block;
    float: left;
    opacity: 0.6;
}

div.gallery:hover {
	opacity: 1.0;
}

footer{
    margin-top: 2cm;   
    border-top: thick double rgb(10,10,10);
}

.otsikko{
	font-family:Impact, Charcoal, sans-serif, "Courier New", Courier, monospace;
}

.blank_row
{
    height: 10px
}
iframe{
    border-width: 0px;
}
div.pdfobj{
    display:table;
    text-align:center;
    margin:0 auto;
    background-color: white;
}
.drop_content{
	display: none;
	position: absolute;
	background-color: rgb(10,10,10);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	list-style-type: none;
	text-align:center;
    	padding: 0;
    	/*overflow: hidden;*/
    	margin-bottom: 2cm;

z-index: 1;
}
.dropdown:hover .drop_content {
	display: flex;
	flex-flow: column wrap;
}figure figcaption {
    text-align: center;
}
