body {
	background-repeat: repeat-y;
}
nav {
	z-index: 2;
	margin-top: -62px;
	margin-top: -6.2rem;
}
input[type=text], .input, .input2, .input3, .inputs {
	color: #EEE;
	font-family: Palatino, serif;
	font-size: 13px;
	font-size: 1.3rem;
	background-color: #000;
	border: 1px solid #444;
	padding: 3px;
	margin: 2px;
}
#logo {
	height: 120px;
	height: 12rem;
	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;
	max-width: 30rem;
	text-align: left;
}
.cartDiscount b,
.cartDiscount strong {
	color: #FFF;
}
.copyright {
	clear: both;
	text-align: center;
	padding: 4px 0 12px 0;
	padding: 0.4rem 0 1.2rem 0;
}
mark, .error {
	color: #e7813d;
	background: none;
}
.footer {
	padding-top: 10px;
	padding-top: 1rem;
	background-color: #000;
	background-image: url("https://www.afeinbergphotography.com/images/graphics/footer.png");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.homeSocial {
	float: left;
	margin-right: 40px;
	margin-right: 4rem;
	margin-bottom: 50px;
	margin-bottom: 5rem;
}
.homeSocial figure,
.homeSocial .image-full,
.homeSocial .image-full img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.homeSocial img {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}
.left {
	text-align: left;
}
.photoActions {
	font-size: 20px;
	font-size: 2rem;
}
.photoTitle {
	margin-top: 24px;
}
.photoLocation {
	margin-top: 4px;
	margin-top: 0.4rem;
}
.printsCategory {
	background-color: #222;
}
.slideshowContainer {
	height: 575px;
	height: 57.5rem;
	/*max-height: 85vw;*/
}
.social {
	margin: 0 auto;
}
.social img {
	padding: 6px 2px 8px 2px;
	padding: 0.6rem 0.2rem 0.8rem 0.2rem;
}
.total {
	color: #FFF;
}
.welcome {
	max-width: 790px;
	max-width: 79rem;
}
@media screen and (min-width: 632px) {
	.cartTotal {
		margin-top: 120px;
		margin-top: 12rem;
	}
}
@media screen and (min-width: 800px) {
	#nav ul {
		visibility: visible;
	}
}