/* Klub - mobile */

body{
    background-color: white;
}

main{
	margin: auto auto
}

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

section{
    scroll-margin-top: 10em;
}

.club a{
    color: black;
}

figure{
    margin: 0;
}

/* Wspólne marginesy */

.club_history, .club_board, .club_info, .stadium{
    margin-top: 4em;
}


.club_list, .stadium_list, .club_info_header, .stadium_header{
    margin-bottom: 2em;
}

/* Wspólne style header-ów */

.club_board h2, .club_board h4, .stadium_header, .club_info_header{
    text-align: center;
}

/* Wspólne style list ul i li*/

.club_list_item, .stadium_list_item {
    color: black;
    margin-bottom: 0.5em;
}

/* Wspólne paragrafy */

.text p{
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
}

/* Wspólne img */


figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em 0;
}



.figcaption_text{
    text-align: center;
    font-weight: bold;
    margin-top: 0.5em;
    letter-spacing: 0.05em;
}

/* O klubie */

.club_list_item--weight{
    font-weight: bold;
}

/* Historia */

.club_history{
    text-align: center;
}

.p_mod{
    margin-top: 1em;
}


.h3_header{
    margin-top: 2em;
    margin-bottom: 2em;
}

    .club_history_foto_laptop{
        display: none;
    }

/* Władze Klubu*/

.club_board h2{
    margin-bottom: 0;
}

.club_board h4{
    margin-top: 0.5em;
    margin-bottom: 4em;
}

.club_board h3{
    margin-top: 2em;
    margin-bottom: 1em;
}

.club_board p{
    margin-bottom: 0.5em;
}

/* Stadion */

.stadium_list{
    margin-top: 1em;
}

/* Sponsorzy */
.sponsors{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5rem ;
}

.sponsors_header_wrapper{
    display: flex;
    justify-content: center;
    padding: 10px;
}

.sponsors_header{
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.05em;
}

.sponsors_logos_wrapper{   
    position: relative;
    background-color: white;
    white-space: nowrap;
    overflow: hidden;
}

.slider{
    display: inline-block;
    padding: 20px 0;
    animation: 15s slide infinite linear;    
}

.sponsors_logos_wrapper > .slider:hover{
    cursor: pointer;
}


.sponsors_logos_wrapper:before, .sponsors_logos_wrapper:after{
    position: absolute;
    content: "";
    width: 10%;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.sponsors_logos_wrapper:before{
    left: 0;
    background: linear-gradient( to left, rgba(255,255,255,0), rgba(255,255,255,1));        
}
.sponsors_logos_wrapper:after{
    right: 0;
    background: linear-gradient( to right, rgba(255,255,255,0), rgba(255,255,255,1)); 
}

.sponsor_link_logo{
    display: inline-block;
    margin: 0 50px;
}

.slider_picture{
    height: 100px;
}

/* Klub - tablet */

@media (min-width: 640px){

    section{
        scroll-margin-top: 15em;
    }
    
    .club_container{
        width: 40em;
    }

    .club_history, .club_board, .club_info, .stadium{
        margin-top: 6em;
    }
    
    .h3_header{
        margin-top: 4em;
        margin-bottom: 4em;
    }
    
    .club_history_wrapper{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 2em;
    }
    
    .club_history_wrapper--margin_top{
        margin-top: 4em;
    }


    
    .text, .foto {
        width: 46%;
    }

    .club_history_figure{
        width: 100%;
        overflow: hidden;
    }
    
    .stadium_text{
        width: 100%;
        text-align: center;
    }


    

}

/* Klub - laptop */

@media (min-width: 1024px){

    .club_container{
        width: 55em;
    }

    .club_info_wrapper{
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-top: 3em;
        padding-bottom: 5em;
    }

    .club_history_foto_laptop{
        display: initial;
    }

    .club_history_foto_tablet{
        display: none;
    }

    .stadium_list{
        margin-top: 3em;
        margin-bottom: 3em;
    }
}

/* Desktop */

@media (min-width: 1440px){
    
    .club_container{
        width: 65em;
    }
    
    .club_info_wrapper{
        padding-bottom: 9em;
    }
}