

body {
	font-size: 16px;
	font-family: Arial, sans-serif;
	background: white;
	background-image: url("images/woven-border-top.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
	margin: 0;
	padding: 0;
}

header {
	height: 100px;
	width: 100vw;
	padding:10px 1vw;
	text-align: center;
}

nav {
	height: 50px;
	width: 100%;
	margin-top: 20px;
}

nav a {
	display: inline-block;
	margin: 0 1vw;
	color: #880000;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover {
	color: #000;
}

nav a.selected {
	color: #000;
}

section {
	width: 93%;
	margin: 30px 3%;
	text-align: center;
	clear: both;
}

section p {
	font-size: 1rem;
	color: #444;
	clear: both;
	line-height: 1.5;
}

section p.half,
section img.half,
section div.half {
	width: 40%;
	float: left;
	clear: none;
	line-height: 1.5;
	margin-left: 15px;
}

section div.half a.button {
	width: 80%;
	display: inline-block;
}

section .productrow p.button {
	width: 40%;
	background: #880000;
	color: #fff;
	font-size: 1.125rem;
	text-align: center;
	border-radius: 5px;
}

@media screen and (max-width: 640px) {
	section div.half {
		display: block;
		width: 100%;
		height: auto;
		clear: both;
		float: none;
	}
}

@media screen and (max-width: 640px) {
	section div.half a.button {
		display: block;
		width: 100%;
		height: auto;
		clear: both;
		float: none;
	}
}

section img.half {
	margin-right: 40px;
}

p.highlight {
	font-size: 1.5rem;
	font-style: italic; 
	line-height: 1.5;
}

@media screen and (max-width: 640px) {
	p.highlight {
		font-size: 1rem;
		line-height: 1.25;
		}
}

p.lg {
	font-size: 1.25rem;
	font-weight: bold;
}

p.border {
	padding: 10px 5%;
	border: 1px solid #a4a4a4;
	border-radius: 5px;
	border-collapse: collapse;
}

a {
	font-size: 1em;
	color: #880000;
	text-decoration: none;
}

div.video {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}
	
	/* Then style the iframe to fit in the container div with full height and width */
/*.responsive-iframe */
div.video iframe.responsive {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}


section.three {
	margin: 40px 12.5vw;
	clear: both;
	width: 95%;
}

section.three .floatbox {
	width: 28%;
	float: left;
	text-align: center;
	padding: 1% 1% 1% 0;
	font-weight: bold;
}

section.three .floatbox p {
	font-size: .875rem;
	color: #444;
}

section.three .floatbox img {
	width: 90%;
}

img.logo {
	width: 230px;
	height: 50px;
}

h1 {
	font-family: "poetica-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #880000;
	font-size: 4rem;
	line-height: 100%;
	text-align: center;
}

h1.large,
h2.large,
h3.large {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #880000;
	text-align: center;
	line-height: 1.25;
}

h1.large {
	font-size: 3rem;
}

h2.large {
	font-size: 2.5rem;
}

h3.large {
	font-size: 2rem;
}


.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 2.5rem;
		line-height: 100%;
}
	section.three .floatbox {
		width: 90%;
		float: none;
		clear: both;
		text-align: center;
		padding: 30px 1% 0 1%;
		font-weight: bold;
}
}

h2 {font-family: "poetica-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #880000;
	font-size: 3rem;
	text-align: center;
	line-height: 120%;
}

@media screen and (max-width: 640px) {
	h2 {
		font-size: 2rem;
		line-height: 1;
}
}

h3 {font-family: "poetica-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #880000;
	font-size: 2rem;
	text-align: center;
	line-height: 20%;
}

a.button {
	display: block;
	background: #880000;
	color: #fff;
	font-family: sans-serif;
	font-size: .875rem;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
}

a.button:hover {
	background: #5A0202;
}

a.button.full {
	width: 100%;
}

a.button.full.large {
	width: 100%;
	font-size: 24px;
}

a.button.half {
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
}

a.button.half.center {
	width: 40%;
	margin: 0 29%;
	float: none;
}

@media screen and (max-width: 480px) {
	a.button.half {
		width: 85%;
		margin-right: 5%;
		margin-left: 5%;
		clear: both;
	}
}

.sold {
	font-weight: bold;
	font-size: 1.125rem;
	color: #880000;
}

.clearfix {
	height: 20px;
	clear: both;
}

footer {
	margin-top: 50px;
	padding: 30px;
	background: #fcedcc;
	clear: both;
}

footer a {
	font-size: .9375rem;
	color: #880000;
	text-decoration: none;
}
footer a:hover {
	color: #000;
}

@media screen and (max-width: 640px) {
	h3 {
		font-size: 1.5rem;
		line-height: 100%;
		}
}

ul {
	text-align: left;
}

hr {
	width: 95%;
}

/****************************** 0000000000000000000000000 **************************/

/* SHOP STYLES */

section.shoppage,
section.shoprow,
section.arttowear {
	display: block;
	width: 93%;
	height: auto;
	margin: 0 3% 10px 3%;
}


.productbox {
	width: 375px;
	height: 450px;
	float: left;
	border: 1px solid #dfdfdf;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
}

.jewelrybox {
	width: 42%;
	min-height: 600px;
	float: left;
	border: 1px solid #999;
	text-align: center;
	padding: 2%;
	margin: 10px 1%;
}

.shoprow .productrow {
	width: 100%;
	clear: both;
	text-align: left;
	padding-top: 30px;
	border-top: 1px solid #e4e4e4
}

.productrow .imagerow {
	float: left;
	width: auto;
	width: 50%;
	margin-right: 30px;
}

.productrow .imagerow img {
	max-width: 45%;
	height: auto;
}

.jewelrybox .imagerow {
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}

.jewelrybox .imagerow img {
	max-width: 45%;
	height: auto;
	display: inline-block;
}

.productrow .content {
	float: left;
	width: 45%;
	padding-bottom: 30px;
}

.jewelrybox .content {
	float: none;
	width: 100%;
	text-align: left;
}

.productrow .italic,
.jewelrybox .italic {
	font-style: italic;
}

.productrow .productprice,
.jewelrybox .productprice {
	width: 60px;
	display: inline-block;
	float: left;
}

.productrow input[type=image] {
	width: 200px;
	height: 30px;
	display: inline-block;
	float: left;
}

.productpic {
	width: 365px;
	height: 300px;
	margin: 5px;
	background: #fff;
}

.productbox p.lg {
	margin: 0;
	padding: 0;
}

.producttext {
	display: block;
	font-size: .75rem;
	margin: 0 5px;
	padding: 0;
}

.productprice {
	font-weight: bold;
	margin: 0 5px 5px 0;
}

.productview {
	display: inline-block;
	padding: 0 10px;
	border: 1px solid #880000;
	border-radius: 5px;
	height: 28px;
	margin-right: 5px;
	line-height: 30px;
	width: fit-content;
	position: relative;
	top: 6px;
	
}

/* Phone styles for Art to Wear, Jewelry and Kites shop pages ======== */

@media screen and (max-width: 800px) {
	.productrow .content {
		float: none;
		width: 90%;
		padding-bottom: 30px;
		margin: 0 auto;
	}
	
	.productrow .imagerow {
		float: none;
		clear: both;
		width: 100%;
		margin-right: 30px;
	}
	
	.productrow .imagerow img {
		width: 45%;
		height: auto;
		display: inline-block;
	}

}

@media screen and (max-width: 1200px) {
	.jewelrybox {
		width: 96%;
		height: auto;
		float: none;
		border: 1px solid #999;
		text-align: center;
		padding: 2%;
		margin: 10px 1%;
		clear: both;
		}
	.jewelrybox .imagerow {
		float: none;
		width: 100%;
		margin: 0;
	}
	
	.jewelrybox .imagerow img {
		width: 45%;
		height: auto;
		margin-right: 4%;
		display: inline-block;
	}
}

.gray {
	color: #999;
}

.sold {
	color: #880000;
}

.add {
	display: inline-block;
	width: 200px;
	height: 30px;
	background: #880000;
	color: #fff;
	font-size: .75rem;
	font-weight: bold;
	line-height: 30px;
	border-radius: 5px;
	position: relative;
	top: 5px;
}

p.review {
	font-size: 1.125rem;
	color: #555;
}

.callout {
	background: #fcedcc;
	padding: 20px 40px;
	margin: 2rem 0 2rem;
	text-align: center;
}

.callout h2 {
	margin: 0;
}

.callout p {
	font-size: 1.125rem;
}

.callout .button {
	width: 60%;
	display: block;
	margin: 0 auto;
	font-size: 1.125rem;
	
}

section.testimonials hr {
	width: 60%;
}

p.quote {
	font-size: 1.25rem;
	background: url("images/icon-quote.png") no-repeat;
	background-position: top -10px left 10px;
	padding: 0 0 0 6rem;
}

p.textright {
	text-align: right;
	color: #777;
	margin-top: -20px;
	margin-bottom: 2vh;
}

ol li {
	line-height: 200%;
}