body
{
    background-color: #e4e3e3;
    margin: 0px !important;
    min-width: 900px;
    width: 100%;
}

#container
{
    position: relative;
    width: 100%;
}

#content
{
    margin-left: auto;
    margin-right: auto;
    width: 68%;
    min-width: 1220px;
    position: relative;
    height:fit-content;
}

#main_photo
{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url("../obrazy/photo_main.png");
    /*Image by <a href="https://pixabay.com/users/axonite-5531574/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2437882">axonite</a> from <a href="https://pixabay.com//?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=2437882">Pixabay</a>*/
    background-position:  center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 3px;
}

#top_bar
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 75px;
    position: absolute;
    top: 0;
}

#top_bar > ul
{
    padding: 0px;
    margin: 0;
    list-style-type: none;
    font-size: 22px;
    height: 100%;
    line-height: 320%;
    
}
#top_bar > ul  a
{
    color: white;
    text-decoration: none;
    display: block;
    height: 100%;
    text-transform: capitalize;
    font-weight: 200;
}

#top_bar > ul > li
{
   float: right;
    width: 150px;
    height: 100%;
    text-align: center;
    font-weight: 200;
    transition: all .5s;
}

#top_bar > ul > li:first-child
{
   float: right;
    width: 90px;
    height: 100%;
    text-align: center;
    background-image: url("../obrazy/GB_flag.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70px auto;
}


#top_bar > ul > li:hover
{
    background-color: rgba(0, 0, 0, 0.658);
}

#top_bar > ul > li > ul
{
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: black;
    font-size: 22px;
    text-align: center;
    line-height: 170%;
    width: 300px;
    transition: all .5s;
}

#top_bar > ul > li:hover > ul
{
    display:unset;
}


#top_bar > ul > li > ul > li
{
    background-color: rgba(255, 255, 255, 0.527);
    color: black;
    position: relative;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    font-size: 21px;
    text-transform: none;
    width: 250px;
    top: 0;
    left: -50px;
    transition: all .5s;
}

#top_bar > ul > li > ul> li:nth-last-of-type(2)
{
    border-radius: 0px 0px 3px 3px;
}

#top_bar > ul > li > ul > li:hover
{
    background-color: rgba(0, 0, 0, 0.733);
}

#top_bar > ul > li > ul > li >a
{
    color: black;
    text-transform: none;
}

#top_bar > ul > li > ul > li:hover >a
{
    color: white;
}

#logo
{
    background-image: url("../obrazy/logo.png");
    position: absolute;
    top: 0;
    left: 20px;
    height: 90%;
    width: 12%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    background-position: center center;
}
#logo > a
{
    display: block;
    width: 100%;
    height: 100%;
}

#logo_nazwa
{
    position: absolute;
    bottom: 0px;
    left: 170px;
    color: black;
    font-size: 28px;
   text-shadow: 2px 0px 2px white, -2px 0px  2px white, 0px 2px 2px white, 0px -2px 2px white;
    /*text-shadow: 1px 0px 1px white;*/
    font-weight: 600;
    line-height: 75px;
}

#bottom_bar
{
    position: absolute;
    bottom: -40px;
    left: 10%;
    height: 25%;
    width: 80%;
    background-color: rgba(0, 0, 133, 0.63);
    text-align: center;
    color: white;
    font-size: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-transform: capitalize;
    border-radius: 3px;
}

#footer
{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 50px;
    bottom: -50px;
    padding: 0;
    margin: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    gap: 120px;
    border-radius: 3px 3px 0px 0px;
}

.footer_info
{
    /*background-color: rgba(0, 255, 255, 0.368);*/
    height: 100%;
    width: 280px;
    /*
    margin-left: 40px;
    margin-right: 40px;
    */
    color: white;
    line-height: 50px;
    font-size: 16px;
    text-align: left;
    background-image: url("../obrazy/logo.png");
    background-position: left;
    background-size: auto 70%;
    background-repeat: no-repeat;
    padding-left: 70px;
}

.footer_info:nth-child(2)
{
    /*background-color: rgba(0, 255, 255, 0.255);*/
    text-align:right;
    white-space:break-spaces;
    background-image: none;
}

.footer_info:nth-child(2)>a
{
    text-decoration: none;
    color:  white;
}

