body {
	margin:0;
	padding:0;
	background-color:#BBB696;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	height:100%
}
header{
	background-color:#53a2bc;
	display:flex;
	justify-content: space-between;
}
header p{
	font-size:0.6875rem;
	color:#000;
	margin-right:3rem;
	margin-top:9rem;
}
header p a{
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
article{
	overflow:hidden;
}
#home-content{
	float:right;
	width:calc(100% - 24rem);
	padding:1rem 2rem;
}
#content{
	float:right;
	width:calc(100% - 15rem);
	padding:1rem 2rem;
}
@media screen and (max-width: 63em){
	#home-content, #content{
		float:none;
		width:95%;
		margin-left:auto;
		margin-right:auto;
		padding:1rem 0;
	}	
}
#content p, #home-content p, footer p, #content ul li, .merlina label, .txt p, .img p{
	font-size:0.6875rem;
	line-height:1.5em;
}
#content hr, #home-content hr{
	height:2px;
	background-color:#B05332;
	border:0;
	margin:1rem 0;
}
.inline{
	display:inline-block;
	vertical-align:middle;
}
.block {
	display:block;
	clear:both;
}
.loupgarou{
	background-color:#B05332;
	color:#fff;
	padding:1rem 2rem;
	text-align:center;
	margin:2rem 0 0;
	clear:both;
}
footer {
	background-color:#3a5640;
	clear:both;
	text-align:center;
	padding:1rem 2rem;
	border-top:#53a2bc solid 1rem;
}
h1, h2, h3, h4{
	font-size:0.6875rem; 
	font-weight:700;
}
h2 span{
	display:block;
	font-weight:normal;
}
a:link, a:visited {
	color: #ffffff;
} 
a:hover {
	color: #0E2314;
} 
a:active {
	color: #0E2314;
} 
a {
	text-decoration: none;
	transition: all 0.3s;
	
}
td {
	font-size: 0.6875rem; 
	color: #000000;
} 
ul { 
	list-style: url(bullet.gif);
} 
label {
	color: #fff;
	font-weight:bold;
}
.white {
	color:#fff;
	font-weight:bold;
	font-size:1.875rem;
}
blockquote.white span {
	font-size:1.125rem;
}
blockquote.white a {
	color:#A6B68F;
}
blockquote.white a:hover {
	color:#000;
}
.image-right{
	float:right;
	margin:0 0 1rem 1rem;
	display:block;
}
.image-left{
	float:left;
	margin:0 1rem 1rem 0;
	display:block;
}
.text-left{
	float:left;
	margin:2rem 1rem 1rem 0;
	display:block;
}
.clear {
	clear:both;
}
.center{
	display:block;
	margin:0 auto;
	text-align:center;
}
.poem{
text-align:center;
margin:3rem auto;
line-height:1.5rem;
border:.125rem solid #b05332;
max-width:32rem;
}
.image-pop{
	max-width:19.25rem;
	margin:0 auto;
	background-color:#61734d;
	padding-top:.125rem;
}
.image-pop img{
	margin:0 auto;
	display:block;
	border:2px solid #000;
}
.image-pop p{
	font-size:.75rem;
	text-align:center;
	margin:0;
	padding:.25rem 0;
}
form{
	margin-bottom:2rem;
}
form.needs-margin{
	margin-top:2rem;
}
#content ul li{
	margin-bottom:1em;
}
.merlina label{
	display:block;
}
.photo-album, .photo-album-tour{
	margin:.5rem auto;
	background:#B05332;
	padding:2rem;
}
.photo-album{
	width:40.625rem;
}
.photo-album-tour{
	width:36rem;
}
.img, .txt{
	background:#61734d;
	height:30rem;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}
.img {
	float:left;
}
.txt p{
	vertical-align:middle;
}
.txt p, .img p{
	margin:0; 
	padding:1em 2rem;
}
.txt p:last-of-type, .img p:last-of-type{
	text-align:center;
}
.ebook {
	background-color:#b05332;
	padding:1rem 0;
	margin:1rem 0;
}
.voodoo-kit, .voodoo-bot, .voodoo-doll{
	max-width:18rem;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	margin:1rem 2rem;
}
.voodoo-kit img, .voodoo-bot img, .voodoo-doll img{
	max-width:18rem;
	height:11.4375rem;
}
.doll{
	max-width:16rem;
	text-align:center;	
	margin-bottom:1rem;
	margin-right:1rem;
	display:inline-block;
	vertical-align:top;
	margin:1rem 2rem;
}
.doll img {
	width:16rem;
}
.doll h2{
	margin-bottom:0;
}
.doll h3{
	margin-top:0;
	font-style:italic;
	font-weight:normal;
}

.doll2{
	display:inline-block;
	width:10rem;
	text-align:center;	
	margin:.5rem 1rem;
	vertical-align:top;
}
.doll2 img{
	width:10rem;
}
input[type="submit"]{
	background-color:#53a2bc;
	border:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	padding:.6rem 1.25rem;
	cursor:pointer;
	border-radius:.5rem;
	transition: all 0.3s;
	
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active{
	background-color:#b05332;
}

/*********** MENUS ***************/
#menus{
	width:20rem;
	display:flex;
	float:left;
}
#left-menu, #right-menu {
	font-size:0.6875rem; 
	padding:2rem 0;
	padding-bottom:  99999px;
    margin-bottom:  -99999px;
}
#side-menu{
	background-color:#b05332;
	width:11rem;
	font-size:0.6875rem;
	padding:2rem 0;
	float:left;
	padding-bottom:  99999px;
    margin-bottom:  -99999px;
}
@media screen and (max-width: 63em){
	#left-menu, #right-menu, #side-menu{
		display:none;
	}	
}	
#left-menu {
	background-color:#b05332;
	width:11rem;
}
#right-menu {
	background-color:#53a2bc;
	width:9rem;
}
#left-menu img, #right-menu img{
	display:block;
	margin:0 auto;
}
#menus-int img{
	display:block;
	margin:0 auto;
}
#menus-int #side-menu ul{
	padding:0 .75rem 0 1.5rem;
}
#side-menu li.active a{
	color:#0E2314;
}
/********** MOBILE MENU ***********/
#menus label, #menus-int label {
	cursor: pointer;
}
#menus label:focus, #menus-int label:focus{
 	outline: none;
}
.menu {
	position: absolute;
	top: 0;
	right: 0;
	background: #BBB696;
	width:100%;
	height:100%;
	transform: translate3d(-100%, 0, 0);
	transition: transform 0.3s;
	display:none;
}
.menu ul li label.menu-toggle, label.toggle {
	position: absolute;
	top:3.9rem;
	right:1.5rem;
	width:3.2rem;
	height:3.2rem;
	line-height:0px;
	display: none;
	padding:0;
	text-indent: -9999px;
	background: #b05332 url(images/menu-icon.png) 50% 50%/1.5rem 1.5rem no-repeat;
}
@media screen and (max-width: 43.5em){
	.menu ul li label.menu-toggle, label.toggle {
		top: calc(62.4 * (100vw / 900));
	}
}

label.menu-toggle:hover, label.menu-toggle:focus, label.menu-toggle:active, label.toggle:hover, label.toggle:focus, label.toggle:active{
	background: #BBB696 url(images/menu-icon-hover.png) 50% 50%/1.5rem 1.5rem no-repeat;
}
#spells:checked ~ label.menu-toggle, #products:checked ~ label.menu-toggle, #about-voodoo:checked ~ label.menu-toggle, #about-severina:checked ~ label.menu-toggle{
	right:3.25rem;
	top:0;
	border:0.0625rem solid #000;
	border-top:0;
	background: #BBB696 url(images/menu-icon-back.png) 50% 50%/1.5rem 1.5rem no-repeat;
	z-index:50;
	padding:0;
	display:block;
}
#menus #menu:checked ~ label.toggle:hover, #menus #menu:checked ~ label.toggle:focus, #menus #menu:checked ~ label.toggle:active, 
#menus-int #menu:checked ~ label.toggle:hover, #menus-int #menu:checked ~ label.toggle:focus, #menus-int #menu:checked ~ label.toggle:active{
	background: #b05332 url(images/menu-icon-x-hover.png) 50% 50%/1.5rem 1.5rem no-repeat;
}
#spells:checked ~ label.menu-toggle:hover, #spells:checked ~ label.menu-toggle:focus, #spells:checked ~ label.menu-toggle:active,
#products:checked ~ label.menu-toggle:hover, #products:checked ~ label.menu-toggle:focus, #products:checked ~ label.menu-toggle:active,
#about-voodoo:checked ~ label.menu-toggle:hover, #about-voodoo:checked ~ label.menu-toggle:focus, #about-voodoo:checked ~ label.menu-toggle:active,
#about-severina:checked ~ label.menu-toggle:hover, #about-severina:checked ~ label.menu-toggle:focus, about-severina:checked ~ label.menu-toggle:active{
	background: #b05332 url(images/menu-icon-back-hover.png) 50% 50%/1.5rem 1.5rem no-repeat;
}
.menu ul{
	padding-left:0;
	list-style:none;
	margin:0;
}
.menu ul li {
	border-bottom:0.0625rem solid #000;
}
.menu ul li > label {
  background-image: url(bullet.gif), url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png);
  background-position:.75rem 50%, 95% 50%;
  background-size:0.625rem 0.625rem, 1rem 1rem;
  background-repeat: no-repeat, no-repeat;
}
.menu ul li a, .menu ul li label {
	display:block;
	padding: 1rem 2rem;
	color: #fff;
	font-weight:normal;
	background-color:#b05332;
}
.menu ul li a{
	background:#b05332 url(bullet.gif) .75rem 50% no-repeat;
}
.menu ul li.active a{
	background-color:#BBB696;
	color:#0E2314;
}
.menu ul li a:hover, .menu ul li label:hover {
  color: #0E2314;
  background-color:#BBB696;
}

/* hide inputs */          
.menu-checkbox {
  display: none;
}

/* hide navigation icon for sublabels */    
.menu .menu label.menu-toggle {
  background: none;
}

/* fade in checked menu */    
.menu-checkbox:checked + .menu {
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 63em){
	label.toggle, .menu {
		display: block;
		transition: all 0.3s;
	}
	#menu:checked ~ nav.menu, #spells:checked ~ nav.menu, #products:checked ~ nav.menu, #about-voodoo:checked ~ nav.menu, #about-severina:checked ~ nav.menu{
		display: block;
		transform: translate3d(0, 0, 0);
	}	
	#menus #menu:checked ~ label.toggle, #menus-int #menu:checked ~ label.toggle{
		z-index:3;
		right:0;
		top:0;
		border:0.0625rem solid #000;
		border-top:0;
		background: #BBB696 url(images/menu-icon-x.png) 50% 50%/1.5rem 1.5rem no-repeat;
		padding:0;
		display:block;
	}	
	.twitter{
		display:none;
	}
}
@media screen and (max-width: 43.5em){
	header img {
		width:100%;
		height:auto;
	}
}
.flowers{
	display:block;
	float:left;
	margin:.5rem;
}
.icon{
opacity:1.0;
transition: all 0.3s;
}
.icon:hover, .icon:active, .icon:focus{
opacity:.5;
}
.return{
clear:both;
margin-bottom:2rem;
}
.return a{
	background-color: #3a5640;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: .6rem 0.8rem;
	cursor: pointer;
	border-radius: .5rem;
	transition: all 0.3s;
}
.return a:hover, .return a:active, .return a:focus {
	background-color: #b05332;
	color: #fff;
}