﻿@font-face{
    font-family: Gills-Sans-MT-Bold;
    src: url("/Fonts/Gill Sans MT Bold.ttf") format("truetype")
}

@font-face{
    font-family: Gills-Sans-MT-Regular;
    src: url("/Fonts/Gill Sans MT.ttf") format("truetype")
}

.menuContainer {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-image: url("/Images/indexBackground.jpg");
    background-size: 200% 130%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menuTitle{
    font-family: Gills-Sans-MT-Bold;
    position: absolute;
    top: 10%;
    width: 60vw;
    color: white;
    text-shadow: 1px 3px black;
    text-transform: uppercase;
}
.menuTitleFR{
    width: 68vw !important;
    text-align: center;
}
.roundsTitleFR{
    font-size: 11.4vw !important;
    margin-top: -8.6% !important;
}

.GTSTitleFR{
    font-size: 6.9vw !important;
}

#GTSTitle{
    font-size: 5.9vw;
}

#roundsTitle{
    font-size: 12.9vw;
    margin-top: -10%;
}

.menuBtnContainer{
    display: flex;
    flex-direction: column;
    width: 70vw;
}

.answersBtn{
    margin-top:5%;
    width: 100%;
}

.soundRoundBtn{
    width: 100%;
}

.anwsersBtn{
    margin-top: 10%;
}
.redButtonBorder{
    font-family: Gills-Sans-MT-Bold;
    background: url("/Images/button.svg");
    width: 70vw;
    height: 21vw;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.3vw;
    text-transform: uppercase;
}

.redButtonBorderActive{
    color: #D50911;
}