@charset "utf-8";

/*
Final Project
Caddy Shack Reset

Chris LaFleur
12/9/23
*/

html, body, div, span, object, h1, h2, h3, 
h4, h5, h6, p, blockquote, article, tbody, 
thead, tfoot, ol, ul, li, td, th, caption, 
aside, header, footer, nav, section, tr, 
table, video, audio{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

nav ul{
	list-style: none;
}

a:link, a:visited, a:active, a:hover, a:focus{
	color: black;
	text-decoration: none;
}

img, video, audio{
	display: block;
	max-width: 100%;
}