* {
	margin: 0px;
	padding: 0px;
	transition: 1s all;
}
@font-face {
	font-family: com;
	src: url(Comfortaa-Bold.ttf);
}
html {
	height: 100%;
}
body {
	border-top: 4px solid #d4af37;
	background: #f8f5ee;
	font-family: com;
	height: 100%;
}
#bg {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	background: #f8f5ee;
	overflow: hidden;
}

#naop {
	height: 50px;
	width: 50px;
	border: 0px;
	background: none;
	color: #fff;
	font-size: 15px;
	z-index: 2;
	position: fixed;
	transform: rotatez(90deg);
	margin-left: 253px;
	border-radius: 0px;
}

#nacl {
	height: 50px;
	width: 50px;
	border: 0px;
	background: none;
	color: #fff;
	font-size: 15px;
	z-index: 2;
	position: fixed;
	transform: rotatez(0deg);
}

.ni {
	height: 10px;
	width: 42px;
	background: #0a1a14;
	margin: 4px;
	border-radius: 10px;
}
#n2 {
	width: 25px;
}
#nc1 {
  transform: rotateZ(45deg);
}
#nc2 {
	display: none;
}
#nc3 {
  transform: rotateZ(-45deg);
  margin-top: -15px;
}
#navo {
	height: 500px;
	width: 300px;
	background: #fff;
	border: 1px solid #046a38;
	z-index: 1;
	position: fixed;
	overflow: hidden;
	border-radius: 0px 25px 25px 0px;
}
#navc {
	height: 0px;
	width: 0px;
	background: #fff;
	border: 1px solid #046a38;
	z-index: 1;
	position: fixed;
	filter: blur(10px);
	overflow: hidden;
}
#navIco {
	height: 100px;
	width: 250px;
	margin-left: 0px;
}
#navIco img {
	height: 70px;
	margin-top: 20px;
}
#navBut a {
    margin: 10px;
    text-decoration: none;
    color: #fff;
    background: #046a38;
    padding: 12px;
    display: block;
    width: 170px;
    text-align: center;
    border-radius: 11px;
}
#navSoc {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#navSoc h1 {
	font-size: 15px;
	margin-left: 35px;
	margin-bottom: 5px;
	color: #eee;
}
#fre{
	height: 100px;
}
#ho {
    height: 90px;
    width: 300px;
    background: #c4c4c4;
    padding: 10px;
    border-radius: 20px;
}
#ho h1 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;
    font-family: com;
    margin-top: 30px;
    text-align: center;
}
#adu {
	width: 300px;
	height: 350px;
}

#adu input {
	width: 241px;
	padding: 10px;
	margin-top: 30px;
	border: 1px solid #0a1a14;
	background: #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #046a38;
}
#adu select {
	width: 263px;
	font-size: 17px;
	padding: 5px;
	font-family: com;
	border: 0px;
	background: #0a8049;
	color: #fff;
}

#adu img {
	height: 65px;
}
#ado {
	height: 525px;
	width: 300px;
	margin-top: -35px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
#ado h1 {
	font-size: 20px;
	text-align: left;
	color: #046a38;
}

#ads {
	width: fit-content;
	float: left;
}
#ads h1 {
	float: left;
}
#ads select {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border: 0px;
	padding: 3px;
	width: 80px;
	color: #fff;
	background: #0a8049;
}

th, td {
	background: #eee;
	padding: 10px;
	border-radius: 5px;
	font-size: 9px;
	height: 20px;
}

th {
	background: #046a38;
	color: #fff;
}
#tabl tbody tr:nth-child(even) {
	background: #fafbfd;
}
.ord {
	color: #046a38;
	cursor: pointer;
}
@media only screen and (max-width: 400px) {
	th, td {
		background: #eee;
		padding: 10px;
		border-radius: 5px;
		font-size: 6px;
		height: 20px;
	}
	th {
		background: #046a38;
		color: #fff;
	}
}
@media only screen and (min-width: 600px) {
	th, td {
		background: #eee;
		padding: 10px;
		border-radius: 5px;
		font-size: 13px;
		height: 20px;
	}
	th {
		background: #046a38;
		color: #fff;
	}
}
@media (max-width: 720px) {
	#navo {
		width: 100vw;
		border-radius: 0;
	}
}

#aor {
	margin-top: -325px;
	height: 500px;
	width: 0px;
	background: #0a8049;
	color: #fff;
	filter: blur(100px);
	overflow: hidden;
	position: absolute;
	margin-left: 5%;
}
#aof {
	margin-top: -325px;
	height: 500px;
	width: 0px;
	background: #0a8049;
	color: #fff;
	filter: blur(100px);
	overflow: hidden;
	position: absolute;
	margin-left: 5%;
}
#orderD {
	width: 320px;
	text-align: left;
	font-size: 8px;
	padding: 10px;
}
#orderD h1 {
	margin: 10px;
}
#orderIn {
	width: 300px;
	height: fit-content;
}

#orderIn input {
	width: 241px;
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #046a38;
	background: #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #046a38;
}
#aorc {
	border: 0px;
	padding: 9px;
	text-align: right;
	width: 100%;
	background: #0a8049;
	color: #fff;
	font-family: com;
	font-size: 16px;
}
#orf {
	height: 50px;
}
#dd {
	color: #046a38;
	font-size: 20px;
}
#tdata {
  height: 420px;
  overflow: hidden;
}
#Sr {
	margin: 10px;
	padding: 7px;
	width: 200px;
	color: #046a38;
	border: 1px solid #046a38;
	border-radius: 11px;
}
#tablebutt {
	height: fit-content;
	width: fit-content;
}
#tablBU {
	float: left;
	margin: 10px;
	border: 0px;
	padding: 5px;
	width: 70px;
	background: #046a38;
	color: #fff;
}
#pnum {
	float: left;
	margin: 10px;
	color: #046a38;
}
#ordR {
	width: 263px;
	font-size: 17px;
	padding: 5px;
	font-family: com;
	background: #0a8049;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 40px;
}
