body {
    overflow-x: hidden;
    color: white;
    background-color: black;
    background-image: url('image/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
@media screen and (max-width:767px) {
	body {
		background-size: auto 50%;
	}
	.row {
		margin: 0;
	}
}
button {
	border-radius: 0 !important;
	background-color: #0D49B5 !important;
	font-size: 16px !important;
	width: 200px !important;
	padding: 10px !important;
	margin: 5px !important;
	outline: none !important;
	transition: all 0.3s;
}
.zoomable:hover {
	width: 206px !important;
	padding: 13px !important;
	margin: 2px !important;
}
@media screen and (max-width:767px) {
	button {
		margin: 5px 0 !important;
	}
	.zoomable, .correct, .incorrect {
		width: 100% !important;
	}
	.zoomable:hover {
		width: calc(100% + 6px) !important;
		margin: 2px -3px !important;
	}
}
a, a:hover, a:focus {
	color: #3AD69C;
	text-decoration: none;
}
.container {
    height: 100vh;
    width: 100%;
}
.screen {
	position: absolute;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}
@media screen and (max-width:767px) {
	.screen {
		width: 80%;
		margin-left: -40%;
	}
}
@media screen and (max-width:360px) {
	.screen {
		width: 90%;
		margin-left: -45%;
	}
}
.secondary-screen {
	left: 150%;
	display: none;
}
.buffer-top {
	margin-top: 75px !important;
}
.buffer-bottom {
	margin-bottom: 75px !important;
}
.headline {
	margin-bottom: 30px;
	margin-top: -5px;
	font-size: 27px;
}
@media screen and (max-width:767px) {
	.headline, h3 {
		font-size: 20px;
}
}
.fine-print {
	font-size: 10px;
}
.gray {
	color: #777;
}
.intro {
	text-transform: uppercase;
	color: #3AD69C;
}
.error {
	color: red;
}

/* color bar, footer, logo */
.logo {
	margin: 10px 20%;
}
@media screen and (max-width:767px) {
	.logo {
		text-align: center;
		margin-bottom: 50px;
	}
}
.logo > img {
	width: 150px;
}
.footer {
	position: fixed;
	bottom: 0;
	height: 50px;
	background-color: #0D49B5; 
	width: 100%;
	padding: 15px;
	margin-left: -15px;
	text-align: center;
	cursor: pointer;
	transition: transform 0.5s;
	color: white !important;
}
.footer:hover {
	transform: scale(1.1);
}
.top-bar {
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.top-bar > div {
	height: 5px;
	margin-bottom: 20px;
}
.bar-1 {
	background-color: #02205f;
}
.bar-2 {
	background-color: #0D49B5;
}
.bar-3 {
	background-color: #3AD69C;
}

/* welcome screen */
.bordered {
	border-top: 1px solid #46484D;
	border-bottom: 1px solid #46484D;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0;
}
.tv > img {
	margin-top: -30px;
	width: 200px;
}
.tv {
	float: right;
}
@media screen and (max-width:767px) {
	.tv {
		float: none;
		text-align: center;
	}
}
.buffered {
	margin: 30px 0;
}

/* question screens */
.correct, .correct:hover, .correct:focus {
	background-color: #3AD69C !important;
	border-color: #3AD69C !important;
}
.incorrect, .incorrect:hover, .incorrect:focus {
	background-color: black !important;
	border-color: #777 !important;
	color: #777 !important;
}
button.btn.correct, button.btn.incorrect {
	cursor: default;
}
.answer {
	background-color: #1a1a1a;
	padding: 20px;
	margin: 20px 0;
}
.border-top {
	border-top: 1px solid #46484D;
	padding: 10px 0;
	margin: 30px 0;
}
.btn_1, .btn_2, .btn_3, .btn_4, .btn_5 {
	margin-left: 50px !important;
}
.btn_1.zoomable:hover, .btn_2.zoomable:hover, .btn_3.zoomable:hover, .btn_4.zoomable:hover, .btn_5.zoomable:hover {
	margin-left: 47px !important;
}
@media screen and (max-width:767px) {
	.btn_1, .btn_2, .btn_3, .btn_4, .btn_5 {
		margin-left: 0 !important;
	}
	.btn_1.zoomable:hover, .btn_2.zoomable:hover, .btn_3.zoomable:hover, .btn_4.zoomable:hover, .btn_5.zoomable:hover {
		margin-left: -3px !important;
	}
}

/* prize selection and submission form */
.please-select {
	text-align: center;
	color: #3AD69C;
	margin: 30px 0 20px 0;
}
.prize-btn {
	width: 100px !important;
}
.prize-btn:hover {
	width: 106px !important;
}
#prize_level_1, #prize_level_2, #prize_level_3 {
	margin: 0 -100px !important;
}
@media screen and (max-width:767px) {
	#prize_level_1, #prize_level_2, #prize_level_3 {
		margin: 0 0 !important;
	}
}
.divider {
	border-top: 1px solid #46484D;
	margin: 30px auto;
}
.mobile-divider {
	border-top: 1px solid #46484D;
	margin: 30px auto;
	display: none;
	width: 50%;
}
@media screen and (max-width:767px) {
	.mobile-divider {
		display: block;
	}
	.divider {
		width: 50%;
	}
}
form {
	background-color: white;
	color: black;
	padding: 20px;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 12px;
}
form > .row > .col {
	padding: 5px;
}
.form-control {
	border-radius: 0;
	height: 27px;
	font-size: 12px;
}
.form-top {
	background-color: #0D49B5;
	color: white;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -20px;
	padding: 5px 10px;
	text-transform: uppercase;
}
.submit-btn {
	margin: 30px -20px !important;
}
.submit-btn:hover {
	margin: 27px -23px !important;
}
@media screen and (max-width:767px) {
	.submit-btn {
		margin: 30px 0px !important;
	}
	.submit-btn:hover {
		margin: 27px -3px !important;
	}
}
.prize-container {
	text-align: center;
}
.prize-title {
	height: 50px;
	font-size: 12px;
}
.prize-image {
	width: 150px;
	margin-bottom: 20px;
}
.mobile-only {
	display: none;
}
@media screen and (max-width:767px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
}
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('image/dropdown.png');
    padding-right: 1.5em
}
select::-ms-expand {
    display: none;
}

/* bonus question */
.bonus-header {
	background-color: #3AD69C !important;
	color: black;
	padding: 10px 20px;
	margin-top: 40px;
	max-height: 80px;
}
.bonus-main {
	background-color: white !important;
	color: black;
	padding: 40px;
}
@media screen and (max-width:767px) {
	.bonus-main {
		padding: 20px;
	}
}
.bonus-main h3 {
	margin: 0;
}
.bonus-buttons {
	text-align: center;
	margin-top: 40px;
}
.bonus-image {
	margin-top: -35px;
}

/* rules page */
.rules {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width:991px) {
	.rules {
		width: 75%;
	}
}
@media screen and (max-width:767px) {
	.rules {
		width: 80%;
	}
}
@media screen and (max-width:360px) {
	.rules {
		width: 90%;
	}
}
.rules-intro {
	margin-bottom: 40px;
}