body {
    background: url(https://d1f5iw4g082q78.cloudfront.net/universebg.jpg) #000 no-repeat center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

#quizresults-wrapper{
    padding: 30px 0; 
}

.page-title,
.page-subtitle,
.page-subtitle-video{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.page-title{
    font-size: 28px;
}

.page-subtitle{
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}

.page-subtitle-video{
    font-size: 20px;
    margin-bottom: 20px;
}

#imgdisplay{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #333;
    position: relative;
    line-height: 480px;
    overflow: hidden;
    margin: auto;
    width: auto !important;
}

#imgdisplay img {
    width: 100%;
    max-width: 600px;
}

#landing-page-presentation #imgdisplay{
    line-height: 480px;
    height: 480px !important;
    background: none !important;
}

#imgdisplay strong{
    font-weight: 700;
}

#imgdisplay p{
    margin: 0;
    font-size: 48px;
    line-height: 1.2;
    width: 100%;
    display: block;
    color: #333;
}

#slidePlayer #slidecontent.loading{
    height: 480px;
    background-image: url(../images/preloader.svg);
    background-size: 100px 100px;
    background-repeat:  no-repeat;
    background-position: center;
}

#landing-page-presentation #slidePlayer #slidecontent.loading{
    height: 240px;
}


#slidecontent{
    padding: 0 20px;
    position: relative;
}

#landing-page-presentation #slidecontent{
    padding: 0;
}

#imgdisplay .html{
    line-height: 1.2;
}

#imgdisplay p.title{
    text-align: center;
}

#imgdisplay p.bullet {
  padding-left: 20px;
  width: auto;
}

#imgdisplay p.bullet:before {
  content: "\2022";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 20px;
}

#imgdisplay p.bullet .left, #imgdisplay p.bullet .right{
    display: inline-block;
    vertical-align: top;
}

#imgdisplay p.centered{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#imgdisplay .red{
    color:#F71E50;
}

#slidePlayer #slidecontent.paused:after{
    content: " ";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 480px;
    z-index: 10000;
    /*background-color: #121212;*/
    background-image: url(../images/play_big.png);
    background-repeat:  no-repeat;
    background-position: center;
    opacity: 0.8;
}

#manifestation-link{
    display: none;
    margin-top: 30px;
    text-align: center;
}

#manifestation-link img{
    max-width: 90%;
    display: inline-block;
}

#leave-modal{
    display: none;
    background: rgba(247, 238, 181, 0.5);
}

.btn{
    padding: 10px 20px;
    background: #a1296d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    -moz-box-shadow: inset 0 0 0px #e2e2e2;
    -webkit-box-shadow: inset 0 0 0px #e2e2e2;
}

.btn:hover{
    background: #9e106f;
    color: #fff;
}

.btn:focus,.btn:active{
    outline: 0;
}

@media (max-width: 769px) {
    #imgdisplay p {
        font-size: 36px !important;
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    #imgdisplay p {
        font-size: 28px !important;
        padding: 0 !important;
    }
}