/* THESE AWESOME STYLES DESIGNED BY ME! */

* {
margin: 0;
padding: 0;
text-decoration: none;
color: black;
list-style-type: none;
}

section {
width: 100vw;
height: 100vh;
}

	a:link {
	display: inline-block;
	width: 2vw;
	height: 2vw;
	border-radius: 50%;
	border: 5px solid black;
	margin-bottom: 1vw;
	}

	a:hover {
	background-color: white;
	}

	span{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 2vw;
	position: fixed;
	right: 8vw;
	}

	figure{
		background-image: url("http://www.destinationbigbear.com/blog/wp-content/uploads/2016/01/road-conditions.jpg");
		width: 90vw;
		height: 90vh;
		background-size:cover;

	}

	


nav {
position: fixed;
top: 30vh;
right: 5vw;

}


/* HERE ARE MY AWESOME COLOR CLASSES */

.red {
background-color: red;
}

.orange {
background-color: orange;
}

.yellow {
background-color: yellow;
}

.green {
background-color: limegreen;
}

.cyan {
background-color: cyan;
}

.blue {
background-color: blue;
}