* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}


body {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 1000px; */
	/* -webkit-text-size-adjust: 100%; */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
	/* text-align: center; */
	font-size: 15px;
	color: #111;
	background-color: #f9f9f9;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	box-shadow: 0 5px 10px rgba(0,0,0,1);
	padding: 0px 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

header .logo {
	font-weight: bolder;
	font-size: 25px;
	color: #333;
	/* text-shadow: 2px 2px 4px gray; */
}

header .navbar ul {

	list-style: none;
	/* text-shadow: 2px 2px 4px gray; */

}

header .navbar ul li {
	position:  relative;
	float: left;
}

header .navbar ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 20px;
	color: #333;
	display: block;
}

header .navbar ul li a:hover {
	background: lightgray;
	color: #333;
}

header .navbar ul li ul {
	position: absolute;
	left: 0;
	width: 200px;
	background: #fff;
	display: none;
}

header .navbar ul li ul li {
	width: 100%;
	border-top:  1px solid rgba(0,0,0, .1);
}

header .navbar ul li ul li ul {
	left: 200px;
	top: 0;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul {
	display: initial;
}

#menu-bar {
	display: none;
}

header label {
	font-size: 20px;
	color: #333;
	cursor: pointer;
	display: none;
}

.footer-div {
	width: 100%;
	float: left;
	padding: 30px 0px 20px;
	text-align: center;
}

.headshot-pricing {
	width: 100%;
	float: left;
	padding: 30px 0px 20px;
	text-align: center;
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: gray;
}


a, u {
    text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: gray;
}

.wrapper {
	width:  100%;
	padding: 150px 0px 0px 0px;
}

.heading-text {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  /* text-shadow: 1px 1px 4px gray; */
  text-align: center;

}

.heading-text span {
  font-weight: 100;
}

.main-article {
	width: 100%;	
}

.product-article {
	width: 100%;	
}

.home-bio {
	width:  100%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
}

.home-bio p {
	padding:  20px 30px 20px;
	color: #111;
	line-height: 24px;
}

.img-home {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-me {
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-pic {
	width: 100%;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.product-detail {
	width:  100%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
}

.product-detail p {
	padding:  20px 30px 20px;
	color: #111;
	line-height: 24px;
}

#submit-add {
 color: #fff;
 font-size: 15px;
 width: 100px;
 height: 35px;
 margin: 0px 20px;
 padding: 0;
 background: #63666A;
 border-radius: 5px;
 border: 1px solid black;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 cursor: pointer;
}

#submit-add:hover {
	background: gray;
}

#submit-view-cart {
 color: #fff;
 font-size: 15px;
 width: 100px;
 height: 35px;
 margin: 0px 20px;
 padding: 0;
 background: #63666A;
 border-radius: 5px;
 border: 1px solid black;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 cursor: pointer;
}

#submit-view-cart:hover {
	background: gray;
}

.view-cart {
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 150px;
	padding:  0px 0px 20px;
	text-align: right;
}


@media only screen and (min-width: 768px) {
	
	.wrapper {
		width: 600px;
		margin: 0 auto;
	}

	.logo {
		font-size: 25px;
	}

	.home-bio p {
		padding:  20px 0px 0px;
	}

	.img-me {

		padding: 30px 0px 0px;
	}
	.img-home {

		padding: 30px 0px 0px;
	}
}









@media only screen and (min-width: 1000px) {
	.wrapper {
		width: 1000px;
	}

	.logo {
		font-size: 25px;
	}

	.home-bio {
		width:  50%;
		float: right;
		text-align: justify;
		line-height: 1.5em;
	}

	

	.home-bio p {
		padding:  20px 0px 0px 30px;
	}

	.img-me {
		padding: 0px;
		width: 50%;
		float: left;
	}

	.img-home {
		padding: 0px;
		width: 100%;
		float: center;
	}

	.product-article {
	width: 100%;
	height: 290px;
}

	.product-detail {
		width:  60%;
		float: right;
		text-align: justify;
		line-height: 1.5em;
		margin: 0px 0px 50px;
	}

	.product-detail p {
		padding:  0px 0px 0px 30px;
	}

	.product-pic {
		padding: 0px;
		width: 30%;
		float: left;
		margin: 0px 0px 30px;
	}

	#submit-add {
		margin: 20px 20px;
	}

}








@media(max-width: 999px) {
	header {
		padding: 20px;
	}

	header label {
		display: initial;
	}

	header .navbar {
		position: absolute;
		top: 100%; left: 0; right: 0;
		background: white;
		border-top: 1px solid rgba(0,0,0,.1);
		display: none;


	}

	header .navbar ul li {
		width: 100%;
	}

	header .navbar ul li ul {
		position: relative;
		width: 100%;
	}

	header .navbar ul li ul li {
		background: #eee;
	}

	header .navbar ul li ul li ul {
		width: 100%;
		left: 0;
	}

	#menu-bar:checked ~ .navbar {
		display: initial;
	}

	.wrapper {
	padding: 80px 0px 0px 0px;
	}
	.img-home {

		padding: 30px 0px 0px;
	}
}

