*
{
    font-family: "Red Hat Display";
}			

html 
{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body
{
    background: #e8e8e8;
    overflow-y: scroll;
}

a
{
    color: #000;
}

.historyPlayer
{
    text-decoration: underline;
}

h1 
{ 
    background-color: #fff; 
    overflow: hidden;
    display: inline-block; 
    padding: 2px; 
    font-weight: bold;
    color: transparent;
    font-size: 72px;    
    vertical-align: bottom;
}

/*
h1 > span 
{ 
    background: url(../images/team.jpg) -20px -20px repeat;
    background-size: 120%;
    background-position: 50% 15%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline;
    font-weight: bold;
    letter-spacing: -8px;
    line-height: 80%;
    font-family: "Secular One";
    vertical-align: middle;
}
*/

h3
{
    margin: 0px;
    font-size: 1.4rem;
    margin-bottom: 28px;
    text-align: center;
    font-weight: bold;
}

h4
{
    text-align: center;
    font-size: 1.2rem;
    margin: 18px;
    margin-top: 24px;
}

.hero
{
    text-align: center; 
    width: 100%; 
    background: #fff; 					
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1%;
}

.historyPanel
{
    background: #f2f2f2;
    margin-top: 40px;
    padding: calc(12px + 1.5625vw);
    padding-top: 7.5%;
    line-height: 150%;
}


.boxShadow
{
    border-radius: 5px; 
    border: 1px solid #d0d0d0; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    outline: none;
}

.container
{
    max-width: 900px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}


.containerFlex
{
    margin: 0;
}

.row
{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 6px;
}

img.pageIcon
{
    height: 48px;
    margin-bottom: 12px;
}

@media (max-width: 785px)
{
    .card-01
    {
        position: relative;

        flex: 0 1 156px;
        max-width: 156px;
        height: 180px; 
        margin: calc(1px + .4vw);
        border-radius: 5px;
        border: 1px solid #d0d0d0; 
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        transition: 0.3s;  
        font-size: 1.5rem;
        background-color: #f4f4f4;  
    }

    .historyPanel
    {
        background: #f2f2f2;
        margin-top: 40px;
        padding: calc(0px + 1.5625vw);
        padding-top: 7.5%;
        line-height: 150%;
    }
    
    
}


@media (min-width: 786px)
{
    .card-01
    {
        position: relative;
        flex: 0 0 196px;
        height: 180px;
        margin: 10px;
        border-radius: 5px;
        border: 1px solid #d0d0d0; 
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        transition: 0.3s;  
        font-size: 1.5rem;
        background-color: #f4f4f4;  
    }

    .historyPanel
    {
        background: #f2f2f2;
        margin-top: 40px;
        padding: calc(20px + 1.5625vw);
        padding-top: 7.5%;
        line-height: 150%;
    }

}

.playersContent
{
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #d0d0d0; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 1.5rem;
    background-color: #f4f4f4;  
}

.menuBar
{
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    text-decoration: none !important;
    flex: 0 0 92px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #d0d0d0; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 1rem;
    background-color: #f4f4f4;  
    margin: 2px;
}

.photo
{
    width: 100%; 
    border: 1px solid #a0a0a0; 
    border-radius: 5px;
    margin: auto;
    margin-bottom: 20px;
}

.photoHolder
{
    width: 100%; 
    background: #fdfdfd;
    border: 1px solid #d0d0d0; 
    border-radius: 10px;   
    margin: auto;
    padding: calc(1px + 1.5625vw);
    padding-bottom: 12px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.photoLink
{
    font-size: 0.8rem;
    font-weight: bold;
}

.photoNames
{
    margin-top: 20px;
}

.clipping
{
    object-fit: cover; 
    width: 100%; 
    height: 100%;
    padding: 4px;    
}

.clippingImage
{
    float: left; 
    width: 25%;    
}

.clippingHolder
{
    width: 100%; 
    background: #fdfdfd;
    border: 1px solid #d0d0d0; 
    border-radius: 10px;   
    margin: auto;
    padding: calc(1px + 1.5625vw);
    padding-bottom: 12px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.clippingText
{
    float: right; 
    width: 70%; 
    text-align: left; 
    font-weight: normal;
}

.smallOpponentLink, .smallPlayerLink
{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #006;
}

.smallPlayerLink
{
    font-size: 0.8rem
}

.matchNotes
{
    font-size: 0.7rem; 
    font-weight: bold; 
    background: #abc;
    border-radius: 5px; 
    border: 1px solid #789; 
    padding: 2px 4px 2px 4px; 
    text-align: center
}

@media (max-width: 669px)
{
    .photoNames
    {
        display: none;
    }
}

.anecdote
{
    width: 100%; 
    background: #fcfcfc;
    border: 1px solid #d0d0d0; 
    border-radius: 10px;   
    margin: auto;
    padding: 24px; 
    text-align: left;
    margin-top: 12px;
    margin-bottom: 40px;
}

.anecdote > h4
{
    margin-top: 24px
}

.anecdoteYear
{
    font-size: 1rem;
}

.history 
{
    background-image: url(../images/history.png);  
}

.seasons 
{
    background-image: url(../images/seasons.png);
}

.legends 
{
    background-image: url(../images/legends.png);
}

.players 
{
    background-image: url(../images/players.png);
}

.clippings 
{
    background-image: url(../images/clippings.png);
}

.anecdotes 
{
    background-image: url(../images/anecdotes.png);
}

.farewell 
{
    background-image: url(../images/farewell.png);
}

.photos 
{
    background-image: url(../images/photos.png);
}

.honours 
{
    background-image: url(../images/honours.png);
}

.backPos 
{
    background-size: 90px;
    background-position: 50% 30%;
    background-repeat: no-repeat;	
    text-decoration: none !important;
}

.bottom
{
    padding-bottom: 12px;
    font-weight: bold;
}

.menuBottom
{
    padding-bottom: 4px;
    font-weight: bold;
}


:where(.history, .seasons, .legends, .players, .clippings, .photos, .anecdotes, .honours, .farewell):hover
{
    background-color: #fefffe;  
}

footer
{
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    width: 100%; 
    background: #f8f8f8; 					
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 1%;
}

@media (min-width: 600px) {
    .gridMatchLarge
    {
        display: grid;
        grid-template-columns: 1.75fr 5fr 1.5fr repeat(2, 1fr);
        grid-template-rows: auto repeat(3, auto);
        grid-column-gap: 10px;
        grid-row-gap: 0px;
        padding: 15px;
    }

    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 1 / 3 / 2 / 4; }
    .div4 { grid-area: 1 / 4 / 2 / 5; }
    .div5 { grid-area: 1 / 5 / 2 / 6; }
    
    .div6 { grid-area: 2 / 1 / 3 / 2; }
    .div7 { grid-area: 2 / 2 / 3 / 3; }
    .div8 { grid-area: 2 / 3 / 3 / 4; }
    .div9 { grid-area: 2 / 4 / 3 / 5; }
    .div10 { grid-area: 2 / 5 / 3 / 6; }
    
    .div11 { grid-area: 3 / 1 / 4 / 6; }   

    .gridMatchSmall
    {
        display: none;
    }
}

@media (max-width: 599px) {
/*
    .gridMatchSmall
    {
        display: grid;
        grid-template-columns: 1.25fr 4fr 1.5fr;
        grid-template-rows: auto repeat(3, auto);
        grid-column-gap: 6px;
        grid-row-gap: 4px;
        padding: 4px;        
        align-items: top;
    }

    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; } 
    .div3 { grid-area: 1 / 3 / 2 / 4; }
    .div4 { grid-area: 2 / 1 / 3 / 2; }
    .div5 { grid-area: 2 / 2 / 3 / 3; }
    .div6 { grid-area: 2 / 3 / 3 / 4; }
    .div7 { grid-area: 3 / 1 / 4 / 4; }
*/

.gridMatchSmall
{
    display: grid;
    grid-template-columns: 1.25fr 4fr 1.5fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    padding: 4px;        
    align-items: top;
}

.div1 { grid-area: 1 / 1 / 3 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 2 / 3 / 3; }
.div5 { grid-area: 2 / 3 / 3 / 4; }
.div6 { grid-area: 3 / 1 / 4 / 4; }

    .gridMatchLarge
    {
        display: none;
    }
}

.matchPanel 
{
    background: #f8f8f8;
    border-radius: 5px; 
    border: 1px solid #d0d0d0; 
    margin-bottom: 12px;
    padding: 2%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;		
}

.matchType
{
    width: 40px; 
    height: 40px; 
    /*
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    */
}

.styled 
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.styled li 
{
    padding-left: 0.8rem;
    text-indent: -0.75rem;
    line-height: 1.4rem;
    margin-top: -2px;
}


.styled li::before 
{
    content: '⚽';
    font-size: 0.6rem;	
    vertical-align: middle;	
}
 
.wrapper 
{
    margin: auto;
    /*width: 320px; */
    background: #FDFEFF;

    .profile 
    {
        margin-top: 2.2em;
        
        .thumbnail 
        {
            width: 124px;
            height: 124px;
            background-size: cover;
            display: flex;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.5em;
            border-radius: 100%;
            border: none;
            position: static;
            filter: drop-shadow(2px 3px 2px #999);
        }
        .name 
        {
            color: #2D354A;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
        }
        
        .title 
        {
            font-size: 1em;
            font-weight: 300;
            text-align: center;
            padding-top: .5em;
            padding-bottom: .7em;
            letter-spacing: 1.5px;              
        }            
    }    
}

.responsive
{
    display: none;
}

@media (min-width: 785px) {
    .responsive
    {
        display: block;
    }
}

  



:root{
    --white: #f9f9f9;
    --black: #36383F;
    --grey: #85888C;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: var(--white);
    font-family: "Poppins", sans-serif;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
    background-color: var(--white);
    box-shadow: 1px 1px 5px 0px var(--grey);
    position: sticky;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
}

/* Logo */
.logo{
    /* display: inline-block; */
    color: var(--white);
    font-size: 60px;
    margin-left: 10px;    
    margin-top: -20px;
}

@media (min-width: 786px) 
{
    .logoImage
    {
        max-width: 460px;
        margin-top: -2%;
    }
}

@media (max-width: 785px) 
{
    .logoImage
    {
        max-width: 75%;
        margin-top: -5%;
    }
}


/* Nav menu */
.nav{
    width: 65%;
    position: fixed;
    background-color: #f9f9f9;
    overflow: auto;
    margin-top: 0px;
}

.menu a{
    /*display: block; */
    padding-left : 20px;
    color: var(--black);
    font-weight: bold;
    font-size: 1.5rem;    
}

.menu a:hover{
    background-color: var(--grey);
}

.menu li
{
    border-bottom: 1px solid #d0d0d0;
    padding: 10px;
    text-align: left;
}

.menu li img {
    width: 36px;
    vertical-align: bottom;
    margin-right: 12px;
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 12px 40px 10px;
}


.hamb-line {
    background: #116;
    display: block;
    height: 3px;
    position: relative;
    width: 24px;
    margin-top: 2px;
}

.hamb-line::before,
.hamb-line::after{
    background: #116;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 7px;
}

.hamb-line::after{
    top: -7px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}


/* Responsiveness */

@media (min-width: 786px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
        
        display:  none;
    }

    .menu li{
        float: right;
    }

    .menu a:hover{
        background-color: transparent;
        color: var(--grey);
        
    }
    
    .hamb{
        display: none;
    }

}


button
{
    outline: none !important;
}

.accordion, .seasonAccordion {
    background-color: #e2e2e2;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-radius: 5px;
    position: relative;
  }
  
  .active, .accordion:hover, .seasonAccordion:hover {
    background-color: #fefffe;
  }
  
  
  .accordion:after {
    content: '\25BC';
    font-size: 0.8rem;
    color: #777;
    font-weight: bold;
    float: right;
    margin-right: 5px;
}

.seasonAccordion:after {
    content: '\25BC';
    font-size: 0.8rem;
    color: #777;
    font-weight: bold;
    position: absolute;
    display: block;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);    
}

  .active:after {
    content: "\25B2";
  }

  
  .panel {
    padding: 0 2px;
    background-color: #f2f2f2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 4px;
    margin-top: 4px;
  }


  .seasonButton {
    display: grid;
    grid-template-columns:  2fr 9fr;
    grid-template-rows: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    }

.seasonYearDiv
{
    font-weight: bold;
}
    
.seasonDiv
{
    width: 90%
}
