
/**
 * lottery page
 */

	.warning-banner {
		padding: 20px;
		margin: 30px 0 -10px 0;
		color: white;
		/**/background-color:#ff6c00;/**/
	}
	.warning-banner a {
		color: white !important; text-decoration: underline;
	}

	#title-image {
		display: block;
		max-height: 400px;
		max-width: 100%;
		height: auto;
	}

	#prize {
		padding: 20px;
		font-weight: 200;
		margin-bottom: 50px;
		color: white;
		/**/background-color:#76B82A;/**/
	}

	#prize h1 {
		margin: 0 0 10px 0;
	}

	#quiz {
		margin: 0;
		padding: 0 0 30px 0;
	}

	#quiz h2 {
		font-weight: 200; font-size: 22px; margin: 0 20px 20px 0;
	}

	#quiz-frame {
		border: none;
		width: 100%;
		height: 100%;
	}

	#quiz-frame:not(.ended):not(.unstarted) ~ * {
		font-size: 70%;
	}

	@media (min-width: 600px) { #contact {
		display: flex;
		gap: 40px;
	} }
	#contact .title {
		font-size: 120%;
	}
	#contact .social {
		margin-bottom: 30px;
	}
	#contact .social img {
		width: 1.5em;
		display: inline-block; /* for alt-text */
		color: white;
		background: black;
		border-radius: 50%;
		text-align: center;
	}
