* {
	margin: 0;
	padding: 0;
}
header#canvas {
	width: 55.2vw;
	height: 55.2vw;
	background-color: wheat;
	position: fixed;
}
	section.mediumorchid {
		width: 98%;
		height: 98%;
		margin-left: .85%;
		margin-top: .75%;
	}
		article.forestgreen {
			width: 37.5%;
			height: 38%;
			float: right;
			margin-top: 62%;
		}
				figure.steelblue {
					width: 67%;
					height: 16%;
					float: right;
					margin-top: 34%;	
				}

				figure.steelbluetwo {
					width: 33.5%;
					height: 18%;
					margin-top: 48.5%;
					margin-left: 33%;
				}
		article.red {
			width: 32%;
			height: 87.5%;
			display: inline-block;
			margin-left: 30.5%;
			margin-top: 12.5%;
		}
		article.redtwo {
			width: 21%;
			height: 25.7%;
			margin-left: 12%;
			margin-top: -26.4%;
		}
		article.redthree {
			width: 6.5%;
			height: 39%;
			margin-left: 12%;
			margin-top: -61.5%	
		}
		article.redfour {
			width: 7.7%;
			height: 12.3%;
			margin-left: 16.9%;
			margin-top: -39%	
		}

		article.black {
			width: 12%;
			height: 12.3%;
			margin-left: 18.5%;
			margin-top: 11.5%;
		}



@media (orientation: landscape) and (max-width: 500px) {
	.mediumorchid {
		color: green;
	}
}






	
/* CSS NAMED COLOR CLASSES */

.mediumorchid {
	background-color: mediumorchid;
}
	.mediumorchid:hover {
		background-color: yellow;
	}

.red {
	background-color: red;
}

	.red:hover {
		background-color: steelblue;
	}

.redtwo {
	background-color: red;
}
	.redtwo:hover {
		background-color: steelblue;
	}
	
.redthree {
	background-color: red;
}
	.redthree:hover {
		background-color: steelblue;
	}

.redfour {
	background-color: red;
}
	.redfour:hover {
		background-color: steelblue;
	}

.forestgreen {
	background-color: forestgreen;
}
	.forestgreen:hover {
		background-color: black;
	}

.steelblue {
	background-color: steelblue;
}
	.steelblue:hover {
	background-color: mediumpurple;
	}

.steelbluetwo {
	background-color: steelblue;
}
	.steelbluetwo:hover {
		background-color: mediumpurple;
	}

.black {
	background-color: black;
}
	.black:hover {
		background-color: mediumpurple;
	}
