/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    color: #fff;
    padding-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('/assets/webfonts/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('/assets/webfonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/assets/webfonts/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jaguar Bold';
    src: url('/assets/webfonts/Jaguar-Bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jaguar ExtraBold';
    src: url('/assets/webfonts/Jaguar-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jaguar';
    src: url('/assets/webfonts/Jaguar-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.fullscreen, .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay {
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.footer {
    position: absolute;
    bottom: 10px;
    width: 97%;
}

.form-control {
    background: rgba(0,0,0, 0.2);
    color: #fff;
    border: 2px solid #74652A;
}
.form-control:focus {
    background: rgba(255,255,255, 0.2);
    color: #fff;
    border: 2px solid #74652A;
}

#password {
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
}
#password:focus {
    background-color: #fff;
    color: #212529;
    border-color: #86b7fe;
}
.floating {
    color: #212529;
}

.gold {
    background: #74652A;
    color: #fff;
    font-family: 'Jaguar';
    font-size: 1.5rem;
    padding: 5px 55px 18px 55px;
}

.question_title, .title, .farewell {
    font-family: 'Jaguar';
    font-size: 2rem;
}

.title {
    font-size: 2.5rem;
}

.farewell {
    font-size: 1.4rem;
}

.answersWrapper {
    background: #000;
    font-family: 'Jaguar';
    border: 8px solid #8a7b38;
    font-size: 1.2rem;
    padding: 18px 55px 18px 55px;
    text-transform: uppercase;
    margin-bottom: 3vh;
}

.progress {
    height: 60px;
    background: rgba(255,255,255,0.5);
}
.progress-bar {
    background-color:#74652A;
}
