#brand {
    font-size: large;
}

html {
    scroll-behavior: smooth;
}


.dosis-VRCBrand {
    font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.hoverAction {
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease;
    transition: font-weight 0.2s ease;
}

.hoverAction:hover {
    border-color: rgb(255, 255, 255);
    font-weight: 800;
    /* Change to your desired color */
}

.text-margin {
    margin-left: 10vw;
    margin-right: 10vw;
}

nav {
    background-color: rgba(0, 0, 0, 0.855);
    position: sticky;
    /*menu collant à 0 du haut de page*/
    top: 0;
    text-align: center;
    z-index: 1000;
}

.card-size {
    width: 80vw;
}

main {
    background-color: rgba(0, 0, 0, 0.402);
}

body {
    background-image: url(../img/BGWebsite.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#toplogo {
    width: 7vw;
}

#joinButton {
    justify-content: center;
}

#footer {
    background-color: rgb(0, 0, 0, 0.855);
}

.titleSection {
    text-align: center;
}

.pb-description {
    padding-bottom: 5vh;
}

.mb-description {
    margin-bottom: 10vh;
}

.pfpTeamFix {
    width: 100%;
    max-width: 100%;
}

.sectionDescription {
    text-align: center;
    margin-bottom: 10vh;
}

@media screen and (min-width: 600px) {
    main {
        margin-left: 10vw;
        margin-right: 10vw;
    }

    #brand {
        font-size: xx-large;
    }

    .card-size {
        width: 30rem;
    }
}

@media screen and (min-width: 900px) {
    main {
        margin-left: 20vw;
        margin-right: 20vw;
    }

    .font-size-fix {
        font-size: x-large;
    }

    .card-size {
        width: 30rem;
    }
}