html {
	
}

body {
	padding: 0px;
	width: 100%;
	height: 100%;
	margin: auto;
}

header {
	float: left;
	margin: auto;
	padding-bottom: 25px;
	width: 100%;
	height: 225px;
	background-color: #ffffe6;
}

#bannerlogo {
	display: block;
	margin: auto;
	margin-top: 20px;
}

nav {
	float: left;
	margin: auto;
	width: 100%;
	height: 80px;
	border: none;
	padding-bottom: none;
	background-color: #68794F;
}

#navbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #68794F;
}

.buttonleft{
	float: left;
}

.buttonright{
	float: right;
}

/*Dropdown Container*/
#shopdropdown{
	position:relative;
	display: inline-block;
}

.dropdownbutton{
	background-color: #4CAF50;
	color: white;
	padding: 31px;
	border: none;
	cursor: pointer;
}

nav li a {
	display: inline-block;
	text-align: center;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 24px;
	height: 56px;
	font-size: 16px;
	color: white;
	font-family: Arial;
	text-decoration: none;
}

nav li a:hover {
	background-color: #91a474;
	color: white;
	font-family: Arial;
}

/* Banner Text */
#banner {
	width: 100%;
	height: auto;
	background-color: #ffffe6;
	clear: both;
	padding-bottom: 25px;
}


@media only screen and (max-width: 466px) {
	#bannertext {
		text-align: center;
		font-family: Georgia;
		font-size: 48px;
		font-weight: bold;
	}
}

#bannertext {
	text-align: center;
	font-family: Georgia;
	font-size: 56px;
	font-weight: bold;
}

#homecontainer {
	width: 100%;
	min-height: 700px;
	height: auto;
	margin: auto;
	padding: none;
	background-color: #ffffe6;
	clear: left;
}

.paymentbutton {
	display: block;
	margin: auto;
	margin-bottom: 48px;
	width: 280px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	height: 50px;
	text-align: center;
	font-size: 36px;
	font-family: Georgia;
	background-color: #929C4B;
	border-radius: 18px;
	border: 1px black;
	border-style: solid;
	box-shadow: 1px 1px 5px black;
	color: black;
	text-decoration: none;
	clear: left;
}

#tree {
	display: none;
}

.homecontent {
	margin: auto;
	width: 50%;
	height: 700px;
	float: left;
}

#aboutcontainer {
	width: 100%;
	height: auto;
	margin: auto;
	padding: none;
	background-color: #ffffe6;
	clear: left;
}

.aboutcontent {
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	height: 200px;
	padding: 0px;
	padding-top: 24px;
	padding-bottom: 20px;
	display: inline-block;
	font-family: Arial;
	font-size: 18px;
}

.photo {
	height: 164px;
	width: 128px;
	float: left;
	margin-right: 24px;
	background-repeat: no-repeat;
	background-size: 128px 164px;
	background-position: center;
}

#rian {
	background-image: url("images/RianPortrait.JPG");
}

#bonnie {
	background-image: url("images/BonniePortrait.JPG");
}

#ken {
	background-image: url("images/KenPortrait.jpg");
}

.shopbox {
margin: auto;
	margin-top: 0px;
	padding-top: 25px;
	width: 90%;
	height: 440px;
	background-color: #EAB00F;
	border-style: hidden;
	border-radius: 12px;
	box-shadow: 1px 1px 5px black;
	clear: left;
}

.boxtitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 80%;
	height: 150px;
	background-color: #929C4B;
	margin-bottom: 12px;
	font-size: 24px;
	font-family: Georgia;
	text-align: center;
	font-weight: bold;
	border: 4px black;
	border-style: solid;
	border-radius: 18px;
	box-shadow: 1px 1px 5px black;
}

.boxpic {
	margin: auto;
	width: 60%;
	height: 300px;
	background-color: black;
}

/*.boxgrade {
	margin: auto;
	margin-bottom: 48px;
	width: 280px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	height: 50px;
	text-align: center;
	font-size: 36px;
	font-family: Georgia;
	background-color: #929C4B;
	border-radius: 18px;
	border: 1px black;
	border-style: solid;
	box-shadow: 1px 1px 5px black;
}*/

.boxprice {
	margin: auto;
	width: 120px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	height: 50px;
	text-align: center;
	font-size: 36px;
	font-family: Georgia;
	background-color: #929C4B;
	border-radius: 18px;
	border: 1px black;
	border-style: solid;
	box-shadow: 1px 1px 5px black;
}

footer {
	margin: none;
	width: 100%;
	background-color: #333333;
	clear: left;
}

@media only screen and (max-width: 912px) {
	footer {
		height: 128px;
	}
}

@media only screen and (min-width: 913px) {
	footer {
		height: 64px;
	}
}

#footersocials {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footersocials li {
	float: left;
}

#footersocials li a {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: none;
}

#insta {
	background-image: url("images/insta.png");
}

#facebook {
	background-image: url("images/facebook.png");
}

#tiktok {
	background-image: url("images/tiktok.png");
}

#youtube {
	background-image: url("images/youtube.png");
}

#footerlinks {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footerlinks li {
	float: right;
	display: inline-block;
	padding-top: 24px;
	padding-left: 32px;
	padding-right: 32px;
	height: 40px;
	background-color: #333333;
	text-align: center;
	font-size: 16px;
	font-family: Arial;
	color: white;
}

#footerlinks li a {
	color: white;
}

.bold {
	font-weight: bold;
}

.FAQHeader {
	width: 100%;
	height: 24px;
	background-color: #ffffe6;
	clear: left;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	text-decoration-line: underline;
	text-decoration-color: black;
	text-decoration-style: solid;
}

.FAQInfo {
	width: 60%;
	min-height: 24px;
	background-color: #ffffe6;
	margin: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: justify;
	font-size: 18px;
	font-family: Arial;
}
