@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding:0;
	background-color:rgba(241,235,235,1.00);
	font-family: 'MyWebFont';
	width:100%;
	overflow-x:hidden;
}
@font-face {
  font-family: 'MyWebFont';
  src:url(fonts/AGaramondPro-Regular.otf); /* IE9 Compat Modes */
  src:url(fonts/AGaramondPro-Regular.otf) format('embedded-opentype'), /* IE6-IE8 */
       url(fonts/AGaramondPro-Regular.otf) format('woff2'), /* Super Modern Browsers */
       url(fonts/AGaramondPro-Regular.otf) format('woff'), /* Pretty Modern Browsers */
       url(fonts/AGaramondPro-Regular.otf) format('truetype'), /* Safari, Android, iOS */
       url(fonts/AGaramondPro-Regular.otf) format('svg'); /* Legacy iOS */
}
@media only screen and (max-width: 480px) {
	header{
	width:100%;
	height:150px;
	background-color:#d6d6d6;
	color:#FFFFFF;
	position:fixed;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
	background: rgb(214, 214, 213);
	background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background-size:cover;
	}
nav{
height:50px;
background:none;
width:100%;
	color:rgba(255,255,255,1);
position:fixed;
top:150px;
/*	-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
}
nav ul{
	width: 100%;
	margin:auto;
	list-style:none;
	margin-top:10px;
	}
nav ul li{
	float:left;
	margin:auto;
	background-color:rgba(255,255,255,.7);
	margin-right:20px;
	/*-webkit-box-shadow: 0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	-moz-box-shadow:    0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	box-shadow:         0px -1px 28px 9px rgba(50, 50, 50, 0.99);*/
	border:double thin rgba(255,255,255,1);
	margin-top:15px;
	}
nav a{
	text-decoration:none;
	color:#020000;
	font-family: 'MyWebFont';
	font-size: 1em;
	padding:20px;
	
	}
nav a:hover{
	color:#619F40;
	}
section{
	height:300px;
	width:100%;
	background-color:rgba(241,235,235,1.00);
	font-family: 'MyWebFont';
	overflow:visible;
	border-bottom:#838383 solid 5px;
	border-top:#838383 solid 5px;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
	}
.fish{
	background-image:url(images/golfers.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;

	}
.fish2{
	background-image:url(images/wedding_dresses.png);
	background-size:contain;
	clear:both;
	background-repeat:no-repeat;
	background-position:right;

	}

.fish3{
	background-image:url(images/ThinkstockPhotos-451025973.png);
	clear:both;
	background-repeat:no-repeat;	
	background-size:contain;

	}	
section .typ1{
	height:2.2em;
	width:500px;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	 float:left;

	}
section .typ1:hover{
	-webkit-column-count: 1;  /*Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 100%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:visible;
	
	}
section .typ2{
	/*display:marker;*/
	height:2.2em;
	width:500px;
	margin:auto;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ2:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 100%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:visible;
	
	}
section .typ3{
	height:2.2em;
	width:500px;
	margin:auto;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ3:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 100%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:visible;
	}
section ul {
	padding:0;
	margin:0;
	}
section ul li {
	padding:0;
	margin:0;
	}
section p{
	padding: 10px;
	margin:0;
	color:rgba(100,95,95,1.00);
	font-family: 'MyWebFont';
	font-size:.9em;
	font-weight:lighter;
}
section p:hover{
	overflow:visible;
	}
section h1 {
	 font-family: 'MyWebFont';
	margin:0;
	color:rgba(204,204,204,1);
	font-size:2em;
	color:black;
	font-weight:lighter;
	letter-spacing:10px;
}
.titl{
	width:400px;
	margin:auto;
	display:block;
	}
.parallax-window {
    min-height: 600px;
    background: transparent;
	border:hidden;
}
.parallax-window2 {
    min-height: 700px;
    background: transparent;
	border:hidden;
}
.parallax-window3 {
    min-height: 800px;
    background: transparent;
	border:hidden;
}
 .top {
	min-height:200px;
	max-height:400px;
	background: transparent;
	color:rgba(255,255,255,1);
	
}
.top p{
	padding: 0;
	}
.logo1{
	
	margin:auto;
	width:250px;
	height:80px;
	background-size:contain;
	background-image:url(images/Silverleaf-logo.png);
	background-repeat:no-repeat;
	overflow:auto;
	position:relative;
	top:20px;
}
	
footer{
	height:150px;
	width:100%;
	height:150px;
		background-color:#d6d6d6;
	color:#010000;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
background: rgb(214, 214, 213);
background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
text-align:center;
padding-top:20px;

}
footer ul{
	width: 60%;
	margin:auto;
	list-style:none;
	margin-top:10px;
	display:none;
	}
footer ul li{
	float:left;
	margin:auto;
	background-color:rgba(255,255,255,.4);
	margin:20px;
	/*border:double thin rgba(255,255,255,.5);*/
	}
footer a{
	text-decoration:none;
	color:#020000;
	font-family: 'MyWebFont';
	font-size: .7em;
	padding:10px;
	
	}
footer a:hover{
	color:#619F40;
	}

.socialf{
	background-image:url(images/facebook-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}

.socialt{
	background-image:url(images/twitter-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}
.insidePage{
	position:static;
	
}
.intPage {
	background-color:transparent;
	}
#golfImage{
	background-image:url(images/Untitled-1.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	border:none;
	background-size:cover;
	height:25em;
	}
#golfImage1{
	background-image:url(images/TheClub.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	border:none;
	background-size:cover;
	height:25em;
	}
#golfImage2{
	background-image:url(images/EventImage.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	border:none;
	background-size:cover;
	height:25em;
	}
#golfContent{
	position:relative;
	height:100%;
	padding:20%;
	text-height:2em;
	text-align:center;
	width:100%;
	background-color:rgba(255,255,255,1);
	font-weight:lighter;
}
.overview {
	width:100%;
	-webkit-column-count: 1;  /*Chrome, Safari, Opera*/ 
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 40px;  /*Chrome, Safari, Opera */
    -moz-column-gap: 40px;  /*Firefox */
    column-gap: 40px;
	text-height:30px;
	font-size:1em;
	color:black;
	font-family: 'MyWebFont';
	background-color:rgba(204,219,208,1.00);
	position:relative;
	text-indent:hanging;
	text-align:center;
	padding:10%;
	font-weight:lighter;
}
.overview p{
	font-size:.8em;
	color:black;
	font-family: 'MyWebFont';
	line-height:1.5em;
	padding:0;
	position:relative;
	margin:0;
	text-wrap:normal;
	font-weight:lighter;
}
.overview h3{
	font-weight:lighter;
	letter-spacing:6px;
}
#golfContent h1{
	font-size:2em;
	color:black;
	font-family: 'MyWebFont';
	text-align:center;
	font-weight:lighter;
	letter-spacing:10px;
	
}
.facility{
	width:100%;
	color:black;
	font-family: 'MyWebFont';
	line-height:1.5em;
	font-size:1em;
	position:relative;
	text-align:center;
	background-color:rgba(255,255,255,1);
	border-top:#838383 solid 5px;
	font-weight:lighter;
	padding:30px 0 20px 0;
	
}
.facility p{
	color:black;
	font-family: 'MyWebFont';
	font-size:.8em;
	line-height:1.5em;
	text-wrap:normal;
	padding-left:20%;
	padding-right:20%;
	font-weight:lighter;
	
}
.facility h3{
	margin:0;
	padding:0;
	font-weight:lighter;
	font-family: 'MyWebFont';
		font-weight:lighter;
	letter-spacing:10px;
	
}
.facility a{
	color: rgba(204,219,208,1.00);
	text-decoration:none;
	font-style:none;
	font-family: 'MyWebFont';
	font-weight:lighter;
}
.facility a:hover{
	color:rgba(238,152,153,1.00);
	font-weight:lighter;
	font-family: 'MyWebFont';
	}
#golfImage3{
	background-image:url(images/Spa.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	border:none;
	background-size:cover;
	height:25em;
}
#golfImage4{
	background-image:url(images/Hole_in_one.jpg);
	background-repeat:no-repeat;
	overflow:auto;
	border:none;
	background-size:cover;
	height:25em;
}
.text{
	margin:0;
	padding:0;
	width:100%;
}

* {
	-webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form header {
  margin:20px; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 20px;
  margin: 20px;
  background-color:rgba(255,255,255,1);
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
 .xform h3{
	  padding-left:20px;
  }
}


@media only screen and (min-width: 481px) {
	header{
	width:100%;
	height:150px;
	background-color:#d6d6d6;
	color:#FFFFFF;
	position:fixed;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
	background: rgb(214, 214, 213);
	background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background-size:cover;
	}
nav{
height:50px;
background:none;
width:100%;
	color:rgba(255,255,255,1);
position:fixed;
top:150px;
/*	-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
}
nav ul{
	width: 100%;
	margin:auto;
	list-style:none;
	margin-top:15px;
	}
nav ul li{
	float:left;
	background-color:rgba(255,255,255,.7);
	margin-right:20px;
	/*-webkit-box-shadow: 0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	-moz-box-shadow:    0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	box-shadow:         0px -1px 28px 9px rgba(50, 50, 50, 0.99);*/
	border:double thin rgba(255,255,255,1);
	margin-top:5px;
	}
nav a{
	text-decoration:none;
	color:#020000;
	 font-family: 'MyWebFont';
	font-size: 1em;
	padding:20px;
	
	}
nav a:hover{
	color:#619F40;
	}
section{
	height:300px;
	width:100%;
	background-color:rgba(241,235,235,1.00);
	 font-family: 'MyWebFont';
	overflow:visible;
	border-bottom:#838383 solid 5px;
	border-top:#838383 solid 5px;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
	}
.fish{
	background-image:url(images/golfers.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;

	}
.fish2{
	background-image:url(images/wedding_dresses.png);
	background-size:contain;
	clear:both;
	background-repeat:no-repeat;
	background-position:right;

	}
.fish3{
	background-image:url(images/ThinkstockPhotos-451025973.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;

	}
	
section .typ1{
	/*display:marker;*/
	height:40px;
	width:500px;
	margin:auto;
	padding:25px;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	float:left;
	}
section .typ1:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 95%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:visible;
	padding-right:5%;
	}
section .typ2{
	height:40px;
	width:500px;
	margin:auto;
	padding:25px;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ2:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 1;
	width: 95%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	padding-right:5%;
	
	}
section .typ3{
	/*display:marker;*/
	height:40px;
	width:500px;
	margin:auto;
	padding:25px;
    transition: height width all 2s;
	 -webkit-transition: width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ3:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 95%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	padding-right:5%;
	}
section ul {
	padding:0;
	margin:0;
	}
section ul li {
	padding:0;
	margin:0;
	}
section p{
	margin:0;
	color:rgba(100,95,95,1.00);
	 font-family: 'MyWebFont';
	font-size:1em;
	line-height:1.5em;
	font-weight:lighter;
}
section h1 {
	 font-family: 'MyWebFont';
	margin:0;
	padding: 10px;
	color:rgba(204,204,204,1);
	font-size:3em;
	color:black;
	font-weight:lighter;
	letter-spacing:10px;
}
.titl{
	width:400px;
	margin:auto;
	display:block;
	}
.parallax-window {
    min-height: 600px;
    background: transparent;
	border:hidden;
}
.parallax-window2 {
    min-height: 700px;
    background: transparent;
	border:hidden;
}
.parallax-window3 {
    min-height: 800px;
    background: transparent;
	border:hidden;
}
 .top {
	min-height:200px;
	max-height:400px;
	background: transparent;
	color:rgba(255,255,255,1);
	
}
.top p{
	padding: 0;
	}
.logo1{
	
	margin:auto;
	width:250px;
	height:80px;
	background-size:contain;
	background-image:url(images/Silverleaf-logo.png);
	background-repeat:no-repeat;
	overflow:auto;
	position:relative;
	top:20px;
}
footer{
	height:250px;
	width:100%;
	height:150px;
		background-color:#d6d6d6;
	color:#010000;
	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
background: rgb(214, 214, 213);
background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
text-align:center;
padding-top:20px;

}
footer ul{
	width: 100%;
	margin:auto;
	list-style:none;
	margin-top:50px;
	}
footer ul li{
	float:left;
	margin:auto;
	background-color:rgba(255,255,255,.4);
	margin-right:20px;
	margin-top:10px;
	/*border:double thin rgba(255,255,255,.5);*/
	}
footer a{
	text-decoration:none;
	color:#020000;
	 font-family: 'MyWebFont';
	font-size: .7em;
	padding:10px;
	
	}
footer a:hover{
	color:#619F40;
	}

.socialf{
	background-image:url(images/facebook-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}

.socialt{
	background-image:url(images/twitter-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}
/*------------------------------------------interior pages-------------------------------*/
.insidePage{
	position:absolute;
	 background-color:rgba(255,255,255,1);
	
}
.main{
	width:100%;
	 background-color:rgba(255,255,255,1);
}
nav .insidePage{
	width:100%;
	position:relative;
}
#golfImage{
	background-image:url(images/Untitled-1.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:35em;
	}
#golfImage1{
	background-image:url(images/TheClub.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:35em;
	}
#golfImage2{
	background-image:url(images/EventImage.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:35em;
	}
#golfContent{
	position:relative;
	height:100%;
	text-align:center;
	width:80%;
	padding:10%;
	font-weight:lighter;
	font-family: 'MyWebFont';
	background-color:rgba(255,255,255,1);
}
.overview {
	width:80%;
	-webkit-column-count: 2;  /*Chrome, Safari, Opera*/ 
    -moz-column-count: 2;  /*Firefox*/ 
    column-count: 2;
	-webkit-column-gap: 40px;  /*Chrome, Safari, Opera*/ 
    -moz-column-gap: 40px;  /*Firefox */
    column-gap: 40px;
	padding:10%;
	font-size:1em;
	color:black;
	font-family: 'MyWebFont';
	background-color:rgba(204,219,208,1.00);
	position:relative;
	text-align:left;
	font-weight:lighter;

}
.overview p{
	font-size:1em;
	color:black;
	font-family: 'MyWebFont';
	line-height:1.5em;
	padding:0;
	position:relative;
	margin:0;
	font-weight:lighter;
}
.overview h3{
	font-weight:lighter;
	letter-spacing:8px;
}
#golfContent h1{
	font-size:3em;
	color:black;
	 font-family: 'MyWebFont';
	text-align:center;
	font-weight:lighter;
}
.facility{
	width:100%;
	color:black;
	font-family: 'MyWebFont';
	font-size:1em;
	position:relative;
	text-align:center;
	line-height:1.5em;
	font-weight:lighter;
	padding:30px 0 20px 0;
	background-color:rgba(255,255,255,1);
	border-top:#838383 solid 5px;
}
.facility p{
	color:black;
	font-family: 'MyWebFont';
	font-size:1em;
	line-height:1.5em;
	padding-left:20%;
	padding-right:20%;
	font-weight:lighter;
}
.facility h3{
	margin:0;
	padding:0;
	font-size:2em;
	font-family: 'MyWebFont';
	line-height:1.5em;
	font-weight:lighter;
	letter-spacing:10px;
}
.facility a{
	color: rgba(204,219,208,1.00);
	text-decoration:none;
	font-style:none;
	font-weight:lighter;
	font-family: 'MyWebFont';
	font-size:1.5em;
	line-height:1.5em;
}
.facility a:hover{
	color:rgba(238,152,153,1.00);
	font-weight:lighter;
	}
#golfImage3{
	background-image:url(images/Spa.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:35em;
}

#golfImage4{
	background-image:url(images/Hole_in_one.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:35em;
}
.text{
	margin:0;
	padding:0;
	width:100%;
}
  form > div {
    margin:0 20px 0 20px ; 
	 background-color:rgba(255,255,255,1);
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media only screen and (min-width: 1024px) {
	header{
	width:100%;
	height:150px;
	background-color:#d6d6d6;
	color:#FFFFFF;
	position:fixed;
	-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	background: rgb(214, 214, 213);
	background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
	background-size:cover;
	}
nav{
height:50px;
background:none;
width:100%;
	color:rgba(255,255,255,1);
position:fixed;

	/*-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);*/
}
nav ul{
	width: 100%;
	margin:auto;
	list-style:none;
	margin-top:15px;
	}
nav ul li{
	float:left;
	margin:auto;
	background-color:rgba(255,255,255,.7);
	margin-right:20px;
	/*-webkit-box-shadow: 0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	-moz-box-shadow:    0px -1px 28px 9px rgba(50, 50, 50, 0.99);
	box-shadow:         0px -1px 28px 9px rgba(50, 50, 50, 0.99);*/
	border:double thin rgba(255,255,255,1);
	}
nav a{
	text-decoration:none;
	color:#020000;
	 font-family: 'MyWebFont';
	font-size: 1em;
	padding:20px;
	
	}
nav a:hover{
	color:#619F40;
	}
section{
	height:300px;
	width:100%;
	background-color:rgba(241,235,235,1.00);
	font-family: 'MyWebFont';
	overflow:visible;
	border-bottom:#838383 solid 5px;
	border-top:#838383 solid 5px;
	-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	}
.fish{
	background-image:url(images/golfers.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}
.fish2{
	background-image:url(images/wedding_dresses.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}
.fish3{
	background-image:url(images/ThinkstockPhotos-451025973.png);
	clear:both;
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
}
	
section .typ1{
	height:50px;
	width:500px;
	overflow:hidden;
	padding:25px;
    transition:  width all 2s;
	-webkit-transition:  width all 5s;
	float:left;
}
section .typ1:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 90%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:auto;
	line-height:1.5em;
	padding:5%;
	font-weight:lighter;
	font-size:1em;
	}
section .typ2{
	height:50px;
	width:500px;
	padding:25px;
    transition: width all 2s;
	 -webkit-transition:  width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ2:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 90%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:auto;
	line-height:2em;
	padding:5%;
	font-weight:lighter;
	font-size:1em;
	}
section .typ3{
	/*display:marker;*/
	height:50px;
	width:500px;
    transition: height width all 2s;
	 -webkit-transition: height width all 2s;
	 overflow:hidden;
	 float:left;
	}
section .typ3:hover{
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	width: 90%;
	height:100%;
	background-color:rgba(204,219,208,1.00);
	overflow:auto;
	line-height:2em;
	padding:5%;
	color:black;
	font-weight:lighter;
	font-size:1em;
	}
section ul {
	padding:0;
	margin:0;
	}
section ul li {
	padding:0;
	margin:0;
	}
section p{
	padding: 10px;
	margin:0;
	color:rgba(100,95,95,1.00);
	 font-family: 'MyWebFont';
	font-size:1.5em;
	font-weight:lighter;
}
section h1 {
	font-family: 'MyWebFont';
	margin:0;
	padding: 10px 0 10px 0;
	color:rgba(204,204,204,1);
	font-size:3em;
	color:black;
	font-weight:lighter;
}
.titl{
	width:400px;
	margin:auto;
	display:block;
	}
.parallax-window {
    min-height: 600px;
    background: transparent;
	border:hidden;
}
.parallax-window2 {
    min-height: 700px;
    background: transparent;
	border:hidden;
}
.parallax-window3 {
    min-height: 800px;
    background: transparent;
	border:hidden;
}
 .top {
	min-height:200px;
	max-height:400px;
	background: transparent;
	color:rgba(255,255,255,1);
	
}
.top p{
	padding: 0;
	font-weight:lighter;
	}
.logo1{
	
	margin:auto;
	width:250px;
	height:80px;
	background-size:contain;
	background-image:url(images/Silverleaf-logo.png);
	background-repeat:no-repeat;
	overflow:auto;
	position:relative;
	top:20px;
}
	
footer{
	height:150px;
	width:100%;
	background-color:#d6d6d6;
	color:#010000;
	-webkit-box-shadow: 0px 13px 30px -3px rgba(17, 17, 0, 0.92);
	-moz-box-shadow:    0px 13px 30px -3px rgba(17, 17, 0, 0.92);
box-shadow:         0px 13px 30px -3px rgba(17, 17, 0, 0.92);
background: rgb(214, 214, 213);
background: -moz-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -webkit-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -o-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: -ms-linear-gradient(92deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
background: linear-gradient(182deg, rgb(214, 214, 213) 0%, rgb(130, 131, 131) 98%);
text-align:center;
padding-top:20px;

}
footer ul{
	width: 60%;
	margin:auto;
	list-style:none;
	margin-top:50px;
	}
footer ul li{
	float:left;
	margin:auto;
	background-color:rgba(255,255,255,.4);
	margin-right:20px;
	border:double thin rgba(255,255,255,.5);
	}
footer a{
	text-decoration:none;
	color:#020000;
	font-family: 'MyWebFont';
	font-size: .7em;
	padding:10px;
	font-weight:lighter;
	}
footer a:hover{
	color:#619F40;
	}

.socialf{
	background-image:url(images/facebook-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}

.socialt{
	background-image:url(images/twitter-icon.png);
	width: 10px;
	height:10px;
	background-size: cover;
	padding:10px;
	display:inline-block;
	}
/*------------------------------------------interior pages-------------------------------*/
.insidePage{
	position:absolute;
	background-color:rgba(255,255,255,1);
	
}
.main{
	width:100%;
}
nav .insidePage{
	width:100%;
	position:relative;
}
.intPage {
	background-color:transparent;
	}
#golfImage{
	background-image:url(images/Untitled-1.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:48em;
	}
#golfImage1{
	background-image:url(images/TheClub.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:48em;
	}
#golfImage2{
	background-image:url(images/EventImage.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:48em;
	}
#golfContent{
	position:relative;
	padding-top:3%;
	padding-bottom:3%;
	text-align:center;
	font-weight:lighter;
}

.overview {
	width:90%;
	-webkit-column-count: 3;  /*Chrome, Safari, Opera */
    -moz-column-count: 3;  /*Firefox */
    column-count: 3;
	-webkit-column-gap: 40px;  /*Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	padding:5%;
	font-size:1em;
	line-height:1.5em;
	color:rgba(0,0,0,1);
	font-family: 'MyWebFont';
	background-color:rgba(204,219,208,1.00);
	position:relative;
	text-align:left;
	font-weight:lighter;

}
.overview p{
	font-size:1em;
	color:rgba(0,0,0,1);
	font-family: 'MyWebFont';
	line-height:1.5em;
	padding:0;
	position:relative;
	text-indent:hanging;
	margin:0;
	font-weight:lighter;
}
.overview h3{
	font-weight:lighter;
	letter-spacing:8px;
}
#golfContent h1{
	font-size:3em;
	color:rgba(0,0,0,1);
	font-family: 'MyWebFont';
	text-align:center;
	font-weight:lighter;
	letter-spacing:10px;
}
.facility{
	width:100%;
	color:rgba(0,0,0,1);
	font-family: 'MyWebFont';
	font-size:1em;
	position:relative;
	text-align:center;
	line-height:1.5em;
	padding: 30px 0 20px 0;
	font-weight:lighter;
	border-top:#838383 solid 5px;
	background-color:rgba(255,255,255,1);
	backface-visibility:hidden;
}
.facility p{
	color:rgba(0,0,0,1);
	font-family: 'MyWebFont';
	font-size:1em;
	line-height:1.5em;
	padding-left:20%;
	padding-right:20%;
	font-weight:lighter;
	
}
.facility h3{
	margin:0;
	padding:0;
	font-size:1.5em;
	font-weight:lighter;
	text-align:center;
	letter-spacing:10px;
}
.facility a{
	color: rgba(204,219,208,1.00);
	text-decoration:none;
	font-style:none;
	font-weight:lighter;
}
.facility a:hover{
	color:rgba(238,152,153,1.00);
	font-weight:lighter;
}
#golfImage3{
	background-image:url(images/Spa.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:coover;
	height:48em;
}

#golfImage4{
	background-image:url(images/Hole_in_one.jpg);
	background-repeat:no-repeat;
	border:none;
	background-size:cover;
	height:48em;
}
.text{
	margin:0;
	padding:0;
	width:100%;
}

form > div > label,
	legend {
  	text-align: right;
  }

}