html{
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
}

a, p, h1, ul {
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a, h1, li {
    color: rgb(245, 245, 245);
}

p, h1, h2, h3, h4, a{
    letter-spacing: 0.05em;
}

.btn{
    background-color: transparent;
    border: 0;
    color: rgb(245, 245, 245);
}

/* Header */

header{
    position: fixed;
    top: 0;
}

.baner{
    width: 100vw;
    background-image: url(../img/loga_banery/baner_360x100px.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.red_nav{ 
    background-color: rgba(160, 4, 4, 1)
}

.red_nav_container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 6.25em;
    margin: 0 auto;
}

/* Nav */

.nav_logo{
    position: relative;
    width: 3.75em;
    height: 6.25em;
}

.nav_logo--position{
    position: absolute;
    top: 1em;
}

.nav_header{
    padding-right: 1em;
    font-size: 1.5em;
    
}

.nav_btn_menu{
    width: 1.7em;
    height: 1.7em;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon--mod {
    color: rgb(245, 245, 245);
    font-size: 1.5em;
}

.nav_menu_items{
    display: none;
}

.green_nav{
    display: none;
    height: calc(100vh - 6.25em);
    min-height: 30em;
    z-index: 1000;
    
}

.baner_active{
    background-image: url(../img/nav/lks_bestwina_nawigacja_360x700.png);
    background-color: rgb(32, 118, 1);
}

.red_nav_active{
    background-color: transparent;
}

.green_nav_active{
    display: block;
}

.green_nav_items{
    display:grid;
}

.nav_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 1.5em;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.5em;
    border-bottom: 2px solid rgba(255,255,255, 0.2);
    overflow-y: hidden;
    transition: height 0.4s ease-in-out;
}


.nav_item_active_club{
    height: 12em;
}
.nav_item_active_teams{
    height: 7em;
}

.nav_links_btn{
    font-size: 1em;
    float: right;
    padding-right: 3em;
}

.dropDown{
    width: 100%;
    padding-top: 1.25em;
}

.dropDown_men, .dropDown_women, .dropDown_list_item_padding{
    padding: 1em 0 0 1em;
}

@media (min-width: 523px ){
    .banner{
        background-image: url(../img/loga_banery/baner_523x100px.png);
    }

    .banner_active{
        background-image: url(../img/nav/lks_bestwina_nawigacja_360x700.png);
    }

}

/* End of header */

/* Main */
.fixed_issue{
    height: 6.25em;
}

.main_active{
    display: none;
}

.display{
    display: none;
}

/* Club */

/* Club End */

/* Teams */



/* Teams end */

/* Academy */

#academy{
    height: 6em;
}

.academy_container{
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
}

.under_maintenance{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0, 0.7);
}

/* Academy End */

/* Contact */

.contact_container{
    width: 20em;
    margin: 0 auto;
}

.contact{
    text-align: center;
    margin-bottom: 5em;
}

.contact_sections_title{
    margin-top: 3em;
    margin-bottom: 1.5em;
}

.contact_sections, .contact_sections_links{
    color: black;
}

.contact_sections p {
    text-align: left;
    line-height: 2em;
}

.contact_section_promotion{
    margin-top: 1.5em;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
}


.contact_sections_links{
    display: flex;
    justify-content: left;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    margin-top: 1.5em;
}

.contact_sections_link--margin{
    margin-top: 0.5em;
}





/* End of Main */

/* Footer */

footer{
    margin-top: 4em;
}

.footer_active{
    display: none;
}

.footer_sponsors{
    width: 100%;
    height: 10em;
    background-color: black;
    text-align: center;
}

.footer_sponsors_header{
    padding-top: 0.5em;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.footer_container{
    width: 100%;
    background-color: rgba(160, 1, 1, 1);
    z-index: 100;
}

.footer_logo_title, .footer_contact_title, .footer_address, .footer_copyrights_title, .footer_icon_mod, .footer_sponsors_header{
    color: rgb(245, 245, 245);
}

.footer_logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 4em;   */
    border-top: 3px solid black;
    border-bottom: 2px solid rgba(255,255,255, 0.6);
}

.footer_logo_wrapper{
    position: relative;
    width: 7.375em;
    height: 9.375em;
}

.footer_logo_position{
    position: absolute;
    bottom: 1.4em;
    left: 0;
}

.footer_logo_title, .footer_contact_title{
    margin-top: 0;
    margin-bottom: 1.5em;
    letter-spacing: 0.05em;
}

.footer_contact{
    text-align: center;
    border-bottom: 2px solid rgba(255,255,255, 0.6);
}

.footer_contact_title{
    margin-top: 1em;
}

.footer_address{
    width: 20em;
    margin: 0 auto;
    margin-bottom: 1.5em;
    
}

.footer_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
    line-height: 2em;
}

.copyrights{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0;  
}


.footer_copyrights_title{
    margin: 0;
    padding-left: 0.5em;

}

@media (min-width: 500px){

    .footer_address, .club_container{
        width: 25em;
    }

}

