/*
	AUTHOR: Dr. Alistair Ward
*/

body {
	background-image:	url('../images/bicycle.png');
}

div.box {
	padding:	4px;
}

.caveat {
	font-style:	italic;
}

video {
	width:		50vw;
	clear:		both;
	float:		right;
	object-fit:	scale-down;
	margin-bottom:	0.5em;
	margin-left:	0.5em;
}

.floating, .imageRow {
	clear:		both;
	float:		right;
	margin-bottom:	0.5em;
	margin-left:	0.5em;
	width:		50vw;
}

.imageRow {
	display:		flex;
	height:			512px;
	justify-content:	space-between;
}

.imageRow img {
	margin-left:	0.5em;
}

#badIdeas {
	border-radius:	1px;
	width:		50vw;
	float:		right;
	height:		64ex;
	margin-top:	1em;
	margin-left:	1em;
	margin-bottom:	1em;
	overflow:	auto;
}
 
