/*************************************************** F1 Lettertpe ****************************************/

@font-face {
    font-family: 'Formula1-Bold';
    src: url('../fonts/Formula1-Bold-4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Formula1-Regular';
    src: url('../fonts/Formula1-Regular-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/************************************* Standaard stijlen voor laptop ***************************************************/
@media only screen and (min-width: 1024px) {
    body {
        font-size: 20px;
        /* Vergroot de tekstgrootte voor desktops */
    }
}

@media screen and (max-width: 767px) {
    body {
        position: absolute;
        width: 100%;
        font-size: 18px;
    }
}

/************************************************** Body ********************************************************/
body {
    font-size: 20px;
    background-color: #BD0000;
    font-family: "Formula1-Bold", sans-serif;
    margin: 0;
    padding: 0;
    color: #840000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

/********************************************* Algemene reset ***********************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/************************************************ App container stijlen ************************************8*/
#app-container {
    background-color: #BD0000;
    color: white;
    height: 100vh;
    /* Flexbox */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-family: "Formula1-Bold", sans-serif;
}

/************************************************ Stijl voor top en bottom knoppen ***********************************/
#top-nav,
#bottom-nav {
    width: 100%;
    display: flex;
    padding: 20px;
    justify-content: space-around;
    align-items: center;
}

.button {
    background: #FFC836;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
    display: inline-block;
    font-size: 1em;
    padding: .5em 1em;
    text-decoration: none;
    border-top-left-radius: 25%;
}

.button:hover {

    box-shadow: 0 0 0;
}

.parallelogram {
    transform: skew(-20deg);
}

.text-fix {
    display: inline-block;
    transform: skew(20deg);
    color: #840000;
}

.nav-button:active {
    transform: scale(0.95);
}

/******************************************* Logo stijl *********************************************************/
#logo-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#logo {
    width: 250px;
    z-index: 10;
}

/******************************************* Titel stijl *********************************************************/
#logo-container h1 {
    font-size: 3rem;
    margin-top: -5px;
    color: #FFC836;
    text-shadow: 2px 2px #850000;
    z-index: 10;
}

/********************************************** Racewagen afbeelding stijlen ********************************************/
#racecar {
    width: 350px;
    margin-bottom: 50px;
}

/****************************************************** Vlag achtergrond *************************************************/

#flag {
    position: absolute;
    margin-top: 70px;
    z-index: 0;
    opacity: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/****************************************************** Team menu blokje **********************************************************/

.blokje {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    align-items: center;
    justify-content: center;
    gap: 10px 10px;
    position: relative;
}

.blokje div {
    position: relative;
    width: 80px;
    height: 40px;
    background-size: 100%;
}

.blokje .mcdonald {
    background-image: url(../images/mcapp/mcdonalds.svg);
}

.blokje .mcdonalds-logo {
    position: absolute;
    width: 34px;
    height: 30px;
    top: 5px;
    left: 23px;
    object-fit: cover;
}

.blokje .alpine {
    background-image: url(../images/mcapp/Alpine.svg);
    opacity: 30%;
}

.blokje .alpine-logo {
    position: absolute;
    width: 46px;
    height: 40px;
    top: 0;
    left: 15px;
    object-fit: cover;
}

.blokje .aston-martin {
    background-image: url(../images/mcapp/astonmartin.svg);
    opacity: 30%;
}

.blokje .aston-martin-logo {
    position: absolute;
    width: 50px;
    height: 14px;
    top: 13px;
    left: 15px;
}

.blokje .ferrari {
    background-image: url(../images/mcapp/ferrari.svg);
    opacity: 30%;
}

.blokje .ferrari-logo {
    width: 22px;
    left: 28px;
    position: absolute;
    height: 30px;
    top: 5px;
    object-fit: cover;
}

.blokje .haas {
    background-image: url(../images/mcapp/haas.svg);
    opacity: 30%;
}

.blokje .haas-logo {
    position: absolute;
    width: 34px;
    height: 30px;
    top: 5px;
    left: 22px;
}

.blokje .mc-laren {
    background-image: url(../images/mcapp/mclaren.svg);
    opacity: 30%;
}

.blokje .mc-laren-logo {
    position: absolute;
    width: 40px;
    height: 25px;
    top: 8px;
    left: 20px;
}

.blokje .mercedes {
    background-image: url(../images/mcapp/mercedes.svg);
    opacity: 30%;
}

.blokje .mercedes-logo {
    width: 30px;
    left: 25px;
    position: absolute;
    height: 30px;
    top: 5px;
    object-fit: cover;
}

.blokje .racing-bull {
    background-image: url(../images/mcapp/racingbull.svg);
    opacity: 30%;
}

.blokje .racing-bull-logo {
    position: absolute;
    width: 41px;
    height: 34px;
    top: 3px;
    left: 21px;
}

.blokje .red-bull {
    background-image: url(../images/mcapp/redbull.svg);
    opacity: 30%;
}

.blokje .red-bull-logo {
    width: 53px;
    left: 13px;
    position: absolute;
    height: 30px;
    top: 5px;
    object-fit: cover;
}

.blokje .stake {
    background-image: url(../images/mcapp/stake.svg);
    opacity: 30%;
}

.blokje .stake-logo {
    position: absolute;
    width: 46px;
    height: 40px;
    top: 0;
    left: 17px;
}

.blokje .williams {
    background-image: url(../images/mcapp/williams.svg);
    opacity: 30%;
}

.blokje .williams-logo {
    position: absolute;
    width: 34px;
    height: 30px;
    top: 5px;
    left: 23px;
}

/***************************************** kaart-collectie ************************************************************/


.headline {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 125px;
    align-items: center;
}

.terug {
    position: absolute;
    margin-top: 70px;
    margin-left: 15px;
}

#vlaggetje {
    position: absolute;
    margin-top: 100px;
    z-index: -5;
    opacity: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kaartcollectie-titel {
    font-family: "Formula1-Bold", sans-serif;
    color: white;
    font-size: 30px;
}

.kaartenverzameld-titel {
    color: white;
    font-size: 15px;
    margin-top: 25px;
}

.aantal {
    color: white;
    font-size: 30px;
    margin-top: 15px;
}

.collectie-container {
    margin-top: 50px;
    display: grid;
    grid-template-rows: 250px 250px 250px 250px 250px;
    grid-template-columns: 175px 175px;
    grid-gap: 10px;
}

.vraagteken {
    height: 235px;
    display: flex;
    align-items: center;

}

#terug-knop {
    position: absolute;
    margin-top: 35px;
    margin-left: 25px;
}




/***************************************** Gamemode ************************************************************/

.main-buttons {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 325px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

#logo {
    height: 125px;
    width: auto;
}

.practice-button {
    width: 270px;
    height: 80px;
    transform: skew(-15deg);
    background-color: #FF1801;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

.grandprix-button {
    width: 270px;
    height: 80px;
    transform: skew(-15deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFC836;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

.grandprix-text {
    color: #840000;
    font-size: 30px;
}

.practice-text {
    color: white;
    font-size: 30px;
}

.navigation-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 55px;
}

.back-button {
    width: 115px;
    height: 60px;
    transform: skew(-15deg);
    background-color: #FFC836;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

.explain-button {
    width: 115px;
    height: 60px;
    transform: skew(-15deg);
    background-color: #FFC836;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

#arrow {
    width: 50px;
}

.explain-text {
    font-size: 40px;
}






/***************************************** Leaderbord ************************************************************/

.titel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #BD0017
}


.header {
    color: white;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;

}

.leaderbord {
    width: auto;
    height: 1000px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.mijnPositie {
    position: fixed;
    left: 0;
    right: 0;
    top: 650px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 10;
    background-color: #BD0017
}

#mijnplek {
    margin-top: 20px;
}


.elipse-achtergrond {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 300px;
}

.plek {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mijnPositie-glow {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.terug-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-left: 45px;
}

/***************************************** Uitlegpagina ************************************************************/

.uitlegpagina-body {

    background-image: url('../images/kaartcollectie/uitlegachtergrond.png');
    /* Zorg dat 'achtergrond.png' verwijst naar de locatie van je afbeelding */
}

.uitleg-headline {
    flex-direction: column;
    height: 250px;
}

.mcrace-weekend {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFC836;
    font-size: 30px;
    margin-top: 15px;
}

.readyset {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    margin-top: 5px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.zaterdag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    width: 75%;
    border-radius: 55px;
    background-color: rgba(135, 135, 135, 0.15);
}

.zaterdag-titel {
    margin-top: 10px;
}

.zaterdag-tekst {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
    padding: 20px;
    font-family: "Formula1-Regular", sans-serif;
    text-align: center;
}

.zondag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    width: 75%;
    margin-top: 25px;
    border-radius: 55px;
    background-color: rgba(135, 135, 135, 0.15);
}

.zondag-titel {
    margin-top: 10px;
}


.zondag-tekst {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
    padding: 20px;
    font-family: "Formula1-Regular", sans-serif;
    text-align: center;
}

.terugterug {
    margin-top: 25px;
    margin-left: 30px;
    width: 115px;
    height: 60px;
    transform: skew(-15deg);
    background-color: #FFC836;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.24);
}

#terugpijl {
    width: 50px;
}

.McDonaldlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}