*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: rgba(91,64,0,0.85);
	font-weight:800;
}

a:link,
a:visited {
	color: #2a2a2a;
}

.logo a:link,
.logo a:visited {
	color: #F9F3D1;
}

a:hover,
a:active {
	color: #6E4600; /* brown  */
	color: #E59729; /* orange */
}

h1 {
	color: #000;
	width: 100%;
	max-width: 960px;
	text-align: right;
	margin: 30px 20px 50px 0;
	padding: 25px 0 20px;
	position: relative;
	/*opacity: .8;
	font-style: italic;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montepetrum, 'Wire One', sans-serif;
	margin: 0 auto;
	text-align: left;
	font-size: 200%;
	line-height: 1em;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
	transition: .7s all;
}

h1 {
	font-size: 600%;
}

h2 {
	font-size: 500%;
}

h3 {
	font-size: 400%;
}

h4 {
	font-size: 350%;
}

h5 {
	font-size: 300%;
}

h6 {
	font-size: 200%;
}

.logo {
	text-align: left;
}

.img1h1 {
	margin-top: 20px;
	padding-left: 175px;
	text-align: left;
	font-family: 'Herr Von Muellerhoff', 'Wire One', sans-serif;
	font-size: 600%;
	font-weight: 200;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.content75 {
	width: 75%;
	margin: 0 0 30px 10px;
}

#content50 {
	width: 50%;
	min-height: 500px;
	margin: 0 auto;
}

.marginRight1em {
	margin-right: 1em;
}

.margin1em {
	margin: 1em;
}

iframe {
	background-color: rgba(253,250,235,0.70);
	min-width: 150px;
	width: 90%;
	min-height: 700px;
	height: 100%;
	margin: 0 auto 5px;
	overflow: hidden;
	margin-left: 5px;
}

.img1 {
	background-image: url(../_images/loveLettersCoverArt-med.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 130px;
	-webkit-background-size: 330px 500px;
	-moz-background-size: 330px 500px;
	-o-background-size: 330px 500px;
	background-size: 330px 500px;
	min-height: 650px;
	opacity: .9;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
	transition: .7s all;
}

.img2,
.img3,
.img4,
.img5 {
	background-image: url(../_images/bgPen-New.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
	-webkit-background-size: 960px 400px;
	-moz-background-size: 960px 400px;
	-o-background-size: 960px 400px;
	background-size: 960px 400px;
	min-height: 200px;
	margin-top: 10px;
	padding: 30px 30px 0;
	opacity: .9;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
	-o-transition: .7s all;
	transition: .7s all;
}

.img5 {
	/*background-image: url(../images/bgPen2.png);*/
	min-height: 175px;
}

.info {
	width: 100%;
	max-width: 960px;
	min-height: 750px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	z-index: 2;
	background-image: url(../_images/bgParchmentFloral-960-lt75.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: 960px 100%;
	-moz-background-size: 960px 100%;
	-o-background-size: 960px 100%;
	background-size: 960px 100%;
	padding: 20px 30px 0;
}

.info h5 {
	border-top: double thick black;
	border-bottom: double thick black;
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.infoFirst {
	margin-top: 30px !important;
}

.info.empty {
	min-height: 350px;
	padding: 50px 30px 0;
}

.info li {
	margin-left: 40px;
	font-size: 140%;
}

p {
	font-size: 140%;	/*margin: 40px 0 20px;
	color: #DA5A00;*/
	padding: 15px;
}

footer {
	height: 50px;
	padding: 10px 0;
	font-size: 1.5em;
	line-height: 1em;
	color: #2a2a2a;
}

footer h6 {
	width: 960px;
	text-align: right;
	padding-right: 100px;
	color: #2a2a2a;
	font-family: inherit;
}

footer h6 a:link,
footer h6 a:visited {
	color: #2a2a2a !important;
}

footer h6 a:hover,
footer h6 a:active {
	color: #E59729 !important;
}

#top {
	width: 60px;
	height: 100px;
	display: block;
	background-image: url(../_images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 55px 50px;
	position: fixed;
	bottom: 1px;
	left: 15px;
	text-align: center;
	line-height: 4.5em;
	text-decoration: none;
	font-size: 2.5em;
	font-weight: bolder !important;
	color: #767100;
	color: #A56000;
	z-index: 999;
}

#top:hover  {
	background-image: url(../_images/arrow-over.png);
	color: #ffc205;
}


.goTag,
.goTag a:link,
.goTag a:visited,
.goTag a:hover,
.goTag a:active {
	text-decoration: none !important;
	border: none;
	display: block;
	height: 10px;
}

@media only screen and (max-width: 400px) {

.storeContent {
	width: 80%;
	clear: both;
	float: none;
}

footer h6 {
	width: 450px;
	padding-right: 15%;
	font-size: 150%;
}

iframe {
	min-width: 300px;
	width: 100%;
}
}

@media only screen and (max-width: 600px) {

.storeContent {
	width: 80%;
	clear: both;
	float: none;
}

footer h6 {
	width: 650px;
	padding-right: 40%;
	font-size: 160%;
}

iframe {
	min-width: 300px;
	width: 100%;
}
}
