/*<style>*/
#body {
	/*margin-left: 10px;/**/
	/*margin-right: 10px;/**/		
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 100%);/**/
  /*background-repeat: no-repeat;/**/
  /*background-attachment: fixed;/**/
  /*background-position: center;/**/
}
#body #heading {
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 100%);/**/
  /*background-image: url("https://sunsetsanctuary.farm/stands/1/images/main.png");/**/
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 100%), url("/images/farmstandbg.jpg");/**/
  background-repeat: no-repeat;/**/
  background-attachment: fixed;/**/
  background-position: center;/**/
  height: 100vh;/**/
  /*width: 100%;/**/
}
#body #title {
  color:white;
  font-size: 5.0vw;/**/
  font-family: Quicksand, Calibri, Tahoma, sans-serif;
  font-weight: 700;
}
#body #subtitle {
  color:white;
  font-decoration: italic;
}

#about {
}
#about #about-image {
  background-image: url("/images/family.jpg");
  background-repeat: no-repeat;
  background-position: center center;  
  height: 500px;  
}
.splide {
	max-width:800px;/**/
	height: 500px;
	/*height: 300px;/**/
}
.splide__arrows {
	margin-right:300px;
	z-index:1000;
}
.splide__arrow--prev {
		margin-left:10px;
		z-index:1000;
}
.splide__arrow--next {
		margin-right:10px;
		z-index:1000;
}
