@import url('https://fonts.cdnfonts.com/css/graphik');

body {
    font-family: 'Graphik', sans-serif;
    background-color: #e6e6e6;
}
h1, h2, h3, h4, h5, h6 { color: #244BA8; line-height: 1em; margin-bottom: 1em;}
.orange { color: #FF6955;}
h1 { font-size: 3em; line-height: 1em; font-weight: 900;}
h2 { font-size: 2em; line-height: 1em; font-weight: 900;}
h3 { font-size: 1.8em; line-height: 1em; font-weight: 800;}
h4 { font-size: 1.6em; line-height: 1em; font-weight: 700;}
h5 { font-size: 1.4em; line-height: 1em; font-weight: 600;}
h6 { font-size: 1.2em; line-height: 1em; font-weight: 600;}
p { color: #244BA8; line-height: 1.4em;}
.question { font-size: 1.25em;}
}
@media (max-width: 992px) {
    h1 { font-size: 2.6em; line-height: 1em;}
    h2 { font-size: 1.7em; line-height: 1em;}
    h3 { font-size: 1.4em; line-height: 1em;}
    h4 { font-size: 1.2em; line-height: 1em;}
    h5 { font-size: 1.0em; line-height: 1em;}
    h6 { font-size: 0.9em; line-height: 1em;}
    p { font-size: 0.8em; line-height: 1.4em;}
    .question { font-size: 1.15em;}
}
@media (max-width: 768px) {
    h1 { font-size: 2.3em; line-height: 1em;}
    h2 { font-size: 1.5em; line-height: 1em;}
    h3 { font-size: 1.3em; line-height: 1em;}
    h4 { font-size: 1.1em; line-height: 1em;}
    h5 { font-size: 1.0em; line-height: 1em;}
    h6 { font-size: 0.9em; line-height: 1em;}
    p { font-size: 0.8em; line-height: 1.4em;}
    .question { font-size: 1.1em;}
}
@media (max-width: 576px) {
    h1 { font-size: 2em; line-height: 1em;}
    h2 { font-size: 1.4em; line-height: 1em;}
    h3 { font-size: 1.2em; line-height: 1em;}
    h4 { font-size: 1.1em; line-height: 1em;}
    h5 { font-size: 1.0em; line-height: 1em;}
    h6 { font-size: 0.9em; line-height: 1em;}
    p { font-size: 0.8em; line-height: 1.4em;}
    .question { font-size: 1em;}
}

/* Layout */
#quiz-header,
#quiz-header-q1,
#quiz-header-q2,
#quiz-header-q3,
#quiz-header-q4,
#quiz-header-q5,
#quiz-header-q6,
#quiz-start-screen,
#quiz-end-screen,
#quiz-results-screen,
#quiz-gameover-screen,
.question-container  {
    text-align: center;
    padding: 100px 20% 100px 20%;
}
.question-container  {
    padding: 10px 20% 100px 20%;
}
#quiz-counter {
    padding: 100px 20% 10px 20%;
}
#quiz-results-screen,
#quiz-gameover-screen {
    text-align: center;
    padding: 100px 10% 100px 10%;
}
@media (max-width: 992px) {
    #quiz-header,
    #quiz-header-q1,
    #quiz-header-q2,
    #quiz-header-q3,
    #quiz-header-q4,
    #quiz-header-q5,
    #quiz-header-q6,
    #quiz-start-screen,
    #quiz-end-screen,
    #quiz-results-screen,
    #quiz-gameover-screen,
    .question-container  {
        padding: 80px 20% 80px 20%;
    }
    .question-container  {
        padding: 10px 20% 80px 20%;
    }
    #quiz-counter {
        padding: 80px 20% 10px 20%;
    }
    #quiz-results-screen,
    #quiz-gameover-screen {
        padding: 80px 9% 80px 9%;
    }
}
@media (max-width: 768px) {
    #quiz-header,
    #quiz-header-q1,
    #quiz-header-q2,
    #quiz-header-q3,
    #quiz-header-q4,
    #quiz-header-q5,
    #quiz-header-q6,
    #quiz-start-screen,
    #quiz-end-screen,
    #quiz-results-screen,
    #quiz-gameover-screen,
    .question-container  {
        padding: 65px 15% 65px 15%;
    }
    .question-container  {
        padding: 10px 15% 65px 15%;
    }
    #quiz-counter {
        padding: 65px 15% 10px 15%;
    }
    #quiz-results-screen,
    #quiz-gameover-screen {
        padding: 65px 8% 65px 8%;
    }
}
@media (max-width: 576px) {
    #quiz-header,
    #quiz-header-q1,
    #quiz-header-q2,
    #quiz-header-q3,
    #quiz-header-q4,
    #quiz-header-q5,
    #quiz-header-q6,
    #quiz-start-screen,
    #quiz-end-screen,
    #quiz-results-screen,
    #quiz-gameover-screen,
    .question-container  {
        padding: 50px 10% 50px 10%;
    }
    .question-container  {
        padding: 10px 10% 50px 10%;
    }
    #quiz-counter {
        padding: 50px 10% 10px 10%;
    }
    #quiz-results-screen,
    #quiz-gameover-screen {
        padding: 50px 7% 50px 7%;
    }
}
#quiz {
    background-color: #8ac3fa;
}
#quiz-header {
    background-color: #7cbdf9;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#quiz-header {
    background:url(https://osome.dev.oathstudio.com/img/header-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: 983px 487px; */
    background-size: auto 400px;
    min-height: 400px;
}
@media (max-width: 992px) {
    #quiz-header {
        background:url(https://osome.dev.oathstudio.com/img/header-1.png);
        background-size: auto 350px;
        background-position: bottom center;
        background-repeat: no-repeat;
        min-height: 350px;
    }
}
@media (max-width: 768px) {
    #quiz-header {
        background:url(https://osome.dev.oathstudio.com/img/header-1.png);
        background-size: auto 300px;
        background-position: bottom center;
        background-repeat: no-repeat;
        min-height: 300px;
    }
}
@media (max-width: 576px) {
    #quiz-header {
        background:url(https://osome.dev.oathstudio.com/img/header-1.png);
        background-size: auto 250px;
        background-position: bottom center;
        background-repeat: no-repeat;
        min-height: 250px;
        display: block;
    }
}

/* Sections */
#quiz-header-q1 {
    display: none;
    background-color: #eeeecc;
}
#quiz-header-q2 {
    display: none;
    background-color: #eeccee;
}
#quiz-header-q3 {
    display: none;
    background-color: #cceeee;
}
#quiz-header-q4 {
    display: none;
    background-color: #eeeecc;
}
#quiz-header-q5 {
    display: none;
    background-color: #eaacae;
}
#quiz-header-q6 {
    display: none;
    background-color: #ccffcc;
}

#quiz-start-screen {
    background-color: #ffffff;
}
#quiz-end-screen {
    background-color: #ffffff;
}
#questions {
    background-color: #ffffff;
}
#quiz-counter {
    background-color: #ffffff;
}
#quiz-results-screen {
    background-color: #f2f7fc;
}
#quiz-gameover-screen {
    background-color: #f2f7fc;
}
.question-container {
    background-color: #ffffff;
}

/* Quiz questions */
.quiz-container {
    padding: 0em;
    max-width: 100%;
    margin: 0em auto;

    max-width: 1000px;
    max-height: 800px;
}
#quiz-header p {
    margin-bottom: 0px;
}
.answers a {
    display: block;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    border-radius: 10px;
    background: transparent;
    padding-right: 2em;
}
.answers li {
    text-align: left;
    background:url(https://osome.dev.oathstudio.com/img/circle-blue.png), #e4f0ff;
    background-size: contain;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 10px;
}
.answers li:hover {
    text-align: left;
    background:url(https://osome.dev.oathstudio.com/img/circle-white.png), #FF6955;
    background-size: contain;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 10px;
}
.answers li:hover a {
    color: white;
}
.answers li:active {
    text-align: left;
    background:url(https://osome.dev.oathstudio.com/img/circle-white-filled.png), #FF6955;
    background-size: contain;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 10px;
}

/* Form page */
#quiz-results-form-container {
}
#quiz-results-form-container-left {
    background: #244ba8;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
}
#quiz-results-form-container-left > img {
    /* width: 326px; */
    /* height: 381px; */
    width: 360px;
    margin-left: -70px;
    margin-top: -30px;
}
#quiz-results-form-container-right {
    background: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}
@media (max-width: 576px) {
    #quiz-results-form-container-left {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #quiz-results-form-container-right {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
#quiz-results-form {
    text-align: left;
    padding: 30px;
}
input {
    background-color: #F2F7FC;
    border: 0px;
    padding: 0.7em 0.7em 0.7em 0.7em;
    font-size: 1em;
    border-radius: 5px;
}
::placeholder {
    color: #a4b6dc;
    font-size: 0.8em;
}
input#firstname{
    width: 100%;
    margin: 0px;
}
input#lastname {
    width: 100%;
    margin: 0px;
}
input#email {
    width: 100%;
}
.form-check {
    margin-bottom: 2em;
}
.form-check-label {
    font-size: 0.6em;
    color: #a4b6dc;
    padding-top: 8px;
    padding-left: 5px;
}
.form-check-input {
    background-color: #f2f7fc;
    border: 0px;
}

/* End page */
.social-shares {
}
.social-icons {
}
.osome-logo {
    background:url(https://osome.dev.oathstudio.com/img/osome-logo.png);
    background-size: contain;
    background-position: center center;
    min-height: 50px;
    background-repeat: no-repeat;
}
.quiz-gameover-screen-window {
    background-color: #ffffff;
    padding: 3em 2em 3em 2em;
    margin-bottom: 4em; 
    border-radius: 25px;
    margin-top: -200px;
}

@media (max-width: 576px) { 
    .quiz-gameover-screen-window {
        background-color: #f2f7fc;
        margin-top: 0px;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }
    #quiz-gameover-screen {
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }
}

/* Buttons */
#quiz-buttons a,
#quiz-home-btn,
.quiz-container .quiz-button,
#quiz-retry-btn,
#quiz-end-btn {
    display: inline-block;
    background: #FF6955;
    color: #fff;
    padding: 1.2em 2em;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1.5px;
    border: 0px;
    font-weight: 500;
}
#quiz-buttons a:hover,
#quiz-home-btn:hover,
.quiz-container .quiz-button:hover,
#quiz-retry-btn:hover, 
#quiz-end-btn:hover {
    background: #fa7a69;
    color: #fff;
}

/* Misc */
#quiz-controls {
    display: none !important;
}
#quiz-start-btn {
    margin-top: 1rem;
}
#quiz-start-screen,
#quiz-counter {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.active-question {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}