

html, body {
	margin: 0;
	padding: 0;
  font-family: Arial, Helvetica, sans-serif;
	color: #40596b;
	line-height: 1.5;
}

.quiz-container{
	background: white;
	width:650px;
	margin: auto;
}
.container{
	padding: 20px 00px;
}


#navContent{
margin:20px auto;
margin-bottom: 0px;
width:600px;
position:relative;
background: white;
border-radius: 8px;
}
.question-run{
	background: #f1f1f1;
	padding: 10px 20px;
	font-size: 14px;
	color:#ba8ba7;
	text-align: right;
}
#question_no{
}

#game1{
margin: 0 auto;
width:600px;
right:0px;
position:absolute;
background: #f1f1f1;

}

#game2{
margin: 0 auto;
width:600px;
right:-600px;
position:absolute;
background: #f1f1f1;

}

.questionText{
	font-size:16px;
	padding: 20px;
	min-height: 100px;
}

.pix{
width:250px;
height:250px;
margin: 10px 20px;
float:left;
border: 5px solid white;
cursor:pointer;
background: white;
}

.pix:hover{
border:#FC0 solid 5px;
}

.completeText{
padding: 30px;
text-align: center;
background: #ba8ba7;
}
.completeText strong{
	font-size: 20px;
	display: block;

	color: white;
}
.score{
text-align: center;
color: white;
text-transform: uppercase;
font-weight: bold;
margin-top: 10px;
padding: 4px 10px;
border-radius: 50px;
background: #a76b8f;
}
.score-no{
text-align: center;
font-size: 40px;
font-weight: bold;
padding: 10px;
color: white;
}
.answers{
	font-size: 16px;
	text-align: center;
	padding: 20px 0px;
}
.answerslist{
	padding: 0px 40px;
	font-size: 13px;
	height: 300px;
	overflow: scroll;
}
.answerslist li{
	list-style: none;
	margin-bottom: 10px;
}
.answerslist li span{
		font-weight: bold;
		display: block;
}

#topbar{
height:100px;
margin:auto;
margin-top:50px;
margin-bottom:30px;
font-size:36px;
font-family: 'Carter One', cursive;
padding: 0px 20px;
text-align: center;
}
#topbar span{
	font-size: 20px;
	display: block;
	color: #ba8ba7;
}

.spacer{
height:30px;
}

.intro{
	padding: 0px 50px;
	text-align: center;
	margin-bottom: 20px;
}
.intro strong{
	font-size: 18px;
}


#feedback{
	margin: 20px;
	background: white;
	border-radius: 8px;
}

.copy{
	padding: 20px;
	font-style: italic;
}

.feedback1{
	font-weight: bold;
	font-size: 20px;
	color:white;
	padding: 10px 20px;
	background: #55cd57;
	margin-bottom: 10px;
	padding: 20px;

}
.feedback2{
	font-weight: bold;
	font-size: 20px;
	color:white;
	padding: 10px 20px;
	background: #cd5755;
	margin-bottom: 10px;
	padding: 20px;
}

.disabled:hover{
	border:white solid 5px;
}
.yes-highlight, .yes-highlight:hover{
border:#55cd57 solid 5px;
}

.no-highlight, .no-highlight:hover{
border:#cd5755 solid 5px;
}

.action{
	padding: 10px;
	text-align: center;
}
.btn-default{
	border:none;
	background: #ba8ba7;
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 150px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width:800px) {
	#topbar{margin-left:1%;margin-right:1%;	width:98%;}
	#navContent{margin:1%;	width:98%;}
	#game1{margin:1%;	width:98%;}
	#game2{margin:1%;	width:98%;}


}
@media screen and (max-width:400px) {
	.pix{margin:1px;margin-top:10px;}
}

/* container */

#share {
	width: 100%;
  	margin: 0px auto;
  	text-align: center;
}

/* buttons */

#share a {
	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin: 8px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 40%;
  	transform: translateY(-50%);
}


.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #55acee;
}
