/*

    .___   
  __| _/____    ____ _____   
 / __ |\__  \  /    \\__  \  
/ /_/ | / __ \|   |  \/ __ \_
\____ |(____  /___|  (____  /
     \/     \/     \/     \/   Design Meets Art.
 
 */


*{
	margin: 0;
	padding: 0;
}


.design {
	background-image: url('../../img/project-five/designback.jpg');
	text-align: center;
	margin: auto;
	width: 98vw;
}

.canvas {
	
	text-align: center;
	margin: auto;
}


h1#words {
	
	font-family: "comic sans MS";
	font-size: 4vw;
	color: white;
	margin-top: 1vw;
}

figure#art {
	margin-top: 0;
}

img {
 
 width: 50%;
 height: auto;

 }

nav#frame {
	width: 100%;
	height: 7.5vw;
	margin-top: 1.2vw;
}

ul {
	list-style-type: none;
	text-align: center;
	font-size: 2vw;
	font-family: "comic sans MS";
	}

li {
	display: inline-block;
	margin: 0 1.6vw;
}

li a:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
	
}

li a:hover {
	background-color: purple;
	text-decoration: none;
}
.current-page {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}

li a:visited {
	color: white;
}	