@font-face {
    font-family: 'ArchivoBlack';
    src: url('./fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    background-color: #081e47;
    color: white;
    font-family: 'ArchivoBlack', sans-serif;
}
.maroonbanner {
    background-color: #890d2a;
    color: white;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -20px;
    font-family: 'ArchivoBlack', sans-serif;
}
.whitebanner{
    background-color: white;
    color: #081e47;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
    font-family: 'ArchivoBlack', sans-serif;

}
#LogIn{
    background-color: white;
    color: #081e47;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
    font-family: 'ArchivoBlack', sans-serif;
}
#LogIn button {
    background-color: white;
    color: #081e47;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'ArchivoBlack', sans-serif;
}
#LogIn button:hover {
    color: #890d2a;
}
#RoR{
    color: #081e47;

}
.navbar {
    margin-top: -20px;
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    justify-content: space-around;
    background-color: white;
    font-family: 'ArchivoBlack', sans-serif;
}
.navbar button {
    background-color: white;
    color: #081e47;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'ArchivoBlack', sans-serif;
}
.navbar button:hover {
    color: #890d2a;
}
#RoR{
    color: #081e47;

}
.hidden-div {
    display: none;
    /*background-color: lightgray;*/
    font-family: 'ArchivoBlack', sans-serif;
}
#hiddenDiv {
    display: none;
    /*background-color: lightgray;*/
    font-family: 'ArchivoBlack', sans-serif;
}
h2{
    line-height: 1;
    font-family: 'ArchivoBlack', sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.quizForm{
    color: #081e47;
}
.question{
    background-color: #081e47;
    color: #fff;
}

.wrapper {
    width: 50%;
    margin: 0 auto;
}

.btn {
    margin: 10px 0;
    background-color: white;
    color: #081e47;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: 'ArchivoBlack', sans-serif;
}
.btn:hover {
    color: #890d2a;
}

video {
    width: 50%;
    margin-top: 20px;
    min-width: 500px;
}

.login {
    display: grid;
    padding: 25px;
    place-items: center;
}

.login form {
    min-width: 600px;
}

.login input {
    min-width: 600px;
    /*height: 32px;*/
    padding: 8px;
    margin-bottom: 8px;
}