/*
	AUTHOR: Dr. Alistair Ward
*/

body {
	background-image:	url("../images/backgroundStripes.png");
	background-repeat:	repeat;
/*	background-image:	linear-gradient(rgba(0, 128, 128, 0.2), rgba(128, 0, 128, 0.2));	*/
}

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;
}

.caveat {
	font-style:	italic;
}

#plaster {
	rotate:	180deg;
}

#woodenModel {
	width:	5vw;
}

#holeSizeSequence {
	width:	15vw;
}

.prism {
	height:	128px;
}

@keyframes reel {
	50% {
		transform:	translate(0, 100%);	/* up */
	}
	50% {
		transform:	translate(0, -100%);	/* down */
	}
}

#spider {
	animation-duration:		120s;
	animation-name:			reel;
	animation-timing-function:	ease-in-out;
	animation-iteration-count:	infinite;
	float:				right;
	opacity:			0.05;
	position:			relative;	/* Required for z-index to work */
	width:				5vw;
	z-index:			-1;	/* below */
}

#stress td {
	text-align:	right;
}

#weightsAndMeasures,#stickStress td {
	text-align:	right;
}

#meshDownloads th {
	text-align:	right;
}

