*:focus {
	outline-color: black;
	outline-width: 2px;
	outline-offset: 2px;
}

body {
	height: 100%;
	margin: 2.5vw;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}

a img {
	border: 0;
}

.site-logo {
	color: #054c64;
	font-size: 1.75rem;
	font-weight: 700;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.12em;
}

h1 {
	margin-top: 0;
}

h2 {
	margin-bottom: 1rem;
	font-size: 2rem;
	text-align: left;
}

.heading-red {
	color: #a91701;
}

.heading-blue {
	color: #054c64;
}

.heading-green {
	color: #328c91;
}

.video-options ul {
	list-style-type: none;
	padding: 0;
}

.video-options ul li + li {
	margin-top: 1rem;
}

.video-options a {
	display: block;
	padding: 1rem;
	font-size: 1.75rem;
	text-decoration: none;
}

.btn-red {
	background: #a91701;
	color: white;
}

.btn-blue {
	background: #054c64;
	color: white;
}

.btn-green {
	background: #328c91;
	color: white;
}

.btn:hover {
	text-decoration: underline;
}

#video-widget iframe {
	width: 100%;
	height: 100%;
}

#chat-widget iframe {
	width: 100%;
	min-height: 50vw;
}

@media only screen and (max-width: 960px) {
	#chat-widget iframe {
		min-height: 100vw;
	}
}

@media only screen and (min-width: 1200px) {
	.video-options ul li {
		display: inline-block;
	}

	.video-options ul li + li {
		margin-top: 0;
	}

	#video-widget {
		float: left;
	}

	#video-widget iframe {
		width: 60vw;
		height: 30vw;
	}

	#chat-widget {
		float: right;
	}

	#chat-widget iframe {
		width: 30vw;
		min-height: 30vw;
	}
}
