:root {
    --purple: #66545e;
    --blue: #4c516d;
    --grey: #4b4952;
    --yellow: #f6e0b5;
    --mauve: #aa6f73;
    --black: #000;
    --white: #fff;
    --teal: #00d7c3;

}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.hide {
    display: none !important;
}

header {
    background-size: cover;
    border-bottom: 2px solid var(--black);
    height: 4.4em;
    padding-bottom: 1.2em;
}

h1 {
    font-size: 45px;
    text-align: center;
    color: var(--black);
    text-shadow: 0px 3px 3px rgb(65, 64, 64);
}

.shamrock {
    color: rgb(42, 188, 42);
    font-size: 80px;
    line-height: 0.5;
}

.hs-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

.timer {
    font-size: 35px;
    padding-right: 12em;
    padding-left: 7em;
}

.scoreboard-label {
    font-size: 35px;
    padding-left: 12em;
    padding-right: 10em;
    text-decoration: none;
    color: var(--black);
    background-color: white;
    border: none;
    
}

.scoreboard-label:hover {
    font-weight: bold;
    text-shadow: 2px 2px rgb(42, 188, 42);
    cursor: pointer;
}

img {
    border-width: 2px;
    border-color: solid black;
    box-shadow: 0px 5px 5px rgb(65, 64, 64);
}

.img-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 35px;
}

.opener {
    text-align: center;
    font-size: 25px;
    padding-bottom: 1px;
    line-height: .7;
}

footer {
    font-size: 35px;
    text-align: center;
    border-top: 2px solid var(--grey);
    margin-top: 20px;
    padding-top: 25px;
}

#btn-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.1em;
    margin-bottom: 1.8em;
}

.btn-start {
    width: 20rem;
    margin-top: 20px;
    text-align: center;
    background-color: var(--blue);
    color: var(--white);
    border: solid 3px var(--black);
    text-decoration: none;
    font-size: 28px;
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 5px var(--grey);
}

.btn-start:hover {
    color: var(--grey);
    text-shadow: 2px 2px 3px var(--blue);
    background-color: var(--white);
    box-shadow: 0 0 10px 0 var(--mauve) inset, 0 0 20px 2px var(--mauve);
    border: 3px solid var(--mauve);
    cursor: pointer;
}

.btn[disabled]:hover {
    cursor: not-allowed;
    transform: none;
}

/* .choice-prefix {
    padding: 2px 3px;
    background-color: rgb(3, 59, 76);
    color: white;
} */

.qna-page {
    display: none;
}

.questions-container {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
    margin-left: 30%;
    padding-top: 2rem;
}

.questions-img {
    width: 350px;
    display: block;
    margin-left: 200px;
}

.choice-container {
    display: flex;
    flex-direction: column;
    width: 50rem;
    margin-top: .5rem;
    padding-bottom: 15px;
    margin-left: 2.2rem;
}

h3 {
    font-size: 30px;
    text-align: left;
}

li {
    font-size: 20px;
    width: 38rem;
    padding: 10px 30px 10px 20px;
    margin-bottom: 9px;
    text-align: left;
    background-color: var(--blue);
    color: white;
    border-radius: 25px;
    list-style-type: none;
}

.choice-btn {
    font-size: 20px;
    width: 38rem;
    padding: 10px 30px 10px 20px;
    margin-bottom: 9px;
    text-align: left;
    background-color: var(--blue);
    color: white;
    border-radius: 25px;
    list-style-type: none;
}

li:hover {
    background-color: var(--yellow);
    color: var(--grey);
    cursor: pointer;
}

.choice-btn:hover {
    background-color: var(--yellow);
    color: var(--grey);
    cursor: pointer;
}

.check-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 300px;
    border-top: 2px solid #4b4952c3;
}

#right-wrong {
    color: #4b4952c3;
    font-size: 32px;
    margin-left: 188px;
}

.next-btn {
    font-size: 24px;
    width: 15rem;
    padding: 10px 16px 10px 16px;
    margin-bottom: 9px;
    margin-top: 18px;
    margin-left: 188px;
    text-align: center;
    border-radius: 12px;
    background-color: var(--mauve);
    color: var(--white);
}

.your-score-label {
    text-align: center;
}

form {
    padding-top: 2rem;
    font-size: 25px;
    line-height: 2.1;
    justify-content: center;
    padding-left: 12rem;
    margin-right: 10%;
    margin-left: 30%;
}

#score-display {
    font-size: 80px;
    line-height: 1px;
    text-align: center;
}

input {
    height: 1.9rem;
    width: 11rem;
}

.submit-btn {
    font-size: 20px;
    width: 9rem;
    margin-left: 1rem;
    padding: 6px 12px 6px 12px;
    text-align: center;
    background-color: var(--yellow);
    border-radius: 10px;
}

.submit-btn:hover {
    text-shadow: 2px 2px 3px var(--blue);
    background-color: var(--white);
    box-shadow: 0 0 10px 0 var(--mauve) inset, 0 0 20px 2px var(--mauve);
    border: 3px solid var(--mauve);
    cursor: pointer;
}

.hs-btn {
    font-size: 24px;
    width: 15rem;
    padding: 10px 16px 10px 16px;
    margin: 2rem .8rem 2rem .8rem;
    text-align: center;
    border-radius: 12px;
    background-color: var(--mauve);
    color: var(--white);
    text-decoration: none;
}

.hs-btn:hover {
    background-color: var(--yellow);
    color: var(--purple);
    transition: 0.3s;
    font-weight: bolder;
    cursor: pointer;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.highscores-page {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    line-height: 0px;
}

h5 {
    font-size: 50px;
    line-height: 0;
    text-align: center;
}

.scoreboard {
    margin-left: 50rem;
    justify-content: center;
}

#score-list {
    text-align: center;
    font-size: 40px;
    padding-top: 15px;
    line-height: 30px;
    word-spacing: 48px;
    border: 1px solid var(--black);
    height: 500px;
    width: 300px;
    box-shadow: 0 0 10px 0 var(--yellow) inset,
        0 0 20px 2px var(--yellow);
}

a {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1.5px solid var(--grey);
}

.button-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* CODE I MIGHT NEED LATER */

/* #btn-container-secondary {
    display: flex;
    justify-content: center;
    /* align-items: center;
}
*/
/* .btn-secondary {
    width: 16rem;
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    background-color: rgb(31, 118, 211);
    color: white;
    text-decoration: none;
    font-size: 28px;
    padding: 10px 30px 10px 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 5px rgb(65, 64, 64);
} */

/* .btn-secondary:hover {
    transform: scale(1.1);
    transition: 0.3s;
    background-color: rgba(31, 118, 211, 0.7);
    color: rgb(65, 64, 64);
} */