body {
	background-repeat: repeat-y;
}
nav {
	z-index: 2;
	margin-top: -62px;
}
input[type=text], .input, .input2, .input3, .inputs {
	color: #EEE;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #000;
	border: 1px solid #444;
	padding: 3px;
	margin: 2px;
}
#logo {
	height: 120px;
	width: 100%;
	background-image: url("https://www.afeinbergphotography.com/images/graphics/banner.jpg");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#nav ul {
	visibility: hidden;
}
.cartDiscount {
	max-width: 300px;
	text-align: left;
}
.cartDiscount b,
.cartDiscount strong {
	color: #FFF;
}
mark, .error {
	color: #e7813d;
	background: none;
}
.homeSocial {
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
}
.homeSocial figure,
.homeSocial .image-full,
.homeSocial .image-full img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.homeSocial img {
	padding-bottom: 10px;
}
.left {
	text-align: left;
}
.photoActions {
	font-size: 20px;
	font-size: 2rem;
}
.photoTitle {
	margin-top: 24px;
}
.photoLocation {
	margin-top: 4px;
}
.printsCategory {
	background-color: #222;
}
.total {
	color: #FFF;
}
.welcome {
	max-width: 790px;
}
@media screen and (min-width: 632px) {
	.cartTotal {
		margin-top: 120px;
	}
}
@media screen and (min-width: 800px) {
	#nav ul {
		visibility: visible;
	}
}

/* ================ FOOTER ================ */

footer {
	width: 100%;
	padding-top: 10px;
	background-color: #000;
	background-image: url("https://www.afeinbergphotography.com/images/graphics/footer.png");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.copyright {
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
	padding-bottom: 30px;
}
.copyright a:link,
.copyright a:visited {
	color: #fff;
}
.copyright a:hover {
	color: #a6bf80;
	text-decoration: none;
}
.footerTable {
	max-width: 1060px;
	margin: 0 auto 0 auto;
}
.footerCell {
	padding: 60px 20px 0 20px;
}
.footerCell h1,
.footerCell h2,
.footerCell h3,
.footerCell h4 {
	margin-top: 0;
	text-align: left;
}
.footerCell p, .footerCell form {
	text-align: left;
}
.f3 {
	margin-bottom: 50px;
}
.social {
	text-align: left;
}
.social svg {
	margin-right: 6px;
	vertical-align: middle;
}
@media screen and (min-width: 600px) {
	.footerCell {
		width: 27.672956%;
		float: left;
		padding: 60px 2.8301887%;
	}
	.f3 {
		margin-bottom: 0;
	}
}