@font-face {
    font-family: 'AmpleSoft-Bold';
    src: url('fonts/AmpleSoft-Bold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'AmpleSoft-Light';
    src: url('fonts/AmpleSoft-Light.otf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'AmpleSoft-Medium';
    src: url('fonts/AmpleSoft-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'KroppenRound-Bold';
    src: url('fonts/KroppenRound-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KroppenRound';
    src: url('fonts/KroppenRound.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 18px
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#app {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

#app>section {
    display: none;
    padding: 20px 40px
}

#app>section header img {
    height: 125px
}

#app>section article {
    padding-top: 30px;
}

#app>section .message {
    background-color: #eceadd;
    color: #932e85;
    font-family: AmpleSoft-Light;
    padding: 5px
}

#app>section.visible {
    display: block
}

#app>section {
    text-align: center
}

#app>section h1 {
    font-family: KroppenRound-Bold;
    color: #952786
}

#section-intro .message {
    margin-bottom: 20px
}

#app>section .btn {
    font-family: KroppenRound;
    padding: 12px 20px 8px;
    color: #fff;
    background: #872c7c;
    background: -webkit-linear-gradient(45deg, #872c7c, #972d8e);
    background: -o-linear-gradient(45deg, #872c7c, #972d8e);
    background: -moz-linear-gradient(45deg, #872c7c, #972d8e);
    background: linear-gradient(45deg, #872c7c, #972d8e);
    text-decoration: none;

    display: block;
    margin: 10px 0;
    padding: 18px 20px 15px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    position: relative;
    overflow:hidden;
}

#app>section .btn:after {
    content: "";
    display: block;
    position: absolute;
    left: 97%;
    height: 100%;
    width: 10%;
    top: 0px;
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    transform: rotate(-29deg);
    background: #98318c;
    background: -moz-linear-gradient(left, #9e3b93 0%, #c772b5 100%);
    background: -webkit-linear-gradient(left, #9e3b93 0%, #c772b5 100%);
    background: linear-gradient(to right, #9e3b93 0%, #c772b5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#98318c', endColorstr='#b55da2', GradientType=1);
}
#app>section .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 40%;
    width: 100%;
    top: -24%;
    background: #732b6c;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
    background: #6e3562;
    background: -moz-linear-gradient(left, #672f5b 0%, #883176 100%);
    background: -webkit-linear-gradient(left, #672f5b 0%, #883176 100%);
    background: linear-gradient(to right, #672f5b 0%, #883176 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e3562', endColorstr='#903b7f', GradientType=1);
}
@media screen and (max-width: 630px) {
    #app>section .btn:after {
        -webkit-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        transform: rotate(-23deg);
    }
    #app>section .btn:before {
        top: -33%;
    }
}
@media screen and (min-width: 630px) {
    #app>section .btn:after {
        -webkit-transform: rotate(-17deg);
        -ms-transform: rotate(-17deg);
        transform: rotate(-17deg);
    }
    #app>section .btn:before {
        top: -40%;
    }
}
@media screen and (min-width: 1000px) {
    #app>section .btn:after {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
        left: 98%;
        top: -25%;
    }
    #app>section .btn:before {
        top: -40%;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}

#app>section .btn>span {
    font-size: 16px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    position: relative;
    overflow:hidden;
    display: inline-block;
}


#app>section {
    background-image: url('../images/questions_bg.jpg');
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    /*background-size: cover;
    background-position: 0 -20px;*/
}

#app>section.questions header {
    text-align: left;
    font-size: 1em;
}

#app>section.questions header h1 {
    text-align: right;
    float: right;
    position: absolute;
    right: 40px;
    top: 45px;
    z-index: 800;
}

@media (max-width: 320px) {
    #app>section.questions header {
        text-align: center;
    }

    #app>section.questions header h1 {
        position: relative;
        right: 0;
        top: 0;
        float: none;
        text-align: center;
    }
}

@media (max-width: 430px) {
    #section-results header, #app #section-recap header {
        text-align: center;
    }

    #section-results header h1, #app #section-recap header h1 {
        position: relative;
        right: 0;
        top: 0;
        float: none;
        text-align: center;
    }
}

#app>section.questions article .question {
    margin: 0px 0 0;
    min-height: 15vh;
}

#app>section.questions article .question>div {
    padding: 20px 30px;
    background-color: #eceadd;
    color: #932e85;
    font-size: 1.2em;
    font-family: AmpleSoft-Bold;
    vertical-align: middle;
}

#app>section.questions article .answers .btn {
    font-family: AmpleSoft-Medium;
    margin: 25px 10px;
    outline: none;
}

#section-recap article>div {
    width: 100%;
}

#section-recap article>div .col-6 {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}

#section-recap article>div .col-6.checked:after {
    content: ' ';
    display: block;
    background-color: #942f8a;
    background-image: url('../images/check.png');
    background-position: center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 25px;
}


#section-recap article>div .col-6 a {
    display: block
}

#section-recap article>div .col-6 img {
    height: 80px
}

#section-results article .headline {
    margin: 20px 0;
    padding: 20px;
    font-family: KroppenRound-Bold;
    font-size: 1em;
}

#section-results article .message-body {
    font-family: AmpleSoft-Medium;
    line-height: 1.35;
    padding: 10px;
    max-height: 150px;
    overflow-y: scroll
}

#section-results article h3 {
    font-family: KroppenRound-Bold;
    color: #952786
}

#section-results .vote {
    margin-top: 40px
}

#section-results .vote>h3 {
    font-size: 0.9em;
}

#app #section-vote h1 {
    font-size: 1.2em;
}

#app #section-vote h1>span {
    font-family: KroppenRound;
    font-weight: normal
}

#app #section-vote h3 {
    font-family: KroppenRound-Bold;
    color: #952786;
    margin-bottom: 0;
    padding-bottom: 0;
}

#app #section-vote article>div {
    margin-top: 20px
}

#app #section-vote article>div:first {
    margin-top: 0
}

#app #section-vote .btn {
    display: inline-block;
}

#app #section-vote .btn.selected {
    background-color: #6E1363
}

#app>section .btn.selected {
    box-shadow:7px 5px 33px rgba(146, 45, 137, 0.6);
    background: #540049;
    background: -webkit-linear-gradient(45deg, #540049, #64005B);
    background: -o-linear-gradient(45deg, #540049, #64005B);
    background: -moz-linear-gradient(45deg, #540049, #64005B);
    background: linear-gradient(45deg, #540049, #64005B);
}

#app>section .btn.selected:after {
    background: #7F1873;
    background: -moz-linear-gradient(left, #85227A 0%, #943F82 100%);
    background: -webkit-linear-gradient(left, #85227A 0%, #943F82 100%);
    background: linear-gradient(to right, #85227A 0%, #943F82 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7F1873', endColorstr='#822A6F', GradientType=1);
}
#app>section .btn.selected:before {
    background: #3B022F;
    background: -moz-linear-gradient(left, #340028 0%, #550043 100%);
    background: -webkit-linear-gradient(left, #340028 0%, #550043 100%);
    background: linear-gradient(to right, #340028 0%, #550043 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3B022F', endColorstr='#5D084C', GradientType=1);
}

#app #section-vote .youare>div {
    white-space:pre-line
}

#app #section-vote .youare>div .btn {
    margin: 10px 0;
}

#app #section-vote .btn {
    text-transform: uppercase;
}

#app #section-vote .btn-small, #app #section-vote .youare .btn {
    padding: 14px 40px 8px;
    margin-right: 20px
}

#app section#section-vote .rate {
    text-align: center;
    padding: 40px 20px;
}

#section-vote .rate>ul {
    list-style-type: none;
}

#section-vote .rate>ul li {
    list-style-type: none;
    display: inline-block;
    height: 32px;
    width: 32px;
    background-size: 100% 100%;
    cursor: pointer;
    outline: none;
}

#section-vote .rate>ul li.star {
    background-image: url('../images/star_empty.png');
}

#section-vote .rate>ul li.star.selected {
    background-image: url('../images/star_fill.png');
}

#section-end {
    height: calc(100vh - 40px);
    overflow-y: hidden
}

#sectio-end article {
    margin-top: 80px;
}

#section-end article .message {
    padding: 40px 20px;
    font-size: 1.2em;
    font-family: AmpleSoft-Bold;
}
