﻿
/*  Pewter #EBEBE  Sage Green #D1E2C4 Olive #778A35 Olive Green #31352E*/
body {
    /*background-color: #EBEBE8;*/
    /*background-color: whitesmoke;*/
    background-image: url('../Images/tausta-9.png');
    background-repeat: repeat;
    min-height: 100%;
}

form {
    max-width: 600px;
    background-color: white;
}

.hr {
    display: block;
    color: red;
    /*unicode-bidi: isolate;*/
    /*margin-block-start: 0.5em;
    margin-block-end: 0.5em;*/
    margin-inline-start: 3%;
    margin-inline-end: 3%;
    overflow: hidden;
    height: 3px;
    border-style: none;
    border-width: 1px;
}
#UpdMenu{
    max-width:100%;
}

nav.menu {
    width: 100%;
    color: white;
    background-color: #32481c;
    overflow: hidden;
}

.menuitem {
    min-height: 100%;
    float: left;
    margin-left: 4px;
    display: inline-block;
    background-color: #D1E2C4;
}

.menus {
    background-color: #c8c6c6;
    overflow: hidden;
    color: black;
}
/*heke.fi*/
.body {
    background-image: url('./Images/tausta.png');
    background-repeat: repeat;
    min-height: 100%;
}

[data-tglbtn] {
    background-color: rgb(64, 224, 0,0.1);
    padding: 3px;
}

    [data-tglbtn] div {
        padding: 3px;
        display: inline-block;
        background-color: White;
        border: 2px solid lightblue;
        border-radius: 6px;
    }

[data-tgltrg] {
    margin: 10px;
}

.mnuline {
    width: 100%;
    background-color: #32481c;
    color: white;
}

.menudiv {
    float: left;
    min-width: 120px;
    height: 30px;
    padding-top: 3px;
    border-style: solid;
    border-width: 3px;
    border-color: #32481c;
    text-align: center;
}


input[type="button"] {
    padding: 5px;
    height: 30px;
}

.active {
    background-color: #fafabb;
    /*#EBEBE8;*/
    color: black;
    border-style: none;
}

.nonactive {
    background-color: #32481c;
    /*#31352E;*/
    color: white;
    border-style: outset;
}
/* Style the links inside the navigation bar */
.menus input {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

    /* Change the color of links on hover */
    .menus input:hover {
        background-color: #ddd;
        color: black;
    }

    /* Add input color to the active/current link */
    .menus input.active {
        /* background-color: #3c3939;*/
        background-color: #D1E2C4;
        color: black;
    }

.kappale {
    margin: 6px;
}

    .kappale > div {
        display: flex;
        margin-top: 6px;
    }

[data-tglmnusid] {
    width: 100%;
    overflow: hidden;
}

[data-tglmnuid] {
    display: inline-block;
    margin: 2px;
    padding: 2px 4px 2px 1px;
    border: 2px solid darkgreen;
    border-radius: 4px;
}

.tglmnudiv {
    display: inline-block;
    float:left;
}

.tglmnuchk {
    display: inline-block;
    float: right;
}

[data-pid] * {
    display: block;
}

[data-pid] * {
    display: flex;
}

article.pickBlock {
    border-bottom-style: outset;
    border-bottom-width: 4px;
    border-radius: 6px;
}

@media only screen and (max-width: 800px) {

    .kappale {
        margin: 6px;
        min-width: 100%;
        display: block;
    }

        .kappale div {
            display: inline-block;
            float: left;
            clear: left;
            margin-top: 6px;
        }
}

#UpdShow h1 {
    font-size: x-large;
    font-weight: 600;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}

#UpdShow h2 {
    font-size: large;
    font-weight: 600;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px;
}

[data-bid] img {
    max-width: 90%;
    height: auto;
}

.introimgs {
    width: 100%;
}

    .introimgs img {
        max-width: 30%;
    }
