@charset 'UTF-8';

a.huge_linkbox {
	display:table-cell;
	vertical-align:middle;
	margin:10px;
	float:left;
	max-width:700px;
	height:100px;
	background: #093059;
	border-radius: 15px;
	padding-left:30px;
	padding-top:15px;  
	border: 2px solid #ff9600; 
	width: 50%;
}

a.huge_linkbox:hover {
	text-decoration: none;
	background: #497099;
	border: 2px solid #ff9600; 
}

div.huge_linkbox_caption {
	font-size:1.2em; 
	text-decoration:none;
	font-weight:400; 
	color: #fff;
}

p.huge_linkbox_subtitle {
	margin:0px;
	color: #ffffff;
	font-size:0.8em; 
}

a.listen_linkbox {
	display:table-cell;
	vertical-align:middle; 
	margin:10px;
    width:600px;
	height:120px;
	background: #093059;
	border-radius: 15px;
	padding: 30px;

	border: 2px solid #ff9600; 
    background-image: url(../../images/speaker_icon.svg), none;
    background-size: 100px; 
    background-repeat: no-repeat;
    background-position:470px;
}

a.listen_linkbox:hover {
	text-decoration: none;
	background: #497099;
	border: 2px solid #ff9600; 
    background-image: url(../../images/speaker_icon.svg), none;
    background-size: 100px; 
    background-repeat: no-repeat;
    background-position:470px;
}

.annotation {
	font-size: 80%;
	font-weight:600; 
	font-style:italic;
}

figure {
	margin-left:auto;
    margin-right:auto;
	display: table;
	background-color:#ffffff;
	margin-bottom:2em;
	margin-top:2em;
}


figcaption {
	display: table-caption; 
	text-align:left;
	caption-side: bottom;
	font-size: 80%;
	font-style:italic;
	font-weight:600; 
	line-height: 1.4em;
}

figure.float_right_one {
	float:right; 
	margin:10px;
	width:55%;
}

	figure.float_right_one img {
		width:100%;
	}

	figure.float_right_one canvas {
		width:100%;
	}

	figure.float_right_one iframe {
		width:100%;
	}

	figure.float_right_one video {
		width:100%;
	}


figure.single {
	width:80%;
}

	figure.single img {
		width:100%;
	}

	figure.single video {
		width:100%;
	}
	
	figure.single canvas {
		width:100%;
	}


figure.float_two {
	float:left; 
	width:45%;
    margin:10px;
}

	figure.float_two img {
		width:100%;
	}

	figure.float_two canvas {
		width:100%;
	}

	figure.float_two iframe {
		width:100%;
	}

	figure.float_two video {
		width:100%;
	}


figure.float_three {
	float:left; 
	width:32%;
	margin:5px;
}

	figure.float_three img {
		width:100%;
	}

	figure.float_three video {
		width:100%;
	}

	figure.float_three canvas {
		width:100%;
	}

.clear {
	clear: both;
}

.checked {
	color: orange;
}

.github-corner:hover 
	.octo-arm {
		animation:octocat-wave 560ms ease-in-out
	}
	
	@keyframes octocat-wave {
		0%,100% { transform:rotate(0)} 20%,60% { transform:rotate(-25deg) } 40%,80% { transform:rotate(10deg) }
	}

@media (max-width:500px) {
	.github-corner:hover 
		.octo-arm {
			animation:none
		}
	
	.github-corner 
		.octo-arm {
			animation:octocat-wave 560ms ease-in-out
		}
}