@charset "UTF-8";
/* CSS Document */

@font-face {font-family: HessGothicRoundNF;src: url('../webfonts/22C342_0_0.eot');src: url('../webfonts/22C342_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/22C342_0_0.woff') format('woff'),url('../webfonts/22C342_0_0.ttf') format('truetype');}

body { font-family: HessGothicRoundNF; 
       letter-spacing: 0.11em; 
       
 } 

.HessGothicRoundNF{
	font-family: HessGothicRoundNF;
	font-weight:normal;
	font-style:normal;
}

h1, h2, h3, h4, h5 {
	font-family: HessGothicRoundNF;
	font-weight: normal;
	font-style: normal;
	color: #cccccc; 
}
p { 
	font-family: HessGothicRoundNF;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:40px;
	color: #999999;
}
body, html{
	height:100%;
	margin:0px;
	font-size:1em;
	font-weight:400;
	line-height:1.8em;	
	background-color: #000000;
  
} 


a {
	text-decoration: none;
	color: #cccccc;
}

.ParallaxImage {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  min-height: 100%;
  position: relative;
	
}

.bg1 {
  background-image: url("../garden/GARDEN.jpg");
}
.bg2 {
  background-image: url("../garden/GARDENABOUT.jpg");
}
.bg3 {
  background-image: url("../garden/GARDENART.jpg");
}
.bg4 {
  background-image: url("../garden/GARDENDESIGN.jpg");
}.bg5 {
  background-image: url("../garden/GARDENFILM.jpg");
}.bg6 {
  background-image: url("../garden/GARDENMUSIC.jpg");
}.bg7 {
  background-image: url("../garden/GARDENPHOTOGRAPHY.jpg");
}.bg8 {
  background-image: url("../garden/GARDENCONTACT.jpg");
}
.ParallaxContent{
  background: none repeat scroll 0 0 #000000;
  padding: 10px 20px 10px 20px;
  color:#cccccc;
  font-family: HessGothicRoundNF;
  text-align: center;
  
} 
.ParallaxVideo{ 
height: 300px;
padding-bottom: 50px;
padding-top: 50px; 
}
.ParallaxVideo video{ 
min-width: 100%;
position: fixed;
top:0;
z-index: -999;
}
.ParallaxVideo h1 {
  color: #cccccc;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
/* CORE STYLES */
:root {
  --primary-color: rgba(0, 0, 0, 0.80);
  --overlay-color: rgba(0, 0, 0, 0.85);
  --menu-speed: 0.75s;
}

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

body {
  font-family: HessGothicRoundNF;
  line-height: 1.4;
}

.container {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  padding: 0 3rem;
}

.showcase {
 
  color: #CCCCCC;
  height: 100vh;
  position: relative;
}

.showcase:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.showcase h1 {
  font-size: 2rem;
}

.showcase p {
  font-size: 1.3rem;
}


 
@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}
 
	nav li {
		margin-top: 1px;
	}
  
  nav li a {
    font-size: 100%;
  }
  
  .scroll-icon {
    display: none;
  }
}
 
@media screen and (max-width: 400px) {
  html {
    font-size: 70%;
  }
  
  .open-menu ~ nav {
		padding: 20px 0;
	}
 
	nav li a {
		padding: 3px;
	}
}
