* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a[href^=tel] {
   text-decoration: none !important;
   color: inherit !important;
}

html {
	width: 100%;
	overflow: visible;
	font-family: 'Cormorant Garamond', sans-serif;
}

body {
	width: 100%;
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 62.5%;
	background-color: #FFFFFF;
}

p {
	color: #464646;
	font-size: 1.6em;
	line-height: 1.4em;
}
ul {
	color: #464646;
}

header {
	background-color: #5f8463;
	width: 100%;
	margin: 0px 0px -100px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	z-index: 3001;
	top: 0px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
	transition: 0.5s;
}

header .contactBanner {
	background-color: #f6dec5;
	color: #232323;	
}
header .contactBanner .contactBannerContent {
	max-width: 1200px;
	width: 100%;
	font-size: 1.6em;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
}
header .contactBanner .contactBannerContent span {
	margin-right: 30px;	
}

header .mainHeader {
	max-width: 1200px;
	width: 100%;
	height: 105px;
	margin: 0px auto 0px auto;
}
header .mainHeader .headerLogo {
	width: 25%;	
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
header .mainHeader .headerLogo img {
	border: 0px;
}

.navigation {
	width: 74%;
	display: inline-block;
	padding: 55px 10px 15px 10px;
	box-sizing: border-box;
	z-index: 5000;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
nav {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 0px auto;
	color: #FFFFFF;	
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	text-align: right;
	text-transform: uppercase;
}
#nav { /* container */ }
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
 
/* first level */
#nav > ul {
	list-style: none;
	color: #FFFFFF;
}
#nav > ul > li {
	display: inline-block;
	margin: 0px 30px 0px 0px;
}
 
/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	list-style: none;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	width: 250px;
	z-index: 1001;
	padding-bottom: 10px;
}
#nav li ul li {
	padding: 15px 20px 10px 20px;
}
#nav li:hover ul {
	display: block;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.6em;
	font-style: normal;
}
a.menuLink:hover {
	text-decoration: underline;
	font-style: normal;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.5em;	
	font-style: normal;
}
a.subMenuLink:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-style: normal;
}

.homeBanner {
	background-image: url(../images/jacqui-bird-celebrant-in-yorkshire.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 110px;	
}
.homeBanner .homeBannerContent {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 200px 20px 200px 20px;
	text-align: right;	
}
.homeBanner .homeBannerContent .homeBannerText {
	display: inline-block;
	background-color: rgba(246, 222, 197, 0.75);
	max-width: 550px;
	padding: 30px 30px 30px 30px;
}
.homeBanner .homeBannerContent .homeBannerText h1 {
	font-size: 6.5em;
	line-height: 0.95em;
	color: #5f8463;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 30px;
}
.homeBanner .homeBannerContent .homeBannerText p {
	font-size: 4.0em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000000;
}

.homeBanner2 {
	background-image: url(../images/yorkshire-celebrant-jacqui-bird.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 110px;	
}
.homeBanner2 .homeBannerContent {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 200px 20px 200px 20px;
	text-align: right;	
}
.homeBanner2 .homeBannerContent .homeBannerText {
	display: inline-block;
	background-color: rgba(246, 222, 197, 0.75);
	max-width: 550px;
	padding: 30px 30px 30px 30px;
}
.homeBanner2 .homeBannerContent .homeBannerText h1 {
	font-size: 6.5em;
	line-height: 0.95em;
	color: #5f8463;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
	margin-bottom: 30px;
}
.homeBanner2 .homeBannerContent .homeBannerText p {
	font-size: 4.0em;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #000000;
}

.pinkStrip {
	width: 100%;
	background-color: #f6dec5;
	border-top: 10px #ffffff solid;	
	border-bottom: 10px #ffffff solid;
	text-align: center;
}
.pinkStrip .pinkStripContent {
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 10px 150px 40px 150px;
}
.pinkStrip .circleIcon {
	margin-top: -60px;
	margin-bottom: 30px;	
}
.pinkStrip .pinkStripContent h3 {
	font-family: 'Allura', sans-serif;	
	color: #5f8463;
	font-size: 3.8em;
	font-weight: normal;
	margin-bottom: 20px;
}
.pinkStrip .pinkStripContent p {
	font-size: 2.0em;
	line-height: 1.6em;	
	margin-bottom: 20px;
}
.pinkStrip .pinkStripContent img {
	margin-top: 50px;	
}
.pinkStrip .pinkStripContent .citation {
	font-size: 2.0em;
	color: #9b9b9b;
	margin-bottom: 80px;
}
.pinkStrip .pinkStripContent blockquote {
	font-family: 'Allura', sans-serif;	
	color: #5f8463;
	font-size: 3.8em;
	font-weight: normal;
	margin-bottom: 20px;
}

.greyFadeWithLogo {
	background-image: url(../images/watermark.png), linear-gradient(180deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.greyFadeWithLogo .greyFadeContent {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 100px 20px 100px 20px;
}
.greyFadeWithLogo .greyFadeContent .greyFadeLeft {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 50px 0px 0px;
}
.greyFadeWithLogo .greyFadeContent .greyFadeRight {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 50px;
}
.greyFadeWithLogo .greyFadeContent .greyFadeRight img {
	width: 100%;
	max-width: 475px;	
}
.greyFadeWithLogo .greyFadeContent .greyFadeRight h4 {
	color: #5f8463;
	font-size: 4.5em;
	font-weight: bold;
}
.greyFadeWithLogo .greyFadeContent h2 {
	color: #5f8463;
	font-size: 6.0em;
	font-weight: bold;
}
.greyFadeWithLogo .greyFadeContent h3 {
	color: #5f8463;
	font-size: 4.5em;
	font-weight: bold;
}
.greyFadeWithLogo .greyFadeContent p {
	font-size: 2.0em;
	margin: 20px 0px 20px 0px;	
}
.greyFadeWithLogo .greyFadeContent ul {
	font-size: 2.0em;
	margin: 20px 0px 20px 0px;	
	list-style-position: inside;
}
.greyFadeWithLogo .greyFadeContent .highlightText {
	font-size: 2.4em;
	font-weight: bold;	
}

.greenHomeSplit {
	width: 100%;
	background-color: #5f8463;
}
.greenHomeSplit .greenHomeSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/wedding-celebrant-in-yorkshire-jacqui-bird.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.greenHomeSplit .greenHomeSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.greenHomeSplit .greenHomeSplitRight h2 {
	color: #ffffff;
	font-size: 6.0em;
	font-weight: bold;
}	
.greenHomeSplit .greenHomeSplitRight ul {
	color: #ffffff;
	font-size: 2.6em;
	line-height: 1.6em;
	margin: 20px 0px 0px 100px;
}	
.greenHomeSplit .greenHomeSplitRight ul li {
	border-bottom: 1px solid #afc2b1;
    list-style: none;
}
.greenHomeSplit .greenHomeSplitRight ul li i {
	color: #f6dec5;
	margin-left: -40px;	
	margin-right: 10px;
}

.greyFade {
	background-image: linear-gradient(180deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.greyFade .greyFadeContent {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 100px 20px 60px 20px;
}
.greyFade .greyFadeContent blockquote {	
	font-family: 'Allura', sans-serif;	
	color: #5f8463;
	font-size: 4.0em;
	text-align: center;
	padding: 0px 200px 0px 200px;
}
.greyFade .greyFadeContent p {	
	font-size: 2.0em;
	text-align: center;
	margin: 10px 0px 20px 0px;
}	
.citation {
	font-size: 2.0em;
	color: #666666;
	text-align: center;
	padding-top: 20px;	
}
.greyFade .greyFadeContent h2 {	
	font-size: 6.0em; 
	color: #5f8463;
}
.greyFade .greyFadeContent h3 {	
	font-size: 4.0em; 
	color: #5f8463;
}
.greyFade .greyFadeContent .governLogo img {	
	border: 0px;
	margin: 20px 0px 20px 0px;
	width: 100%;
	max-width: 300px;
}

.homePink {
	width: 100%;
	background-color: #f6dec5;
	border-top: 10px #ffffff solid;	
	border-bottom: 10px #ffffff solid;
	padding: 100px 0px 40px 0px;
	text-align: center;		
}
.homePink .homePinkContent {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 0px 20px 0px 20px;	
	text-align: center;		
}
.homePink .homePinkContent h2 {
	color: #5f8463;
	font-size: 4.0em;
	font-weight: bold;
	margin-bottom: 60px;
}
.homePink .homePinkContent .homePinkCeremony {
	width: 33%;
	display: inline-block;
	padding: 0px 50px 0px 50px;
	margin-bottom: 80px;
	vertical-align: top;
}
.homePink .homePinkContent .homePinkCeremony h3 {
	color: #5f8463;
	font-size: 2.2em;
	text-transform: uppercase;	
	margin: 20px 0px 10px 0px;
}
.homePink .homePinkContent .homePinkCeremony img {
	border: 0px;
}
.homePink .homePinkContent p {
	text-align: center;
}

.titleBanner {	
	width: 100%;
	margin: 190px 0px 50px 0px;
	padding: 10px 0px 0px 0px;
}
.titleBanner .titleBannerContent {	
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 250px 0px 250px;
}
.titleBanner .titleBannerContent h1 {
	font-size: 6.0em;
	color: #646464;
}
.titleBanner .titleBannerContent p {
	font-size: 3.5em;
	color: #5f8463;	
	font-family: 'Allura', sans-serif;	
	line-height: 1.0em;
}
.titleBanner .titleBannerContent hr {
	color: #c8c8c8;
	background-color: #c8c8c8;
	width: 300px;
	margin: 30px auto 30px auto;	
}

.contentPinkStrip {
	width: 100%;
	background-color: #f6dec5;
	text-align: center;
}
.contentPinkStrip .contentPinkStripContent {
	max-width: 1200px;
	margin: 0px auto 0px auto;
	padding: 60px 150px 60px 150px;
}
.contentPinkStrip .contentPinkStripContent p {
	font-family: 'Allura', sans-serif;	
	color: #646464;
	font-size: 3.8em;
	font-weight: normal;
	margin: 20px 0px 20px 0px;
}

.centralContent {
	width: 100%;
}
.centralContent .centralContentContent {
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 35px 150px 50px 150px;		
}
.centralContent .centralContentContent p {
	font-size: 2.0em;
	margin: 20px 0px 20px 0px;	
}

.floatingCircleIcon {
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.namingGreenSplit {
	width: 100%;
	background-color: #5f8463;
}
.namingGreenSplit .namingGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/naming-ceremonies-celebrant.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.namingGreenSplit .namingGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.namingGreenSplit .namingGreenSplitRight h2 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
}	
.namingGreenSplit .namingGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.funeralGreenSplit {
	width: 100%;
	background-color: #5f8463;
}
.funeralGreenSplit .funeralGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/funeral-celebrant.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.funeralGreenSplit .funeralGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.funeralGreenSplit .funeralGreenSplitRight h2 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
}	
.funeralGreenSplit .funeralGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.weddingGreenSplit {
	width: 100%;
	background-color: #5f8463;
}
.weddingGreenSplit .weddingGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/wedding-celebrant-jacqui-bird.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.weddingGreenSplit .weddingGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.weddingGreenSplit .weddingGreenSplitRight h2 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
}	
.weddingGreenSplit .weddingGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.sandGreenSplit {
	width: 100%;
	background-color: #5f8463;
}
.sandGreenSplit .sandGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 700px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/creative-unity-rituals.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sandGreenSplit .sandGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.sandGreenSplit .sandGreenSplitRight h3 {
	color: #ffffff;
	font-size: 4.0em;
	font-weight: bold;
}	
.sandGreenSplit .sandGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.jacquiGreenSplit {
	width: 100%;
	background-color: #5f8463;
}
.jacquiGreenSplit .jacquiGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/jacqui-bird-independent-celebrant-yorkshire.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.jacquiGreenSplit .jacquiGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.jacquiGreenSplit .jacquiGreenSplitRight h2 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
}	
.jacquiGreenSplit .jacquiGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.jacquiGreenSplit2 {
	width: 100%;
	background-color: #5f8463;
}
.jacquiGreenSplit2 .jacquiGreenSplitLeft {
	width: 50%;
	display: inline-block;
	min-height: 550px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/jacqui-bird-independent-celebrant-yorkshire.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.jacquiGreenSplit2 .jacquiGreenSplitRight {
	width: 50%;
	display: inline-block;
	background-color: #5f8463;
	vertical-align: top;
	padding: 60px 150px 60px 80px;
}
.jacquiGreenSplit2 .jacquiGreenSplitRight h2 {
	color: #ffffff;
	font-size: 5.0em;
	font-weight: bold;
}	
.jacquiGreenSplit2 .jacquiGreenSplitRight p {
	color: #ffffff;
	font-size: 2.2em;
	line-height: 1.2em;
	margin: 10px 0px 20px 0px;
}

.flowerList {
	max-width: 1200px;
	padding: 30px 20px 30px 20px;
	margin: 0px auto 0px auto;
}
.flowerList .flowerListLeft {
	width: 10%;
	vertical-align: top;
	display: inline-block;
}
.flowerList .flowerListRight {
	width: 89%;
	vertical-align: top;
	display: inline-block;
}
.flowerList .flowerListRight h3 {
	color: #5f8463;
	font-size: 4.0em;
}
.flowerList .flowerListRight p {
	font-size: 2.0em;
	margin: 10px 0px 20px 30px;
}
.greyFade .flowerListEnquire hr {
	margin: 60px auto 60px auto;	
	color: #c8c8c8;
	background-color: #c8c8c8;
	width: 80%;
}
.greyFade .flowerListEnquire {
	max-width: 1200px;
	margin: 0px auto 50px auto;	
	text-align: center;
	padding: 0px 20px 0px 20px;
}

footer {
	background-color: #5f8463;
}
footer .footerContent {
	background-image: url(../images/footer-watermark.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto 0px auto;	
	padding: 50px 20px 80px 20px;	
	text-align: center;	
}
footer .footerContent p {
	color: #ffffff;	
	font-size: 2.0em;
	margin: 10px 0px 30px 0px;
}
footer .footerContent img {
	border: 0px;	
}
.footerCopyright {
	background-color: #4b4b4b;
	padding: 20px 20px 20px 20px;
}
.footerCopyright p {
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
}	
a.copyrightLink:link, a.copyrightLink:active, a.copyrightLink:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.copyrightLink:hover {
	text-decoration: none;
}

a.pageLink:link, a.pageLink:active, a.pageLink:visited {
	color: #5f8463;
	text-decoration: underline;
}
a.pageLink:hover {
	text-decoration: none;
}
a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.footerLink:hover {
	text-decoration: none;
}
a.greenButton:link, a.greenButton:active, a.greenButton:visited {
	background-color: #5f8463;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	transition: 0.5s;
	font-size: 0.9em;
	border: 1px solid #5f8463;
}
a.greenButton:hover {
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
}
a.pinkButton:link, a.pinkButton:active, a.pinkButton:visited {
	background-color: #f6dec5;
	color: #333333;
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	transition: 0.5s;
	font-size: 0.9em;
	border: 1px solid #5f8463;
}
a.pinkButton:hover {
	background-color: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
}



#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
#wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	margin-bottom: -10px;
}
#wrapper span {
	margin-top: -30px;
	font-size: 16px;
}
.one-third {
	width: 29%;
	margin: 2%;
	font-size: 16px;
	display: inline-block;
	vertical-align: top; 
}
img:hover {
	opacity: .8;
}
#wrapper h2 {
	font-family: 'Allura', sans-serif;	
	color: #5f8463;
	font-size: 3.8em;
	font-weight: normal;
	margin-bottom: 20px;
}


.clear {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;	
}
.hidden {
	display: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width:1100px) {
.greenHomeSplit .greenHomeSplitRight {
	padding: 40px 40px 40px 40px;
}
.namingGreenSplit .namingGreenSplitRight {
	padding: 40px 40px 40px 40px;
}
.funeralGreenSplit .funeralGreenSplitRight {
	padding: 40px 40px 40px 40px;
}
.weddingGreenSplit .weddingGreenSplitRight {
	padding: 40px 40px 40px 40px;
}
.sandGreenSplit .sandGreenSplitRight {
	padding: 40px 40px 40px 40px;
}
.jacquiGreenSplit .jacquiGreenSplitRight {
	padding: 40px 40px 40px 40px;
}
.jacquiGreenSplit2 .jacquiGreenSplitRight {
	padding: 40px 40px 40px 40px;
}

.titleBanner {	
	width: 100%;
	margin: 200px 0px 50px 0px;
}
.titleBanner .titleBannerContent {	
	padding: 0px 200px 0px 200px;
}
}

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

header .mainHeader .headerLogo img {
	border: 0px;
	position: relative;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	box-sizing: border-box;
}
.navigation {
	padding: 0px 0px 0px 0px; !important
	margin: 0px 0px 0px 0px;
	text-align: right;	
	display: inline;	
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	margin: -152px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#nav > a {
	text-align: right;
	position: relative;
	padding: 4px 2px 15px 2px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 2.4em;
	font-weight: normal;
}
#nav > a span {
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 32px;
	padding: 0px 0px 0px 0px;
}
#nav > a:after { top: 60%; }
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type { display: block; }

/* first level */
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #5f8463;
	text-align: left;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	z-index: 1001;
	color: #ffffff;
}
#nav:target > ul {
	display: block;
	padding: 0px;
	text-align: left;
	padding-bottom: 20px;
}
#nav > ul > li { 
	width: 100%; 
	float: none; 
	padding: 15px 10px 15px 10px; 
	margin: 0px 0px 0px 0px; 
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.2em;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a { 
	border-right: none;
}

/* second level */
#nav li ul {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	line-height: 0.8em;
	background-color: #5f8463;
	position: static;
	color: #ffffff;
}
#nav li ul li {
	font-size: 1.0em;
	margin: 14px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
	line-height: 1.6em;
}
#nav ul li { list-style: none; display: block; }
#nav ul li:after { content: "";}

a.menuLink:link, a.menuLink:active, a.menuLink:visited {
	color: #ffffff;
	font-size: 1.8em;
}
a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited {
	color: #efefefef;
	font-size: 1.7em;
}

.homeBanner .homeBannerContent {
	padding: 150px 20px 150px 20px;
	text-align: center;	
}
.homeBanner2 .homeBannerContent {
	padding: 150px 20px 150px 20px;
	text-align: center;	
}

.greyFadeWithLogo {
	background-image: url(../images/watermark.png), linear-gradient(180deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.greyFadeWithLogo .greyFadeContent .greyFadeLeft {
	width: 100%;
	display: block;
	padding: 20px 0px 20px 0px;
}
.greyFadeWithLogo .greyFadeContent .greyFadeRight {
	width: 100%;
	display: block;
	padding: 20px 0px 20px 0px;
}
.greyFadeWithLogo {
	background: #F6F6F6;
	background-position: bottom center;
}
.greyFadeWithLogo .greyFadeContent h2 {
	text-align: center;
}
.greyFadeWithLogo .greyFadeContent .greyFadeLeft h3 {
	text-align: center;
}
.greyFadeWithLogo .greyFadeContent p {
	text-align: center;
}

.greenHomeSplit .greenHomeSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.greenHomeSplit .greenHomeSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.greenHomeSplit .greenHomeSplitRight ul {
	margin: 20px 0px 0px 60px;
}	
.greenHomeSplit .greenHomeSplitRight ul li {
	font-size: 0.8em;
}

.namingGreenSplit .namingGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.namingGreenSplit .namingGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.funeralGreenSplit .funeralGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.funeralGreenSplit .funeralGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.weddingGreenSplit .weddingGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.weddingGreenSplit .weddingGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.sandGreenSplit .sandGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.sandGreenSplit .sandGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.jacquiGreenSplit .jacquiGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.jacquiGreenSplit .jacquiGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}
.jacquiGreenSplit2 .jacquiGreenSplitLeft {
	width: 100%;
	display: block;
	min-height: 450px;
}
.jacquiGreenSplit2 .jacquiGreenSplitRight {
	width: 100%;
	display: block;
	padding: 30px 50px 30px 30px;
}	

.homePink .homePinkContent .homePinkCeremony {
	width: 49%;
	display: inline-block;
}

.titleBanner {	
	margin: 230px 0px 50px 0px;
}
.titleBanner .titleBannerContent {	
	padding: 0px 50px 0px 50px;
}

.flowerList .flowerListLeft {
	width: 10%;
}
.flowerList .flowerListLeft img {
	width: 100%;
	max-width: 99px;
}
.flowerList .flowerListRight {
	width: 89%;
}

}

@media screen and (max-width:700px) {
.homeBanner .homeBannerContent {
	padding: 180px 20px 120px 20px;
}
.homeBanner .homeBannerContent .homeBannerText h1 {
	font-size: 4.5em;
	text-shadow: 2px 2px 3px #000000;
	margin-bottom: 15px;
}
.homeBanner .homeBannerContent .homeBannerText p {
	font-size: 3.0em;
	text-shadow: 2px 2px 3px #000000;
}

.homeBanner2 .homeBannerContent {
	padding: 180px 20px 120px 20px;
}
.homeBanner2 .homeBannerContent .homeBannerText h1 {
	font-size: 4.5em;
	text-shadow: 2px 2px 3px #000000;
	margin-bottom: 15px;
}
.homeBanner2 .homeBannerContent .homeBannerText p {
	font-size: 3.0em;
	text-shadow: 2px 2px 3px #000000;
}

.centralContent .centralContentContent {
	padding: 35px 70px 50px 70px;		
}

.pinkStrip .pinkStripContent {
	padding: 10px 40px 40px 40px;
}

.greyFade .greyFadeContent blockquote {	
	padding: 0px 150px 0px 150px;
}
.one-third {
		width: 45%;
		margin: 1%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
header .mainHeader .headerLogo img {
	max-height: 100px;
}

header .mainHeader .headerLogo {
	padding: 0px 0px 0px 0px;
}

#nav {
	margin: -60px 0px 0px 0px;
}

header .contactBanner .contactBannerContent {
	display: none;
}

.homeBanner {
	margin-top: 90px;	
}
.homeBanner .homeBannerContent {	
	padding: 120px 30px 120px 30px;
}
.homeBanner .homeBannerContent .homeBannerText {
}
.homeBanner .homeBannerContent .homeBannerText h1 {
	text-shadow: 1px 1px 2px #000000;
	font-size: 3.5em;
}
.homeBanner .homeBannerContent .homeBannerText p {
	text-shadow: 1px 1px 2px #000000;
	font-size: 1.8em;
}

.homeBanner2 {
	margin-top: 90px;	
	background-position: center left;
}
.homeBanner2 .homeBannerContent {	
	padding: 130px 30px 120px 30px;
}
.homeBanner2 .homeBannerContent .homeBannerText {
}
.homeBanner2 .homeBannerContent .homeBannerText h1 {
	text-shadow: 1px 1px 2px #000000;
	font-size: 3.3em;
}
.homeBanner2 .homeBannerContent .homeBannerText p {
	text-shadow: 1px 1px 2px #000000;
	font-size: 1.8em;
}

.greyFadeWithLogo {
	padding-top: 0px;	
}

.greyFade .greyFadeContent blockquote {	
	padding: 0px 30px 0px 30px;
}
.greyFade .greyFadeContent h2 {
	font-size: 5.0em;
}
.greyFade .greyFadeContent h3 {
	font-size: 3.0em;
}

.homePink .homePinkContent .homePinkCeremony {
	width: 100%;
	display: block;
	padding: 0px 30px 0px 30px;
}
.homePink {
	padding-bottom: 50px;
}

.titleBanner {	
	margin: 100px 0px 50px 0px;
}
.titleBanner .titleBannerContent {	
	margin: 30px auto 0px auto;
	padding: 0px 20px 0px 20px;
}
.titleBanner .titleBannerContent h1 {
	font-size: 4.5em;
}

.contentPinkStrip .contentPinkStripContent {
	padding: 50px 30px 80px 30px;
}
.contentPinkStrip .contentPinkStripContent p {
	font-size: 3.0em;
	line-height: 1.0em
}

.centralContent .centralContentContent {
	padding: 50px 30px 50px 30px;	
}

.flowerList .flowerListLeft {
	width: 15%;
}
.flowerList .flowerListLeft img {
	width: 100%;
	max-width: 99px;
}
.flowerList .flowerListRight {
	width: 84%;
}
.flowerList .flowerListRight p {
	font-size: 2.0em;
	margin: 10px 0px 20px 0px;
}
.flowerList .flowerListRight h3{
	font-size: 3.0em;
}
.flowerListEnquire a {
	margin-top: 30px;
}
.greyFade .flowerListEnquire hr {
	margin: 10px auto 10px auto;	
	width: 95%;
}
.greyFadeWithLogo .greyFadeContent {
	padding: 50px 20px 100px 20px;
}

.one-third {
		width: 98%;
		margin: 1%;
	}
#wrapper section {
	margin-bottom: 40px;
}
}