@import url(https://fonts.googleapis.com/css?family=Varela+Round|Marcellus+SC);)
html, body{
		margin: 0;
		height: 100%;
}

body{
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 87%;
    letter-spacing: 0.1em;
	min-height: 100%;
	color: #818080;
	margin: 0;
}
#wrap{
	margin: 0 auto 0;

	width: 100%;
	min-height: 100%;
		background: #ffffff;
	position: relative;

}
#header{
	width: 100%;
	border-top: 5px solid #818080;/* this is grey */
	position: fixed;
	top: 0;
	z-index: 10;
	background: #ffffff;
	}
#header-content{
	margin: 10px auto;
	max-width: 1100px;
	text-align: center;
		
	}
	.wrap-content-narrow{
		margin: 10px auto;
	max-width: 1100px;
	text-align: center;
	
}
.wrap-content-narrower{
		margin: 10px auto;
	max-width: 800px;
	text-align: justify;
	
}

.wrap-content{
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	}
#imagewrap{
	height: 1000px;
	background: url('../images/wedding-garland-hp.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
}
#imagewrap-cf{
	height: 400px;
	background: url('../images/contactpagebanner.jpg') no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: 50% center;
}
#imagewrap2{
	height: 500px;
	background: url('../images/Close-up-sunflowers.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% center;
	
}
#imagewrap3{
	min-height: 500px;
	background: url('../images/fadedtwigbkg.jpg') no-repeat;
	background-size: cover;	
	display: table;
	vertical-align: middle;
	background-position: 50% center;
	width: 100%;
}
#imagewrap3 #textwrap{
	background: transparent;
	vertical-align: middle;
}
#imagewrap4{
	height: 800px;
	background: url('../images/Lux-white-roses.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
#imagewrap5{
	height: 800px;
	background: url('../images/Sunflowers-in-marquee.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
#imagewrap-prod{
	height: 600px;
	background: url('../images/sunflowerstopper.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
#imagewrap-home{
	height: 800px;
	background: url('../images/Example-in-marquee.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
#imagewrap-about{
	height: 500px;
	background: url('../images/aboutpagebanner.jpg') no-repeat;
	background-position: 50% center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
.framed-text{
	width: 100%;
	margin: 0 auto;
	top: 50%;
	position: absolute;
	text-align: center;
}
#imagewrap4 a h3, .imagewrap a h3, #imagewrap5 a h3{
text-align: center;
text-transform: uppercase;
border: 10px double #ffffff;
font-family: 'marcellus SC', serif;
background: #808080;
color: #ffffff;
max-width: 250px;
padding: 30px;
margin: 0 auto;
}
#imagewrap4 a h3:hover, .imagewrap a h3:hover{
background: #c3a1bf;
}
#imagewrap4 a:hover, .imagewrap a:hover, #imagewrap5 a:hover{
text-decoration: none;
}

#imagewrap4 a h3{

	
}
.imagewrap a h3{
top: 50%;

}
a{
	color: #6a6869;
	text-decoration: none;
	font-weight: bold;
	
}
#textwrap div.html-code a.popup-modal{

}
a:hover{
	text-decoration: underline;
}
p.quote{
	color: #ea7c7b;
	width: 45%;
	display: inline-block;
	
}
p.quote span.author{

	text-transform: none;
}
#form-wrap{
	width: 50%;
}
.label{
	margin-top: 20px;
}
input.send{
	margin-top: 10px;
	background: #c3a1bf;
	padding: 10px;
}
html body div#wrap.contactpage div.wrap-content div#textwrap div#form-wrap form input.send{
		width: 25%;
		border-radius: 5px;
		color: #ffffff;
}
.product-wrapper{
	width: 30%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
img.product{
	width: 100%;
}
.product-wrapper .middle{
	margin: 0 5%;
}
html body div#wrap.contactpage div.wrap-content div#textwrap form input, html body div#wrap.contactpage div.wrap-content div#textwrap div#form-wrap form textarea{
	width: 100%;
	border: 1px solid #a4a1a2;
	padding: 3px;
}

.homepage ul#menu li.nav1 a, html body div#wrap.yogapage div#header ul#menu li a.nav2, html body div#wrap.biopage div#header ul#menu li a.nav3, html body div#wrap.classpage div#header ul#menu li a.nav4, html body div#wrap.contactpage div#header ul#menu li a.nav5, html body div#wrap.productpage div#header ul#menu li a.nav6{
	color: #6a6869; 
	font-weight: bold;
}
.homepage li.nav1 a:hover{
	color: #6a6869;
}
.alert, .text-danger{
	color: #c3a1bf;
	font-weight: bold;
	line-height: 2;
}
#textwrap{
	max-width: 800px;
	width: 90%;
	margin: 10px auto;
	background: #ffffff;
	position: relative;
}
p, .label{
	color: #818080;
	font-weight: 200;
	line-height: 1.5;
}
.subheading{
	background: #818080;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.subheading h2{
margin: 0;
line-height: 2;
color: #ffffff;
font-family: 'marcellus SC', serif;
}
.subheading h2 a{
color: #c3a1bf;
}
h2{
	color: #c3a1bf;
	font-weight: normal;

}
img.mainimg{
	width: 100%;
}
.clear{
	clear: both;
}
img.logo{
	margin: 0 auto;
	max-width: 100%;
	
}
img.logo-mob{
	display: none;
}
h1.title{
	float: left;
	font-family: 'marcellus SC', serif;
	font-size: 20px;
}
.fouc { display:none; }
hr {
height: 1px;
color: #eeeeee;
background-color: #eeeeee;
border: none;
}
/*Strip the ul of padding and list styling*/
ul#menu {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
	text-align: right;
}

/*Create a horizontal list with spacing*/
ul#menu li {
	display:inline-block;
	margin-right: 1px;
	line-height: 1;
	
}
/*Style for menu links*/
ul#menu li a {
	display:block;
	min-width:100px;
	text-align: center;
	font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
	text-transform: uppercase;
	color: #696768;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

/*Hover state for top level links*/
ul#menu li:hover a {
	color: #ea7c7b;
}

/*Style for dropdown links*/
ul#menu li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
ul#menu li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
ul#menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
ul#menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
ul#menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul#menu ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #666666;
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/* ----------------------------------------------------the footer */
p.footer{
	text-align: center;
	z-index: -1;
	width: 100%;
	font-size: 10px;
	padding: 10px 0;
	border-top: 5px solid #818080;
	border-bottom: 5px solid #818080;
	margin: 0;
}
img.line{
	max-width: 100%;
}
/*Responsive Styles*/
#textwrap li{
	font-weight: 200;
	margin-bottom: 10px;

}
img.showmob{
	display: none;
}
/* --------------------------------------------------------ipads */
@media screen and (max-width : 1024px){
li a {
min-width: 70px;
}
#imagewrap{
	height: 800px;
	background-attachment: scroll;
}
#imagewrap2, #imagewrap-cf, #imagewrap2, #imagewrap4, #imagewrap5, #imagewrap-home, #imagewrap-prod, #imagewrap-about{
	background-attachment: scroll;
}
}
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	#textwrap ul{
		display:block;
	}
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	.nomobile{
		display:none;
	}
	#header {
	position: relative;
	}
	#form-wrap{
	width: 100%;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
		line-height: 2;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	img.logo{
		display: none;
	}
	img.showmob{
		display:block;
		width: 100%;
	}
	img.logo-mob{
		display: block;
		float: left;
		max-width: 90%;
		margin-bottom: 1em;
	}
	img.navigation-mob{
		display:block;
		float: right;
		width: 40px;
		max-width: 10%
	}
	#textwrap{
	width: 100%;
	margin-left: 0;
	}
	#imagewrap{
	width: 100%;
	}
	h1.title{
	display: none;
}
p.quote{
width: 100%;
}
.wrap-content{
padding: 0 5px;

}
.product-wrapper{
	width: 100%;
}

.product-wrapper .middle{
	margin: 0;
}
html body div#wrap.contactpage div.wrap-content div#textwrap form input, html body div#wrap.contactpage div.wrap-content div#textwrap div#form-wrap form textarea{
	width: 97%;
}
#imagewrap{
	background: none;
	background-attachment: scroll;
	height: auto;
}
#imagewrap-cf{
	background: none;
	background-attachment: scroll;
	height: auto;
}
#imagewrap2{
	background: none;
	background-attachment: scroll;
	height: auto;

}
#imagewrap3{
	min-height: 500px;
	background: url('../images/fadedtwigbkg.jpg') no-repeat;
	background-size: cover;	
	display: table;
	vertical-align: middle;
	background-position: 50% center;
	width: 100%;
}
#imagewrap3 #textwrap{
	background: transparent;
	vertical-align: middle;
}
#imagewrap4{
	background: none;
	background-attachment: scroll;
	height: auto;
}
#imagewrap5{
	background: none;
	background-attachment: scroll;
	height: auto;
	text-align: center;
}
#imagewrap-prod{
	background: none;
	background-attachment: scroll;
	height: auto;
}
#imagewrap-home{
	background: none;
	background-attachment: scroll;
	height: auto;
	width: 100%;
}
#imagewrap-about{
	background: none;
	background-attachment: scroll;
	height: auto;
}
.framed-text{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#imagewrap4 a h3, .imagewrap a h3, #imagewrap5 a h3 {
max-width:100%;
width: 90%;
padding: 5%;
border-top: 10px double #ffffff;
border-bottom: 10px double #ffffff;
border-left: none;
border-right: none;
}
#header-content{
padding: 0 5px;
}
}
