/* HOMEPAGE STYLES
************************************************************/

section	{
	min-height: 30vh;
	border-bottom: 1px solid grey;
}

section.bannerImage	{
	background-size: cover;
	background-attachment: scroll;
	background-image: url('/wp-content/uploads/2022/05/DSC_2134-copy.jpg');	
	/*background-image: url('/wp-content/uploads/2022/05/DSC_2134.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;	
	height: 100vh;
	width: 100%; 
}
.heroStatement h2	{
	font-family: var(--font-quote);
	color: var(--color-hero-statement);
	font-size: 2em;
	font-style: italic;
	text-align: center;
	margin: 1.5em auto;
	letter-spacing: 0.01em;
	text-transform: none;
	font-weight: normal;
	max-width: 20em;
	line-height: 1.7em;
}
h2.sectionTitle	{
	text-align: center;
}

section.heroStatement,
section.about,
section.instruction {
	background-image: url('/wp-content/themes/studiomigoto/images/migoto-shapea-138x100.jpg');
	background-attachment: fixed;		
	background-position: bottom left;
	background-repeat: no-repeat;
}
section.about {
	background-image: url('/wp-content/themes/studiomigoto/images/migoto-shapeb-138x100.jpg');
	}

section.instruction {
	background-image: url('/wp-content/themes/studiomigoto/images/migoto-shapec-138x100.jpg');
	}

section.about h2 {
	background: rgba(255,255,255,0.2);	
	text-shadow: 1px 1px 1px #FFF;
}

section.about p {	
	background: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 1px #FFF;
}

p.readMore {
	text-shadow: none !important;
	background: transparent !important;
}

section.about .container {
	max-width: 50em;
}

section.instruction {}	

section.pendants-neck {}	

section.cuffs-bangles {}	

section.rings {}	

section.earrings {}	

.viewAllLinks	{
	text-align: right;
	padding-right: 20px;
}

section.footer	{
	border-top: 1px solid transparent;
}
