body {
	background-color : #22090D;
}

.jumbotron-header {
	background-color : #22090D;
}

.container {
	position   : relative;
}

.site-banner {
	color      : #FFD700;
}

.top-left {
	position    : absolute;
	top         : 5px;
	left        : 50px;
	font-family : "Comic Sans MS";
	font-size   : 4vmin;
	text-shadow : 2px 2px 5px black;
}

.caption {
	font-family : "Comic Sans MS";
	font-size   : 3vmin;
	text-shadow : 2px 2px 5px black;
}

.rspv-container {
	position    : relative;
	overflow    : hidden;
	padding-top : 56.25%;
}

.rspv-container iframe {
	position  : absolute;
	top       : 0;
	left      : 0;
	max-width : 100%;
}

.svg-bdy {
	overflow : auto;
}
