/*
	 ______    _                     _          _____      _               _   _               _____          
	|  ____|  | |                   | |        / ____|    | |             | | (_)             |  __ \         
	| |__   __| |_   _  __ _ _ __ __| | ___   | (___   ___| |__   __ _ ___| |_ _  __ _ _ __   | |__) |_ _ ____
	|  __| / _` | | | |/ _` | '__/ _` |/ _ \   \___ \ / _ \ '_ \ / _` / __| __| |/ _` | '_ \  |  ___/ _` |_  /
	| |___| (_| | |_| | (_| | | | (_| | (_) |  ____) |  __/ |_) | (_| \__ \ |_| | (_| | | | | | |  | (_| |/ / 
	|______\__,_|\__,_|\__,_|_|  \__,_|\___/  |_____/ \___|_.__/ \__,_|___/\__|_|\__,_|_| |_| |_|   \__,_/___|
	
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Oswald:400,400');
figcaption, h3 {font-family: 'Oswald', sans-serif; color:black; font-weight:400; text-align: center;}
	a:link {text-decoration: none; color:black;}	
	a:hover {text-decoration: underline; color:orange;}	
	a:active {text-decoration: underline; color:gray;}	
	a:visited {text-decoration: underline; color:black;}	
*{
	margin: 0;
	padding: 0;
}

header#canvas{
	width:54vw;
	height:56vw;
	margin-left:23vw;
	margin-top:3vw;
	margin-bottom:3vw;
}

section{
	width:2.381%;
	height:100%;
	float:left;
}

.red { background-color: red; }
	.red:hover { background-color: mediumvioletred; }
.orange { background-color: orange; }
	.orange:hover { background-color: yellow; }
.green { background-color: darkgreen; }
	.green:hover { background-color: lime; }
.olive { background-color: olivedrab; }
	.olive:hover { background-color: teal; }
.blue { background-color: dodgerblue; }
	.blue:hover { background-color: darkturquoise; }
.pink { background-color: lightsalmon; }
	.pink:hover { background-color: deeppink; }
.brown { background-color: brown; }
	.brown:hover { background-color: darkmagenta; }
.gray { background-color: dimgray; }
	.gray:hover { background-color: indigo; }
.black { background-color: black; }
	.black:hover { background-color: crimson; }