/*
	 ______    _                     _          _____      _               _   _               _____          
	|  ____|  | |                   | |        / ____|    | |             | | (_)             |  __ \         
	| |__   __| |_   _  __ _ _ __ __| | ___   | (___   ___| |__   __ _ ___| |_ _  __ _ _ __   | |__) |_ _ ____
	|  __| / _` | | | |/ _` | '__/ _` |/ _ \   \___ \ / _ \ '_ \ / _` / __| __| |/ _` | '_ \  |  ___/ _` |_  /
	| |___| (_| | |_| | (_| | | | (_| | (_) |  ____) |  __/ |_) | (_| \__ \ |_| | (_| | | | | | |  | (_| |/ / 
	|______\__,_|\__,_|\__,_|_|  \__,_|\___/  |_____/ \___|_.__/ \__,_|___/\__|_|\__,_|_| |_| |_|   \__,_/___|
	
*/
@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:65.5vw;
	height:63.75vw;
	margin-left:17.25vw;
	margin-top:3vw;
	margin-bottom:3vw;
}
section{
	float:left;
}
section#size1{
	width: 5.75%;
	height: 5.75%;
}
section#size2v{
	width:5.75%;
	height:23.75%;
}
section#size2h{
	width:22.75%;
	height:5.75%;
}
section#size3v{
	width:8.75%;
	height:29.25%;
}
section#size3h{
	width:28.5%;
	height:9%;
}
section#size4v{
	width:8.75%;
	height:20.75%;
}
section#size4h{
	width:21.5%;
	height:8.75%;
}
section#size5v{
	width:20%;
	height:20.75%;
}
section#size5h{
	width:21.5%;
	height:20%;
}
section#size6v{
	width:14%;
	height:50%;
}
section#size6h{
	width:50%;
	height:14.75%;
}
section#size7v{
	width:21.5%;
	height:35.75%;
}
section#size7h{
	width:35.75%;
	height:20.75%;
}


.red { background-color: orangered; }
.red:hover { background-color: red; }
.orange { background-color: darkorange; }
.orange:hover { background-color: yellow; }
.blue { background-color: darkcyan;}
.blue:hover { background-color: blue; }
.black { background-color: black; }
.black:hover { background-color: green; }
.white { background-color: white; }