html, body {
    color: #333333;
    font-family: 'Source Sans Pro';
    font-size: 1.1rem;
    font-weight: 400;
}


.header {
    background:#cbcbcb;
    padding: 10px;
}

.header .logo img {
    max-height: 50px;
}

.body h1 {
    font-weight:bold;
    font-size:27px
}

.question-holder {
    text-align: center;
}

.question-holder .question {
    font-weight:bold;
    font-size: 1.4rem;;
}

#question2 {
    display:none;
}

.section-result {
    text-align: center;
}


#result-no {
    padding:50px 0px;
    display: none;
}
#result-no h1 {
    color:#F00;
    font-weight: bold;
}
#result-no .btn-cta {
    width:325px;
}

#result-yes {
    border-top:#28a745 5px solid;
    padding:50px 0px;
    display: none;
}

#result-yes h1 {
    color:#28a745;
    font-weight: bold;
}

#result-yes h5 {
    font-weight: bold;
    font-size:1.3rem;
    margin-top: 25px;
    margin-bottom: 25px;
}

#result-yes .btn-cta {
    width:325px;
}

.footer {
    border-top:#000 1px solid;
    padding: 25px;
    text-align: center;
    font-size:.9rem
}
button {
    font-weight: bold !important;
}
@media (max-width: 650px)
{
    .body h5 {
        font-size:15px
    }
    .body h1 {
        font-size:20px
    }

}