@font-face {
    font-family: 'alice_pencilregular';
    src: url('/fonts/alicepencil-webfont.woff2') format('woff2'),
         url('/fonts/alicepencil-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,body{
	height: 100%;
	background-color: #e5f2ec;
}

html,body,p{
	font-family: 'alice_pencilregular';
}

h1,h2,h3,h4,h5{
	font-family: 'alice_pencilregular';
	font-weight: bold;
}

.quiz-page-final-2,
.quiz-page-final,
.quiz-page-1,
.quiz-page-2,
.quiz-page-3,
.quiz-page-4,
.quiz-page-5,
.quiz-page-6,
.quiz-page-7,
.quiz-page-8,
.quiz-page-9,
.quiz-page-10{
	display:none;
}

.quiz-restart-btn:hover,
.quiz-btn-restart:hover,
.quiz-btn-option:hover,
.quiz-start-btn:hover{
    cursor: pointer;
}

#quiz{
	background-color: #e5f2ec;
	height:100%;
}

.quiz-header-logo{
	
}

.quiz-page-1,
.quiz-page-2,
.quiz-page-3,
.quiz-page-4,
.quiz-page-5,
.quiz-page-6,
.quiz-page-7,
.quiz-page-8,
.quiz-page-9,
.quiz-page-10,
.quiz-header{
	background-color: #e5f2ec;
    text-align: center;
    width: 1080px;
    margin: 0 auto;
    height: 1920px;
}

.quiz-header{
	background-image:url("/img/bg_home.png");
	background-position: top center;
    background-repeat: no-repeat;
}

.quiz-page-final-2,
.quiz-page-final{
	background-image:url("/img/bg_end.png");
	background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    width: 1080px;
    margin: 0 auto;
    height: 1920px;
}

.quiz-page-final h3{
	font-weight: 400;
	color:#2c484e;
	font-size: 111px;
	display:inline-block;
	padding-top: 475px;
	line-height: 120px;
}	

.quiz-number{
	color:#e7bbbf;
	font-size: 141px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}	

.quiz-title{
	color:#e7bbbf;
	font-size: 120px;
	font-weight: 400;
	margin-top: 60px;
	line-height: 105px;
}	

.quiz-text{
	padding: 630px 230px 0 230px;
	font-size: 80px;
	color: #2c484e;
	line-height: 95px;
}	

.quiz-response{
	padding: 30px 230px 0 230px;
	font-size: 50px;
	color: #2c484e;
}	


.quiz-home-box{
	padding-top: 600px;
}	

.quiz-question{
	font-size:100px;
	padding:0 200px;
	color:#0f464d;   
	line-height: 100px;
    font-weight: 400;
	margin-bottom:165px;
	padding-top: 200px;
}

.quiz-question span,
.italic{
    display: inline-block;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}	

.quiz-btn-option{
	font-size:90px;
	background-color: #ccded6;
	border:8px solid #FFF;
	padding: 5px 25px;
	border-radius:70px;
	display: inline-block;
	text-decoration:none;    
    line-height: 115px;
    width: 830px;
	margin-bottom:65px;
	color:#0f464d; 
	text-align:left;
}

.quiz-icon{
	background-color:#FFF;
	border:8px solid #0f464d;
	border-radius:50%;
	width:55px;
	height:55px;
	margin-right:20px;    
	display: inline-block;
    float: left;
	margin-top: 30px;
}

.quiz-btn-option:hover .quiz-icon{
	background-color:#f6bcc1;
}

.quiz-page-1,
.quiz-page-2,
.quiz-page-3,
.quiz-page-4,
.quiz-page-5,
.quiz-page-6,
.quiz-page-7,
.quiz-page-8,
.quiz-page-9,
.quiz-page-10{
	background-image:url("/img/bg_question.png");
	background-position: top center;
    background-repeat: no-repeat;
}

.quiz-restart-btn,
.quiz-start-btn{
	border:5px solid #ccded6;
	border-radius:50px;
	background-color: #0f464d;
	color:#FFF;
	padding: 5px 50px;
	text-decoration: none;
	font-size: 90px;
	line-height: 110px;
	display: inline-block;
	margin-top: 150px;
}

.quiz-restart-btn{
	margin-top: 50px;
}

.quiz-restart-btn:hover,
.quiz-start-btn:hover{
	border-color:#0f464d;
	background-color: #ccded6;
	text-decoration: none;
	color: #0f464d;
}


@media (max-width: 1550px) {
	
}

@media (max-width: 768px) {
	
}