html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







h1 {
	border-color:black;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
    font-size: 35px;
	margin: 5px;
	padding: 5px;
}

article {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

nav { 
	display: inline;
	margin-left: 65px;
    padding: 5px;
	font-size: 20px;
	
}

ul {
	display: flex;
	justify-content: flex-end;
	flex-flow: column wrap;
	background-color:  rgb(82, 41, 41);
	width: 150px;
	padding: 5px;
}

li {
	padding-top: 5px;
}

ul:hover {
	color: rgb(223, 223, 223);
}

#homeheader {
	border-color:black;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
    font-size: 25px;
    padding: 5px;
	margin: 5px;
	background-color: rgb(82, 41, 41);
	color: rgb(255, 255, 255);
	width: 61px;
}

p {
	border-color:black;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
    font-size: 17px;
    padding: 5px;
	margin: 5px;
	background-color: rgb(82, 41, 41);
	color: rgb(255, 255, 255);
}

#Homeh1 {
	position: sticky;
	top: 0px;
	border-color:black;
	border-style: solid;
	border-width: 3px;
	border-radius: 5px;
	background-color: rgb(82, 41, 41);
	color: rgb(255, 255, 255);
}

.material-symbols-outlined {
	color: white;
}

a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

body {
	background-color: rgb(21, 97, 14);
}

iframe {
	padding: 5px;
	margin: 5px;
}

.yelp-review {
	font-size: smaller;
	max-width: 324px;
	min-width: 300px;
}

img {
	width: 45px;
	height: 45px;
}

footer {
	margin: 5px;
	padding: 5px;
	text-align: center;
	color: white;
	background-color: black;
}