/*header{
	height: 500px;
}*/
body{
	margin: 0;
}
.headerImg{	
	background-image: url("../images/petalsoflotussoap.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: -10;
    height: 974px;
    /*display: block;*/
}
.headerImg-overlay{
	position: absolute;
    background-color: rgba(255,255,255,.5);
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
    z-index: -5;
}
section.headerSection{
    z-index: -3;
}
/*img.logo{
	max-width: 250px;
	display: block;
	margin: 0 50%;
	padding-top: 75px;
	margin-bottom: 10px;
}*/
figure{
	padding: 20px 0;
	max-width: 460px;
	margin: 0 auto;
}
img.logo{
	max-width: 100%;
	height: auto;
}
section.headerSection h1, section.headerSection h2{
	text-align: center;
}
section.headerSection h1{
	font-size: 4.5em;
	font-family: cursive;
}
section.headerSection h2{
	font-size: 2.5em;
}


.sectionImg{	
	background-image: url("../images/petalsoflotuspainting.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
    bottom: 0;
    /*z-index: -10;*/
    height: 974px;
}/*
.sectionImg-overlay{

	position: absolute;
    background-color: rgba(255,255,255,.5);
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
    z-index: -5;
}*/
main div.sectionImg section{
	text-align: center;
	padding-top: 100px;
}
main div.sectionImg section h2{
	font-size: 3em;
	margin-top: 50px;
}
main div.sectionImg section a.etsy{
	font-family: 'times new roman';
	color:  #f45800;
	font-size: 2.5em;
	text-align: center;
	text-decoration: none;
}

main div.sectionImg section a.etsylink{
	font-family: 'times new roman';
	color:  #f45800;
	text-align: center;
	/*text-decoration: none;*/
	margin-top: 5px;
}
main div.sectionImg section p{
	margin-top: 5px;
}
main div.sectionImg section a img{
	width: 40px;
	margin-right: 25px;
}