/*@media (orientation: portrait){
    body{
        font-size: 16pt;
    }

    #help{
        min-width: 95%;
    }

    .illustration{
        min-width: 100%;
    }

    #menu-header{
        min-width: 80%;
    }

    #menu{
        min-width: 80%;
    }
}*/

body{
    font-style: normal;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0a0022;
    text-align: center;
    color: rgb(206, 206, 206);
}

footer{
    padding-top: .5em;
    padding-bottom: .5em;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-image: linear-gradient(90deg, #430b77 0%, #16004b 25% 75%, #430b77 100%);
    width: 100%;
    min-height: 1.5em;
}

p.footer{
    max-width: 60%;
    margin-right: 2em;
}

header{
    display: block;
    width: 100%;
}

.reklama{
    background-color: inherit;
    width: 100%;
}

#page{
    width: 100%;
    margin: 0px;
    margin-bottom: 3cm;
}

#content{
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
}

h1, h2, h3{
    text-align: center;
    margin: 0em;
    margin-bottom: 1.5em;
}

h3#main-menu{
    margin-bottom: .85em;
}

#main-header{
    font-style: italic;
    display: inline-block;
    margin-bottom: 0em;
}

p{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align: justify;
    text-indent: 3em;
}

#menu-header, .menu-item{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #1c143c;
    border: 3px solid rgb(83, 0, 146);
    border-radius: 3px;
    padding-top: .5em;
    padding-bottom: .5em;
    width: 30%;
    font-size: 1.3em;
    margin-bottom: 1.5em;
    transition: all .08s linear;
}

#menu-header:hover, .menu-item:hover{
    background-color: #2f2165;
    box-shadow: 0 0 5px 2px rgb(83, 0, 146);
}

#menu-header:active, .menu-item:active{ 
    background-color: #4b36a0;
}

#menu{
    opacity: 0;
    position: absolute;
    left: -100000px;
    top: 2.5cm;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: #2c244c;
    box-shadow: 0 0 2px 2px rgb(83, 0, 146);
    border-radius: 3px;
    padding-top: .5em;
    overflow: hidden;
    transition: opacity .2s;
    padding-bottom: 1cm;
}

.menu-item{
    width: 90%;
    font-size: 1em;
    margin-bottom: .5em;
    text-decoration: none;
    color: inherit;
}

.item-page{
    width: 50%;
    min-width: 300px;
    margin-bottom: 1em;
    font-size: 1.3em;
}

#help-header{
    text-align: center;
    min-height: 1.7em;
    min-width: 10em;
    line-height: 1.5em;
    width: 60%;
    margin: 0px;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
}

li.help{
    text-align: left;
}

#help{
    opacity: 0;
    position: absolute;
    top: 1em;
    width: 65%;
    background-color: #0a0022;
    border: 3px solid rgb(83, 0, 146);
    border-radius: 3px;
    max-height: 0px;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 3em;
    padding: .5em;
    font-size: 1em;
    transition: all .3s linear;
    text-align: justify;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border: .1px solid rgb(150, 150, 150);
    margin-bottom: .5em;
    margin-top: 1em;
    opacity: 0.7;
}

.illustration{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border: .1px solid rgb(150, 150, 150);
    margin-top: .5em;
    margin-bottom: .5em;
    padding-top: .6em;
    text-align: center;
    font-weight: 600;
}

ul.inside-text{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

li.inside-text{
    display: block;
    background-color: inherit;
    text-align: left;
}

li.inside-text:hover{
    background-color: inherit;
}

#email{
    display: inline;
    text-decoration: underline;
    font-weight: 800;
    font-size: 1.2em;
    font-style: italic;
}

.annotation{
    display: block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.85em;
}