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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */




body{
	background-color: rgb(102, 102, 102);
}
.grill{
	height:40px;
	width:40px;
}

#adress{
	display:none;
}
.grill{
	display: flex;
	align-self: auto;
}
nav{
	color:whitesmoke;
	background-color:black;
	
}

h1{
	font-size: 40px;
}
h2{
	font-size: 30px;
	text-align: center;
}
h3{
	font-size: 25px;
	text-align:center;
}
p{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.ff{
	position: fixed;
	top:0;
	display: flex;
	justify-content: space-around;
	background-color: black;
	width:100%;
}
#main-menu{
	display: none;
	padding-top: 40px;
}

.divel{
	display: flex;
	justify-content: right;
}
.dumby{
	display: flex;

}
.everything{
	text-align: center;
	padding-top: 50px;
}
.socials{
	
	height: 20%;
	width: 20%;
	border: solid rgb(255, 110, 0) 3px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

.icon{
	size: 100px;
}
nav{
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	background-color: #807a79;
}
a:link, a:visited, a:active {
	color: rgb(252,231,204);
	text-decoration: none;
  }
.people{
	width:100%;
	padding-top:48px;
}
p, h2, h3, form{
	color: rgb(252,231,204);
}
.notice{
	color:rgb(255, 110, 0);
}
.notice2{
	font-weight: bold;
}
footer{
	font-size: 12px;
	color:antiquewhite;
	background-color: black;
}
form{
	width:100%;
	font-size:25px
}
ul{
	color:#ffc77d;
	margin: 10px;
}
h1, h2, h3{
	color: whitesmoke;
	text-align:center;
}
hr{
	color:rgb(0, 0, 0)
}
.differ{
	display: block;
	color: #ffc77d;
	text-align: center;
	line-height: 20px;
}

.cooklist{
	list-style-type: circle;
}
.plan{
	width:100%;
}
.safe{
	display: flex;
	justify-content: center;
	margin: 2px;
}
#funny {
	padding-left: 10px;
}
li{
	padding-left:10px;
}
.req{
	color:rgb(255, 110, 0);
}
.banner{
	background-color:rgb(0, 0, 0);
	padding:10px;
}
iframe{
	display: flex;
	justify-content: center;
	width:90%;
}