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;
}

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;
}

nav:hover img {
	width: 110%;
}


#heroimage {
	background: url(Images/desktophero.jpg) center center fixed no-repeat;
	background-size: cover;
	height: 100vh;
	/* turn on flex */
	display: flex;
	/* center it horizontally */
	justify-content: center;

	/* center it vertically */


}

#heroimage nav {
	display: flex;
	justify-content: space-around;
	position: fixed;
	z-index: 100;
	width: 100%;
}

nav img {
	width: 100%;
	transition: all .5s;
}

#aboutpage {
	display: flex;

}

#aboutpageleft {
	width: 50%
}

#aboutpageright {
	background: url(Images/aboutimgright.png) center center fixed no-repeat;
	background-size: cover;

	width: 50%;
	/* turn on flex */
	/* center it horizontally */

}

#aboutpageleft img {
	width: 100%;
}

#aboutpageright h2 {
	font-size: 48pt;
	font-family: "Play";
	font-weight: bold;
	color: #007B00;
	margin-top: 100pt;
	margin-left: 30pt;

}

#aboutpageright p {
	font-size: 24pt;
	font-family: "Play";
	margin-top: 100pt;
	margin-left: 50pt;
	padding-right: 30pt;

}

#orderpage {
	background: url(Images/desktoporder.png) center center fixed no-repeat;
	background-size: cover;
	height: 100vh;

	/* turn on flex */
	display: flex;
	/* center it horizontally */
	justify-content: center;
	flex-wrap: wrap;

	/* center it vertically */
}

#orderpage h2 {
	font-family: "Play";
	font-size: 48pt;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-top: 30pt;
}

#orderpage h3 {
	font-family: "Play";
	font-size: 36pt;
	color: white;
	text-align: center;
}

#orderpageleft {
	width: 50%;
}


#orderpageleft ul li h4 {
	font-family: "Play";
	font-size: 36pt;
	color: white;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20pt;
}

#orderpageleft ul li h5 {
	font-family: "Play";
	font-size: 20pt;
	color: white;
	text-align: center;
	padding-bottom: 20pt;
}


#orderpageleft ul li h6 {
	font-family: "Play";
	font-size: 20pt;
	color: white;
	text-align: center;
	padding-bottom: 10pt;
}


#orderpageleft ul li p {
	font-family: "Play";
	font-size: 20pt;
	color: white;
	text-align: center;
	padding-bottom: 20pt;
}



#orderpageright img {
	width: 100%;
}

#gallerypage {
	background: url(Images/desktopgallery.png) center center fixed no-repeat;
	background-size: cover;

	height: 100vh;
	/* turn on flex */

	/* center it horizontally */
	justify-content: center;

}

#gallerypage h2 {
	font-family: "Play";
	font-size: 36pt;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	padding-top: 20pt;
}

#gallerypage h3 {
	font-family: "Play";
	font-size: 24pt;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	padding-top: 5pt;
}


.carousel-cell {
	width: 100%;
}

.carousel-cell img {
	margin: auto;
	display: block;
}



#reviewspage {
	background: url(Images/desktopreviews.png) center center fixed no-repeat;
	background-size: cover;

	height: 100vh;
	width: 100%;
	/* turn on flex */

	/* center it horizontally */

}

#reviewspage h2 {
	font-family: "Play";
	font-size: 36pt;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	padding-top: 10pt;

}

#reviewspage h3 {
	font-family: "Play";
	font-size: 28pt;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	padding-top: 10pt;
}

#footer {
	background: url(Images/footerdesktop.png) center center fixed no-repeat;
	background-size: cover;


	width: 100%;
	/* turn on flex */

	/* center it horizontally */

}

#footer ul {
	display: flex;
	justify-content: center;

}

#footer ul li {
	width: 33%;
	padding: 20pt;
}

#footer ul li h2 {
	font-family: "Play";
	font-size: 20pt;
	margin-bottom: 20pt;
	color: white;

}


#footer ul li img {
	width: 100%;
}

#footer ul li p {
	font-family: "Play";
	font-size: 16pt;
	padding-bottom: 20pt;
	color: white;

}



html {
	scroll-behavior: smooth;
}

/* hide the mobile nav at desktop size */
.navbar {
	display: none;
}


/* existing nav bar code from https://codepen.io/alvarotrigo/pen/wvrzPWL */

.navbar {
	width: 100%;

}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 62px;
	background-color: #007B00;
}

.navbar .menu-items {
	display: flex;
}

.navbar .nav-container li {
	list-style: none;
}

.navbar .nav-container a {
	text-decoration: none;
	color: #007B00;
	font-weight: 500;
	font-size: 1.2rem;
	padding: 0.7rem;
	font-family: "Play";
	font-weight: bold;

}

.navbar .nav-container a:hover {
	font-weight: bolder;
	color: white;
}

.nav-container {
	display: block;
	position: relative;
	height: 60px;
}

.nav-container .checkbox {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	top: 20px;
	left: 20px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.nav-container .hamburger-lines {
	display: block;
	height: 26px;
	width: 32px;
	position: absolute;
	top: 17px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.nav-container .hamburger-lines .line {
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 10px;
	background: #007B00;
}

.nav-container .hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
	padding-top: 120px;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	height: 100vh;
	width: 100%;
	transform: translate(-150%);
	display: flex;
	flex-direction: column;
	margin-left: -40px;
	padding-left: 50px;
	transition: transform 0.5s ease-in-out;
	text-align: center;

}

.navbar .menu-items li {
	margin-bottom: 1.2rem;
	font-size: 1.5rem;
	font-weight: 500;
}

.logo {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 1.2rem;
	color: #0e2431;
}

.nav-container input[type="checkbox"]:checked~.menu-items {
	transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
	transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
	transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
	transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked~.logo {
	display: none;
}







#aboutpageright h2 {
	margin-top: 70pt;
	font-size: 38pt;
}

#aboutpageright p {
	margin-top: 60pt;
	font-size: 20pt;
}

#orderpage h2 {
	font-size: 40pt;
}

#orderpageleft ul li h4 {
	margin: auto;
}

#orderpageleft ul li h5 {
	margin: auto;
}

#orderpageleft ul li h6 {
	margin: auto;
}

#orderpageleft ul li p {
	margin: auto;
}


#orderpageright img {
	display: flex;
}






@media screen and (max-width: 1090px) {
	#orderpageright img {
		display: none;
	}

	#orderpage h2 {
		font-size: 28pt;
	}
}


@media screen and (max-width: 834px) {

	#heroimage {
		background: url(Images/tablethero.png) center center fixed no-repeat;
		background-size: cover;
		height: 100vh;
		/* turn on flex */
		display: flex;
		/* center it horizontally */
		justify-content: center;

		/* center it vertically */

	}

	#aboutpage {
		display: block;
	}

	#aboutpageright {
		width: 100%;
	}

	#aboutpageright h2 {
		margin-top: 0pt;
		font-size: 36pt;
	}

	#aboutpageright p {
		margin-top: 20pt;
		font-size: 22pt;
		margin-bottom: 3pt;
	}

	#aboutpageleft img {
		display: none;
	}


	#orderpage h3 {
		font-size: 26pt;
		margin-bottom: 10pt;
	}

	#orderpage ul li h4 {
		font-size: 20pt;
		text-align: center;
	}

	#orderpage ul li h5 {
		font-size: 20pt;
		text-align: center;
	}

	#orderpage ul li h6 {
		font-size: 28pt;
		margin-bottom: 20pt;
	}

	#orderpage left ul li h4 {
		margin-left: 0pt;
	}

	#orderpageright img {
		display: none;
	}

	.carousel-cell {
		width: 100%;
	}

	.carousel-cell img {
		margin: auto;
		display: block;
		width: 100%;
	}

	#reviewspage {
		background: url(Images/tabletreviews.png) center center fixed no-repeat;
		background-size: cover;
		height: 100vh;
		/* turn on flex */

		/* center it horizontally */
		justify-content: center;

		/* center it vertically */
	}

	#footer {
		display: block;
	}

	#footer ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}





/* YOU NEED TO COPY THIS PART INTO YOUR MEDIA QUERY - it hides the desktop nav and hides the mobile nav */

@media screen and (max-width: 438px) {
	#heroimage nav {
		display: none;
	}

	.navbar {
		display: block;
		position: fixed;
		box-shadow: nones;
	}

	.nav-container {
		background: none;
	}
}

@media screen and (max-width: 438px) {

	#orderpage {
		background: url(Images/mobileorder.png) center center fixed no-repeat;
		background-size: cover;
		height: 80vh;
		/* turn on flex */

		/* center it horizontally */
		justify-content: center;

		/* center it vertically */

		display: block;
	}

	#orderpage h2 {
		padding-top: 24pt;
		font-size: 30pt;

	}

	#orderpage h3 {
		font-size: 22pt;
		margin-top: 20pt;
		margin-bottom: 20pt;
	}



	#orderpageleft {
		width: 100%;
	}


	#orderpageleft ul li h4 {
		display: block;
		font-family: "Play";
		font-size: 30pt;
		color: white;
		font-weight: bold;
		text-align: center;
		padding: 10pt;
		margin-top: 30pt;
		margin-bottom: 30pt;
	}

	#orderpageleft ul li h6 {

		font-family: "Play";
		font-size: 28pt;
		color: white;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10pt;
	}

	#orderpageleft ul li p {

		font-family: "Play";
		font-size: 28pt;
		color: white;
		text-align: center;
		padding-bottom: 18pt;
	}




	#reviewspage {
		background: url(Images/mobilereviews.png) center center fixed no-repeat;
		background-size: cover;
		height: 100vh;
		/* turn on flex */
		display: block;
		/* center it horizontally */
		justify-content: center;

		/* center it vertically */
	}

	#reviewspage h3 {
		font-size: 20pt;
	}

	#reviewspage h2 {

		font-size: 22pt;
	}


	#footer ul li {
		display: block;
	}


	#footer ul li h2 {
		margin: auto;
	}

	#footer ul li img {
		width: 100%;
	}


}