body {
    background-color: #333; 
    margin-top: 0;
}

header {
    
}


#strona{
    height: 100%;
    width: 72%;
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
}

#content {
    position: relative;
    width: 95%;
    margin: auto;
}
.text ul{
    margin: -1%;
}

.text li{
    margin-left: 3%;
    color: #445;
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
}
.text p{
    margin-left: 2em;
    color: #445;
    font-size: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 160%;
}

.text{
    text-align: justify;
    display: none;
}

.text h3{
    color: #445;
    margin-bottom: -1.5%;
    margin-left: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
}


/*top-menu*/
    #top-menu p{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        text-transform: uppercase;
        color: #cccccc;
        background-color: transparent;
        text-decoration: none;
    }
    #top-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #000;
    }

    #top-menu li {
        padding: 0;
        float: left;
        border-right: 1px solid #bbb;
    }


    #top-menu li p {
        margin: 0;
        padding: 0.7em 0.9em 0.7em 0.9em;
        display: block;
        text-align: center;
        text-decoration: none;
    }



/*left-menu*/
    #left-menu li{
        border-bottom: 0.04em dotted;
        width: 100%;
    }
    #left-menu ul{
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #left-menu{
        line-height: 180%;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        white-space: nowrap;
        
        width: 100%;
    }

    #left-menu h3{
        font-size: 1.1em;
        margin: 0;
    }
    #left-menu p {
        font-size: 0.75em;
        margin: 0.2em 0 0 0;
        color: black;
        background-color: transparent;
        text-decoration: none;
        cursor: hand;
    }


/*logo*/
    #logo h2 {
        line-height: 1.1em;
        font-size: 2.2em;
        font-family: "Georgia", serif;
        font-weight: normal;
        margin: 0 0 0 0px;
        color: black;
        background-color: transparent;
        text-decoration: none;
    }
    #logo a {
        color: black;
        background-color: transparent;
        text-decoration: none;
    }

    #logo a:visited {
        color: black;
        background-color: transparent;
        text-decoration: none;
    }

    #logo h3 {
        font-size: 0.8em;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0px;
        margin: -0.5% 0 0 0;
        padding: 0;
    }

/*slider*/
    #slider{
        display: flex;
        align-items: center;
    }

    #slajd{
        width: 100%;
        height: auto;
    }
    
    .arrow{
        opacity: 0.7;
        display: none;
        height: 8%;
        width: auto;
        position:absolute;
    }


    #rightarrow{
        right: 0%;
    }



