/* CSS Document */

html, body {
  height:100%;
  margin:0;
  padding:0;
}

body {
  font-family: 'Lato', sans-serif;
  background: none transparent;
}

.results-container{
	background-image:url('../../assets/global/musical/bg_musikaali_0.png');
	background-size:cover;
	background-position:center center;
}

.results-popup {
    background: none;
	border:none;
    color: #fff;
    height: 80%;
    width: 90%;
    max-width: 800px;
}

.shadows {
	background-image: url('../../assets/global/musical/musikaali_varjot.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;	
}

.results-popup h2{
	line-height: 1.2em;
	margin-bottom: 40px;
}

.scene-picture h2{
	text-shadow: 2px 2px #000000;
}

.option-link{
	margin-bottom: 20px;
	background-color: #370709;
	padding: 20px;
	border-radius: 30px;
	border: none; /* #4c0a0d 1px solid; */
	color:#f8d689;
}

#slides{
	position: relative;

}

.multiOption{
	float:left;
	margin:10px;
}

input[type=checkbox]{
	width:20px;
	height:20px;
	background-color:#f4bb3a;
	border-bottom-color:#d8a839;
    padding: 0;
	margin-top:0;
    margin-right:8px;
    vertical-align:middle;
    position: relative;
}

label{
	font-size:18px;
	font-family: 'Lato', sans-serif;
}

#feedback{
	position:absolute;
	margin: 0 auto;
	width: 90%;
	height: 60%;
	background-color: #fff;
  	background-image: url('../../assets/global/general/c-tile.png');
	border:#e2e3e4 3px solid;
	color:#000;
	border-radius: 20px;
}

#curtain-left{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background-image: url('../../assets/global/musical/musikaali_verho.png');
	background-size:cover;
}

#curtain-right{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	background-image: url('../../assets/global/musical/musikaali_verho.png');
	background-size:cover;
}

.curtain-closed{
	width:50%;
	transition: width 0.4s ease-out;
}
.curtain-open{
	width:0;
	transition: width 0.4s ease-in;
}

/*
#starCanvas{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:20;
}*/

#feedback,
#slides,
#end,
.result1,
.result2,
.result3,
.result4{
	display:none;
}

.btn-close{
	z-index:30;
}

.scene-picture{
	position:relative;
}

.btnBottom{
    margin-top: 20%;
}

@media only screen and (max-width: 768px) {
    .btnBottom {
        margin-top: 20%;
    }
    label {
        font-size: 12px;
    }
    input[type=checkbox] {
        width: 10px;
        height: 10px;
        margin-right:4px;
    }
}