* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}
body {
    background: #efebe5;
    color: #231f1b;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}
.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 100vh;
    text-align: center;
}
.results {
    max-width: 100%;
    margin-bottom: 4vh;
    padding: 0 2rem;
}
.results:after {
    content: '.';
    font-family: 'Nunito Sans', serif;
    font-weight: 400;
    font-size: 2.75rem;
}
.button-group {
    padding: 0 2rem;
}
.button {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 1000;
    background: #3255bb;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    line-height: 1;
    outline: none;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    margin-bottom: 4vh;
    width: 100%;
    touch-action: manipulation;
}
.button-concept {
    background: #e0392f;
}
.button-adjective {
    background: #ffffff;
    color: #222222;
}
.button-hidden {
    display: none;
}
.button-object {
    background: #2d80ff;
}
.button:hover {
    
}
.button:active {
    transform: translateY(2px);
}

[id*="placeholder"] {
    display: inline-block;
    font-family: 'Nunito Sans', serif;
    font-weight: 400;
    color: #231f1b;
    font-size: 2.75rem;
    line-height: 1.2;
    position: relative;
    z-index: 100;
    margin-left: .8rem;
}

#title-result,
#comparison-result {
    font-style: italic;
    font-weight: 700;
}

#title-result { color: #222222;}
#comparison-result { color: #222222;}
#setting-result { color: #222222;}
#twist-result { color: #222222;}

#comparison-result span {
    font-style: normal;
    font-weight: 400;
}

#title-placeholder {
    margin-left: 0px;
}

#setting-placeholder,
#twist-placeholder {
    display: none;
}

@media screen and (min-width:768px) {
    .button {
        margin-right: 10px;
    }
    .button:last-child {
        margin-right: 0px;
    }
    .button-group {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }
}
@media screen and (min-width:1024px) {
    [id*="placeholder"] {
        font-size: 4rem;
    }
    .results:after {
        font-size: 4rem;
    }
}

.freebirdFormviewerViewFormContent {
    background: #222222;
}