body {
	margin: 0px;
	/*font-family: Arial;*/
	/*font-family: Verdana;*/
	/*font-family: Tahoma;*/
	/*font-family: Trebuchet MS;*/
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: serif;
	font-family: Georgia;
	/*font-family: Garamond;*/
	/*font-family: Courier New;*/
	/*font-family: Brush Script MT;*/
	/*font-family: sans-serif;*/
	/*font-family: Monospace;*/
	/*font-family: Cursive;*/
	/*font-family: Fantasy;*/
}
h1, h2, h3, h4 {
	font-family: serif;
	margin: 0px;
}
.fixed {
	overflow: hidden;
	touch-action: none;
}
#ham {
	display: none;
	border: 0 none transparent;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	margin: 0 12px 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 49px;
	width: 52px;
	height: 65px;
	grid-row-start: 1;
	grid-column-start: 1;
	cursor: pointer;
	color: #2A2A2A;
	font-weight: normal;
}
header {
	max-width: 1200px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: 192px auto 150px;
	padding: 25px 0;
	/*height: 167px;*/
	border-bottom: 1px solid black;
}
h1#logo {
	height: 160px;
	width: 180px;
}
h1#logo a {
	display: block;
	height: 160px;
	width: 180px;
	background-image: url('/texas-purse-nality.jpg');
	text-indent: -10000px;
	background-position: center;
	text-decoration: none;
	background-size: contain;
	background-repeat: no-repeat;
}
nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
nav a {
	display: block;
	padding: 20px 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-size: 19px;
	letter-spacing: 1px;
	transition: all 0.15s ease;
	/*+border-radius: 2px;*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
nav a:hover, nav a.active {
	background-color: #000000;
	color: #FFFFFF;
}
div#hContact {
	/*display: grid;*/
	/*text-align: right;*/
	visibility: hidden;
}
div#hContact > a {
	color: #000000;
	line-height: 15px;
	/*margin-left: auto;*/
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 2px 0;
	/*clear: both;*/
	/*float: right;*/
}
div#hContact a#address {
	text-align: right;
	float: right;
	clear: both;
	font-size: 14px;
}
div#hContact a#tel {
	text-align: right;
	clear: both;
	float: right;
	font-size: 14px;
	padding-bottom: 3px;
}
span#social {
	display: flex;
	/*display: block;*/
	align-items: center;
	justify-content: flex-end;
	margin: 4px 0 0;
	clear: both;
	float: right;
	width: 144px;
}
span#social a {
	background-image: url('/social-grayscale.jpg');
	text-indent: -10000px;
	text-decoration: none;
	display: block;
	/*width: 50px;*/
	/*height: 50px;*/
	background-size: 180px;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	padding: 0;
}
a#yt {
	background-position: -60px 0px;
}
a#fb {
	background-position: 0px 0px;
}
section#main {
	margin: 0 auto;
	max-width: 1200px;
	display: grid;
	text-align: center;
	justify-content: center;
	align-items: center;
	/*display: none;*/
}
section#main img {
	width: 100%;
	min-width: 1200px;
	height: auto;
	max-height: 351px;
	grid-row-start: 1;
	grid-column-start: 1;
	filter: brightness(50%);
	z-index: 1;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	object-fit: cover;
}
section#main h1 {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 88px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	margin-bottom: 72px;
}
section#main p {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 22px;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	margin-top: 69px;
}
section#main a {
	grid-row-start: 1;
	grid-column-start: 1;
	font-size: 22px;
	text-decoration: none;
	margin-top: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.632);
	z-index: 2;
	display: none;
}
section#products {
	margin: 43px 0 0;
}
section#products > div {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-gap: 65px;
	grid-template-columns: 1fr 1fr 1fr;
}
div.product {
	/*max-width: 300px;*/
	margin-bottom: 38px;
}
div.product img {
	/*max-width: 300px;*/
	/*width: 100%;*/
	margin: 0 0 13px 0;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	/*(*+box-shadow: 2px 2px 2px 1px rgba(86, 118, 178, 0.556);*)
	-moz-box-shadow: 2px 2px 2px 1px rgba(86, 118, 178, 0.556);
	-webkit-box-shadow: 2px 2px 2px 1px rgba(86, 118, 178, 0.556);
	box-shadow: 2px 2px 2px 1px rgba(86, 118, 178, 0.556);*/
	width: 100%;
	height: 100%;
	/*aspect-ratio: 1;*/
	object-fit: cover;
	/*max-width: 300px;*/
	max-width: 354px;
	max-height: 354px;
	object-fit: cover;
}
section#product > div {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-gap: 50px;
	padding: 33px 0 0;
}
section#product > div div {
}
section#product div div:nth-of-type(1) {
	width: 400px;
}
section#product div div:nth-of-type(1) img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0 0 10px 0;
	border: 2px solid #5676B3;
	/*+border-radius: 3px;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
section#product h1 {
	font-size: 41px;
	font-weight: bold;
	color: #5676B3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.376);
	margin-bottom: 8px;
}
section#product h2 {
	font-size: 34px;
	font-weight: bold;
	/*color: #FDC900;*/
	margin-bottom: 24px;
	text-shadow: 1px 1px 2px rgba(252, 200, 0, 0.436);
	font-family: sans-serif;
}
section#product div p {
	font-family: sans-serif;
	color: #202020;
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
section#product ul {
	/*font-family: sans-serif;*/
	/*color: #202020;*/
	/*font-size: 19px;*/
	/*line-height: 30px;*/
	/*margin: 0;*/
	/*display: inline-block;*/
}
footer {
	text-align: center;
	padding: 50px 0;
	/*background-color: #CDCDCD;*/
	font-size: 13px;
	margin: 75px 0 0;
	border-top: 1px solid black;
	background-color: #5676B3;
}
footer p {
	font-size: 26px;
	margin: 0 0 6px 0;
	padding: 0;
}
footer a {
	display: inline-block;
	padding: 0 12px;
	text-decoration: none;
	color: #000000;
	font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-width: 1239px) {
	header {
		grid-template-columns: 192px auto 150px;
		padding: 25px 12px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
	#ham {
		display: block;
		z-index: 10;
	}
	header {
		grid-template-columns: auto;
		/*grid-template-columns: 192px auto 150px;*/
		/*padding: 25px 12px;*/
		margin: 0 auto;
		max-width: none;
	}
	h1#logo {
		height: 89px;
		width: 192px;
		margin: 0 auto;
		grid-row-start: 1;
		grid-column-start: 1;
	}
	h1#logo a {
		display: block;
		height: 89px;
		width: 192px;
		background-image: url('logo.png');
		text-indent: -10000px;
		background-position: center;
		text-decoration: none;
	}
	nav {
		display: grid;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100vh;
		background-color: #FFFFFF;
		/*z-index: 0;*/
		/*display: none;*/
		visibility: hidden;
		background-image: url('logo.png');
		background-position: center 25px;
		/*background-size: 180px;*/
		background-repeat: no-repeat;
		transition: all 0.07s ease-in-out;
		opacity: 0;
	}
	nav a {
		display: block;
		padding: 20px 40px;
		text-decoration: none;
		text-transform: uppercase;
		/*color: #FFFFFF;*/
		font-size: 19px;
		letter-spacing: 1px;
		text-align: center;
	}
	nav a:first-of-type {
		margin: 120px 0 0;
	}
	nav a:last-of-type {
		margin: 0 0 140px 0;
	}
	nav.open {
		display: grid;
		opacity: 1;
		z-index: 10;
		visibility: visible;
	}
	div#hContact {
		/*display: none;*/
		text-align: center;
		padding: 5px 0 0;
	}
	div#hContact > a {
		color: #000000;
		line-height: 15px;
		/*margin-left: auto;*/
		display: block;
		text-decoration: none;
		margin: 0;
		padding: 2px 0;
		/*clear: both;*/
		/*float: right;*/
	}
	div#hContact a#address {
		text-align: center;
		float: none;
		font-size: 18px;
		line-height: 21px;
		padding-bottom: 5px;
	}
	div#hContact a#tel {
		text-align: center;
		float: none;
		font-size: 18px;
		padding-bottom: 11px;
	}
	span#social {
		display: flex;
		/*display: block;*/
		align-items: center;
		justify-content: center;
		margin: 4px 0 0;
		float: none;
		width: auto;
	}
	section#products > div {
		grid-gap: 0;
		grid-template-columns: 1fr;
		padding: 0 20px;
	}
}
.subpage {
	max-width: 1100px;
	margin: 20px auto;
	padding: 25px;
}
.subpage h1 {
	/*font-family: sans-serif;*/
	font-size: 41px;
	margin: 0 0 25px 0;
	padding: 0;
}
.subpage p {
	font-family: sans-serif;
	font-size: 19px;
	line-height: 28px;
	margin: 0 0 22px 0;
	padding: 0;
}
