		<!--
 _____ _        __  __            _ __   _____   ___   ____ 
/  ___| |      / _|/ _|          (_)  | / __  \ /   | / ___|
\ `--.| |_ ___| |_| |_ __ _ _ __  _`| | `' / /'/ /| |/ /___ 
 `--. \ __/ _ \  _|  _/ _` | '_ \| || |   / / / /_| || ___ \
/\__/ / ||  __/ | | || (_| | | | | || |_./ /__\___  || \_/ |
\____/ \__\___|_| |_| \__,_|_| |_|_\___/\_____/   |_/\_____/ 
-->


body {
	background: dodgerblue;
}

.my-name{
	background: greenyellow;
}

h1 {
	font-family: "Candara";
	color: black;
	font-size: 72pt;
	text-align: center;
}

h2 {
	font-family: "Helvetica", Arial, sans-serif;
	color: red;
	font-size: 44pt;
	text-align: left;
	}
h3 {
	font-family: "Helvetica", curve, sans-serif;
	color: fuchsia;
	font-size: 24pt;
	text-align: left;
	}
	ul {
	list-style-type: none;
    text-align: center;
	font-size: 20pt;
	
}

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

	a:hover {
		background-color: white;
		color: red;
	}
.project-two-sitemap{
background: white;
}
h1 {
	font-family: "Candara";
	color: black;
	font-size: 72pt;
	text-align: center;
}

h2 {
	font-family: "Helvetica", Arial, sans-serif;
	color: red;
	font-size: 44pt;
	text-align: left;
	}
h3 {
	font-family: "Helvetica", curve, sans-serif;
	color: darkblue;
	font-size: 24pt;
	text-align: left;
	}

	.current-page {
		background-color: black;
		color: white;
		text-decoration: underline;
	}
	img{
		width:100%;
		height:auto;
	}