/*
	 ______    _                     _          _____      _               _   _               _____          
	|  ____|  | |                   | |        / ____|    | |             | | (_)             |  __ \         
	| |__   __| |_   _  __ _ _ __ __| | ___   | (___   ___| |__   __ _ ___| |_ _  __ _ _ __   | |__) |_ _ ____
	|  __| / _` | | | |/ _` | '__/ _` |/ _ \   \___ \ / _ \ '_ \ / _` / __| __| |/ _` | '_ \  |  ___/ _` |_  /
	| |___| (_| | |_| | (_| | | | (_| | (_) |  ____) |  __/ |_) | (_| \__ \ |_| | (_| | | | | | |  | (_| |/ / 
	|______\__,_|\__,_|\__,_|_|  \__,_|\___/  |_____/ \___|_.__/ \__,_|___/\__|_|\__,_|_| |_| |_|   \__,_/___|
	
*/
@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;
}
main#canvas{
	width:58vw;
	height:68vw;
	margin-left:21vw;
	margin-top:3vw;
	margin-bottom:3vw;
}
header{
	width:44.5%;
	height:90.5%;
}
section{
	width:74.75%;
	height:89.75%;
}
article{
	width: 67%;
	height:88.5%;
}
figure{
	width:50%;
	height:86.5%;
}
.left { float:left; }
.right { float:right; }
.orange { background-color: orangered; }
	.orange:hover { background-color: red; }
.yellow { background-color: gold; }
	.yellow:hover { background-color: black; }
.green { background-color: limegreen; }
	.green:hover { background-color: indigo; }
.blue { background-color: midnightblue; }
	.blue:hover { background-color: deepskyblue; }
.pink { background-color: salmon; }
	.pink:hover { background-color: deeppink; }
.gray { background-color: gray; }
