@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:900,700);
img, object, embed, video {
	max-width: 100%;
	border-radius: 18px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #D0D0E8;
}
.videoWrapper {
	position: relative;
	padding-bottom: 26%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 49%;
	margin-left: auto;
	margin-right: auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 22px
}
a {
	color: #660033;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #FFF;
}
p, h2, h3 {
	margin-right: 35px;
	margin-left: 35px;
}
p.centered {
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-family: "Source Sans Pro";
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
}
p.justified {
	text-align: justify;
	display: block;
	font-size: 18px;
	font-family: "Source Sans Pro";
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.1em;
	color: #FFF;
	margin-bottom: 20px;
}
h1 {
	font-size: 1.8em;
	color: #FFFFFF;
	line-height: 1.1em;
	font-family: "Playfair Display";
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.7em;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-left: 30px;
	font-family: "Playfair Display";
	margin-top: 0px;
	margin-bottom: 0px;
}
.subhead {
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.1em;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 500;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-top: 4px;
}
#image {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: inline-block;
	background-image: url(images/curtain2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
}
#introduction {
	clear: both;
	float: left;
	width: 100%;
	background-color: #660033;
	border-radius: 0px 0px 22px 22px;
	text-align: center;
	display: block;
}
#main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 22px;
}
#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	margin-top: 10px;
	background-color: #660033;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.footer {
	font-size: 1.7em;
	color: #FFFFFF;
	line-height: 1.1em;
	font-family: "Playfair Display";
	margin-top: 7px;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}
#corners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.adsense {
	display: block;
	margin-bottom: 20px;
	margin-top: -10px;
	margin-left: 35px;
	margin-right: 35px;
}
ins.adsbygoogle { 
	background: transparent !important; 
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0%;
	padding-right: 0%;
	background-color: #D0D0E8;
}
p, h2, h3 {
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}
p.centered {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
	display: block;
}
p.justified {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	display: block;
	color: #FFF;
}
h1 {
	font-size: 2em;
	color: #FFFFFF;
	line-height: 1em;
	font-family: "Playfair Display";
	text-align: center;
}
h2 {
	font-size: 1.8em;
	line-height: 1.1em;
}
.subhead {
	font-size: 1.5em;
	font-style: italic;
}
a {
	color: #660033;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #FFF;
}
#image {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-size: cover;
	background-image: url(images/curtain2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
.footer {
	font-size: 1.8em;
	line-height: 1.1em;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#corners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.2663%;
	max-width: 1232px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-color: #D0D0E8;
}
p, h2, h3 {
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}
p.centered {
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	display: block;
}
p.justified {
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
	display: block;
}
h1 {
	font-size: 3.3em;
	color: #FFFFFF;
	line-height: 1em;
	font-family: "Playfair Dispaly";
	text-align: center;
}
h2 {
	font-size: 2em;
	line-height: 1.1em;
}
.subhead {
	font-size: 1.7em;
	font-style: italic;
	margin-left: 50px;
}
a {
	color: #660033;
}
a:visited {
	color: #660033;
}
a:hover {
	color: #FFFFFF;
}
#image {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(images/curtain2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#introduction {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#main1 {
	clear: none;
	float: left;
	margin-left: 7.1232%;
	width: 87.3972%;
	display: block;
}
#footer {
	clear: both;
	margin-left: 0;
	width: 100%;
}
.footer {
	font-size: 2.8em;
	line-height: 1.1em;
}
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#corners {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.adsense {
	margin-left: 35px;
	margin-right: 35px;
}
}

.shopify-ad {clear:both;display:table;margin:0 auto 0;max-width:87%;padding-top:5px;padding-bottom:30px}

@media (max-width:700px) {
.shopify-ad {clear:both;padding-right:3%;padding-left:3%}
}

