@import url('https://fonts.googleapis.com/css2?family=Grenze:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine&display=swap');

body{
    margin:0;
    padding:0;
    font-family: 'Domine', serif;
}

.header{
    font-size:40px;
    color:#ffffff;
    background-color:#5E976A;
    font-family: 'Grenze', serif;
    text-align: center;
}

.header a:link, .header a:visited{
    font-size:40px;
    color:#ffffff;
    font-family: 'Grenze', serif;
    text-decoration: none;
}

.munNavbar{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
}

@media screen and (max-width:1000px){
    .munNavbar{
        flex-direction:column;
    }
}

.munMenuItem{
    font-size:30px;
    font-family:'Grenze', serif;
}

.sectionHeader{
    font-size:35px;
    font-family: 'Grenze', serif;
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
}

.sectionImage{
    width:100%;
    height:auto;
}

.sectionText{
    font-size:20px;
    font-family: 'Domine', serif;
}

.sectionText p{
    margin-bottom:15px;
}

.ruler{
    margin-top:100px;
    height:5px;
    background-color:black;
}

.footer{
    margin-top:100px;
}

.footer h1{
    font-size:35px;
    font-family:'Grenze', serif;
    text-align:center;
}

.playerImage{
    box-shadow:2px 2px 5px #fffeee;
    border-radius:5px;
    height:200px;
    width:100%;
}

.contractButton{
    border:0;
    background-color:#5E976A;
    color:#fffeee;
    border-radius:3px;
    font-size:16px;
    font-family:'Grenze', serif;
    padding:1px 5px;
    text-decoration: none;
}

h3{
    font-size:20px;
    text-align:center;
    padding:0;
    margin:20px 0 0 0;
}

h3 a:link, h3 a:visited{
    text-decoration: none;
    color:green;
    font-weight:600;
    font-family:'Grenze';
    letter-spacing: 2px;
    padding:15px;
}

.player-card{
    display:flex;
    justify-content: center;
    align-items:center;
}

.player-card button{
    font-size:24px;
    line-height: 32px;
    border:0;
    background:transparent;
    color:#666666;
    text-align:center;
}

h1{
    text-align:center;
    font-size:56px;
    font-family:'Grenze', serif;
    border-bottom:1px solid black;
    margin-bottom:10px;
}

.myTeamPlayerPhoto{
    width:100%;
    height:auto;
    max-height:90%;
    margin-right:20px;
}

.ov{
    overflow: hidden;
}

.error{
    text-align: center;
    font-size:20px;
    color:#990000;
    margin-top:30px;
}

.delete{
    font-size:20px;
    display:flex;
    justify-content: center;
}

.delete a:link, .delete a:visited{
    color:#fff;
    background-color: #550000;
    padding:5px;
    text-decoration:none;
}

.logotype-sponsor{
    width:100%;
    max-width:400px;
    height:auto;
}