/* VERSION 1.6 */

/* FONTS */
@import "https://use.typekit.net/oyw3qgo.css";

@font-face{
    font-family:domaine;
    src:url(../fonts/DomaineDisplayWeb-Bold.woff2) format("woff2"),url(../fonts/DomaineDisplayWeb-Bold.woff) format("woff")
}

@font-face{
    font-family:domaine-regular;
    src:url(../fonts/domaine-display-regular.woff2) format("woff2")
}

@font-face{
    font-family:domaine-regular-italic;
    src:url(../fonts/domaine-display-regular-italic.woff2) format("woff2")
}

@font-face{
    font-family:domaine-medium;
    src:url(../fonts/domaine-display-medium.woff2) format("woff2")
}


/* --------- */

.version {
    margin-left: 10px;
    font-size: 10pt;
}

html,
body {
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5 {
    font-family: "domaine-medium";
    font-weight: 100;
}

italic {
    font-family: "domaine-regular-italic";
}

h1#hero-headline {
    font-family: "domaine";
    margin-top: 2%;
    margin-bottom: 1%;
    line-height: 1.2;
}

p,a,button {
    font-family:aktiv-grotesk,sans-serif;
    font-weight:300;
    font-style:normal;
    line-height: 1.5;
    font-size: 110%;
}

#root {
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
}

#hero {
    max-width: 400px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    /* margin-bottom: 100px; */
}

#hero-image {
    width: 100%;
}

#hero-headline {
    font-size: 400%;
    text-align: center;
    margin: 0;
}

#intro-text {
    margin-bottom: 5%;
    margin-top: 5%;
    max-width: 700px;
}

#intro-text p {
    font-family: "domaine-regular";
    font-size: 150%;
    line-height: 1.2;
}

.intro-container {
    max-width: 800px;
    margin: auto;
}

.normal-container {
    max-width: 700px;
    margin: auto;
}

.question-container {
    margin-bottom: 80px;
}

.question-text {
    text-align: left;
}

.question-text a {
    font-size: inherit;
    font-family: inherit;
}

.question-option {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    color: black;
    border: 1px solid black;
    background-color: unset;
}

.question-option:hover {
    background-color: black;
    color: white;
}

.question-explanation {
    text-align: left;
    display: none;
    /* border-bottom: 4px solid #d9d9d9; */
    padding: 2%;
}

.question-explanation a {
    font-size: inherit;
    font-family: inherit;
}

#credits p,
#credits a {
    font-family: "domaine-regular";
    margin: 0;
    padding: 0;
}

.disabled-button {
    cursor: default;
    border: unset;
    color: black !important;
}

.disabled-button:hover {
    background-color: inherit;
    color: black;
}

.centered {
    text-align: center;
}

button {
    text-align: left;
}


#scroll-to-top-button-container {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

#scroll-to-top-button {
    width: 30px;
    border: 1px solid black;
    text-align: center;
    background-color: white;
}

#scroll-to-top-button:hover {
    background-color: gray;
}

.scroll-top-logo {
    width: 100%;
}

@media screen and (max-width: 900px){
    h1,h2,h3,h4,h5 {
        font-size: 150%;
    }

    h1#hero-headline {
        font-size: 400%;
    }
    
    p,a,button {
        font-size: 100%;
    }
}
