body {
    padding: 0;
    margin: 0;
    background-color: #434343;
    width: 100%;
}

body.question2Body {
    background: radial-gradient(#434343, #853b3d) fixed;
}

p {
    color: azure;
    font-size: 16px;
}

.contentWrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 20px;
    color: azure;
    opacity: 0.2;
}

.content2, .content3, .content4, .content5, .content6, .result {
    display: none;
    text-align: center;
}

.result {
    text-align: left;
}

.textStyle1 {
    color: azure;
}

.textStyle2 {
    color: #BEE;
}

p.textStyle2 {
    font-size: 16px;
}

.emphasis {
    color: #E83131;
    font-weight: bold;
    text-shadow: -1px 0 azure, 0 1px azure, 1px 0 azure, 0 -1px azure;
}

.count {
    color: #326E99;
    text-shadow: -1px 0 #f0ffff, 0 1px azure, 1px 0 azure, 0 -1px azure;
}

.question {
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 5px 20px 50px;
    margin: 20px auto 0;
}

.questionList {
    list-style: none;
    color: azure;
    text-align: left;
    margin: 0 auto;
}

.questionList.width160 {
    width: 160px;

}
.questionList.width180 {
    width: 180px;
}
.questionList.width200 {
    width: 200px;
}
.questionList.width220 {
    width: 220px;
}
.questionList.width240 {
    width: 240px;
}
.questionList.width260 {
    width: 260px;
}
.questionList.width280 {
    width: 280px;
}
.questionList.width300 {
    width: 300px;
}
.questionList.width320 {
    width: 320px;
}
.questionList li {
    color: azure;
    font-size: 16px;
    margin-bottom: 5px;
}

.questionList label, .resultProp label {
    position: relative;
    line-height: 22px;
    padding: 0 !important;
    margin: 0 !important;
}

.questionList input[type=checkbox], .resultProp input[type=checkbox] {
    position: relative;
    width: 22px !important;
    height: 22px !important;
    font-size: 22px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}


.resultProp {
    list-style: none;
    color: #326E99;
    text-align: left;
    width: 500px;
    margin: 0 auto;
}

.resultProp li {
    display: none;
}

.ph-button {
    border-style: solid;
    border-width: 0px 0px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: all 200ms ease-in-out 0s;
    white-space: nowrap;
    font-family: "Gotham Rounded A", "Gotham Rounded B", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 19px 39px 18px;
    font-size: 20px;
}

.ph-btn-red {

    background-color: #ED5A5A !important;
    border-color: #EA4343 !important;

}

.ph-btn-red:hover, .ph-btn-red:focus, .ph-btn-red:active {
    background: none repeat scroll 0 0 #EB4848 !important;
    border-color: #E83131 !important;
}

.ph-btn-grey {

    background-color: #C6CCD2;
    border-color: #AAB3BB;
}

.ph-btn-grey:hover, .ph-btn-grey:focus, .ph-btn-grey:active {
    background-color: #B8BFC7;
    border-color: #AAB3BB;
}

.ph-btn-blue {

    border-color: #326E99;
    background-color: #3F8ABF;
}

.ph-btn-blue:hover, .ph-btn-blue:focus, .ph-btn-blue:active {
    background-color: #397CAC;
    border-color: #326E99;
}

#secc {
    color: #9fc6ff;
}

.popup {
    z-index: 999;
    background-color: #686868;
    position: absolute;
    width: 320px;
    left: 50%;
    top: 5%;
    margin-left: -160px;
    padding: 20px;
    border-radius: 10px;
    border: azure solid 1px;
    font-size: 20px;
}

.popup > img {
    width: 100%;
    max-height: 300px;
    border-radius: 5px;
}

.centerDispose {
    width: 100%;
    text-align: center;
}

.questionImage {
    max-width: 100%;
    height: 40vh;
    border-radius: 5px;
    border: azure solid 1px;
}

@media (min-width: 992px) {
    .result, .first {
        padding-left: 140px;
    }

    .joinButton {
        margin-left: -200px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }

    .popup > p {
        font-size: 16px;
    }

    .resultProp {
        width: 80vw;
        padding-left: 0;
    }
}


.textStyle3 {
    font-size: 14px;
    color: azure;
    line-height: 14px;
}

.setStep {
    margin-top: 10px;
    width: 200px;
}

