/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=- STYLES DESIGNED AND BUILT BY IAN BESLER -=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-=-
-=-=-= CSS RESET -=-=-=
=-=-=-=-=-=-=-=-=-=- */

	* {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
	}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=- HTML5 SEMANTIC TAGS -=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

	figure {
		width: 12vw;
		height: 4vw;
		padding: 5vw 1vw;
		margin: 1.2vw 4.3vw;
		border: 0.3vw solid black;
		outline: 0.15vw solid black;
		display: inline-block;
		color: blue;
		text-align: center;
		font-size: 1.6vw;
			box-shadow: 1vw 1vw black;
				-moz-box-shadow: 0.5vw 0.5vw black;
				-webkit-box-shadow: 0.5vw 0.5vw black;
	}

			figure:hover {
				color: black;
				border-top: 0.3vw solid black;
				border-right: 0.3vw solid white;
				border-bottom: 0.3vw solid white;
				border-left: 0.3vw solid black;
				outline: 0.15vw solid black;
				
			}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=- CSS NAMED COLOR CLASSES -=-=-=
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

	.red {
		background-color: red;
	}

	.orange {
		background-color: orange;
	}

	.yellow {
		background-color: yellow;
	}

	.green {
		background-color: green;
	}

	.blue {
		background-color: blue;
	}

	.purple {
		background-color: purple;
	}