* {
	margin: 0;
}

#wrapper {
	width: 80%;
	margin: auto;
}

header {
	width: 100%;
	background-color: #FFFFFF;
	height: 90px;
}

header img {
	margin: 10px 5% 0 20%;
	float: left;
}

.titleText {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 85px;
	color: #26448A;
}

#introText {
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 20px;
	color: #26448A;
	text-align: center;
}

@media screen and (max-width: 800px) {
	header {
		height: auto;
	}

	header img {
		margin: 10px 5% 0 10%;
		float: left;
	}

	.titleText {
		font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
		font-size: 26px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 85px;
		color: #26448A;
	}
}

@media screen and (max-width: 670px) {
	header {
		height: auto;
	}

	header img {
		margin: 2px auto;
		float: none;
		display: block;
	}

	.titleText {
		font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;
		font-size: 22px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
		color: #26448A;
		margin: 0 auto;
		display: block;
	}

	#questionDiv, #answerDiv {
		display: none;
	}

	#introText {
		visibility: hidden;
	}

	#introText:after {
		content: "Please maximise your browser window to view the quiz - unfortunately, mobile browsers are not supported";
		visibility: visible;
	}
}