<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>jzworks new document title</title>
</head>
<body>
<p>/* Site CSS */  head { 	background-color: black; }  body { 	background: url(https://clip2art.com/images/drawn-mountain-forest-landscape-19.jpg); 	font-family: "Times New Roman", Times, serif; 	padding-top: 50px; }  table { 	border: 1px solid white; 	width: 100%; 	border-collapse: all; 	padding: 5px; }  th { 	border: 1px solid white; 	border-radius: 5px; 	padding: 5px; 	box-shadow: 2px 2px black;  } }  a { 	color: black; }  a:visited { 	color: black; }  a:hover { 	color: blue; }   h2 { 	font-size: 30px; }  h3 { 	font-size: 30px; }  #home { 	height: 400px; 	width: 400px; 	border: 5px solid slategray; 	border-radius: 20px; }  #pic1 { 	height: auto; 	width: 25%; 	border: 5px solid slategray; 	border-radius: 20px;   	text-align: center;   	align-content: center; }  #projects { 	width: 30%; 	border: 5px solid gainsboro; 	border-radius: 20px;   	align-items: end; }  .homepage { 	background: url(http://www.lazarart.com/gallery/art/displays/midwest/IslandSky.jpg);     background-repeat: no-repeat;     background-size: cover;   }    .homepageh1 {   	text-align: center;   	align-content: center;   }   .Navigation {  	align-content: center;  	border: 1px solid whitesmoke;  	padding: 10px 10px 10px 10px;  	font: white;  }  .SocialMedia{  }  .homepageh1 { 	font-size: 48px; }    .Title { 	text-align: center; }  .headerbox { 	background-color: gray; 	border: 5px solid gainsboro; 	border-radius: 5px; 	margin-left: 50px; 	margin-right: 50px; }  .footerbox { 	background-color: gray; 	border: 5px solid gainsboro; 	border-radius: 5px; 	margin-left: 50px; 	margin-right: 50px; 	margin-top: 70px; }  .container { 	background-color: gray; 	border: 5px solid gainsboro; 	border-radius: 5px; 	margin-top: 70px; 	margin-right: 50px; 	margin-left: 50px; 	padding: 10px; }&nbsp; .grid-container { display: grid; grid-template-columns: auto auto auto; background-color: gainsboro; padding: 10px; grid-gap: 10px; } .grid-item { background-color: #666464; border: 1px solid black; padding: 10px; font-size: 20px; color: gainsboro; text-align: center; align-items: end; box-shadow: 5px 5px black; } .video1 { border: 2px solid gainsboro; box-shadow: 5px 5px black; }&nbsp; input[type=text] { 	background-color: gainsboro; 	border: none; 	text-decoration: none; 	margin: 4px 2px; 	display: inline-block; }  label { 	display: inline-block; width: 120px; text-align: left; }  #Comments { 	height: 200px; 	width: 600px; 	box-sizing: border-box; 	resize: none; 	background-color: gainsboro; 	margin: 4px 2px; }  #Newsletter { 	margin: 4px 2px; }  #Submit { 	margin: 6px 2px; }</p>
</body>
</html>