@charset "utf-8";
/* CSS Document */

body, html {
  height: 100%;
  margin: 0;
  font: 400 18px/1.8 "Lato", sans-serif;
  color: #777;
}

a {
	color:#ccffcc;
	text-decoration:none;
	font:400 16px/1.8 "Lato", sans-serif;
	letter-spacing: 2px;
}

a:hover {
	text-decoration:underline;  
}

strong {
	font:900 16px "Lato", sans-serif;
	letter-spacing: 2px;
}

/* Mailchimp */
#mc_embed_signup{
	background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:600px;
}

.bgimg01, .bgimg02, .bgimg03, .bgimg04, .bgimg05, .bgimg06, .bgimg07, .bgimg08, .bgimg09, .bgimg10, .bgimg11, .bgimg03-3 {
  position: relative;
  opacity: 0.90;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg01 {
  background-image: url("../pics/paraback1.jpg");
  min-height: 900px;
}

.bgimg02 {
  background-image: url("../pics/paraback2.jpg");
  min-height: 400px;
}

.bgimg03 {
  background-image: url("../pics/paraback3.jpg");
  min-height: 400px;
}

.bgimg04 {
  background-image: url("../pics/paraback4.jpg");
  min-height: 700px;
}

.bgimg05 {
  background-image: url("../pics/paraback5.jpg");
  min-height: 500px;
}

.bgimg06 {
  background-image: url("../pics/paraback6.jpg");
  min-height: 500px;
}

.bgimg07 {
  background-image: url("../pics/paraback12.jpg");
  min-height: 500px;
}

.bgimg08 {
  background-image: url("../pics/paraback8b.jpg");
  min-height: 900px;
}

.bgimg09 {
  background-image: url("../pics/paraback9.jpg");
  min-height: 900px;
}

.bgimg10 {
  background-image: url("../pics/paraback10.jpg");
  min-height: 700px;
}

.bgimg11 {
  background-image: url("../pics/paraback11.jpg");
  min-height: 900px;
}

.bgimg12 {
  background-image: url("../pics/paraback13.jpg");
  min-height: 900px;
}

.bgimg03-3 {
  background-image: url("https://www.desertforrestnursery.com/pics/parallax03_03.jpg");
  min-height: 600px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.red {
  background-color: #cc0000;
  font:900 25px "Lato", sans-serif;
  color: #fff;
  padding: 18px 18px 18px 28px;
  letter-spacing: 10px;
}

.caption span.white {
  background-color: #fff;
  font:900 25px "Lato", sans-serif;
  color: #cc0000;
  padding: 18px 18px 18px 28px;
  letter-spacing: 10px;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px 18px 18px 28px;
  font-size: 25px;
  letter-spacing: 10px;
}

.captionthanks {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #000;
}

.captionthanks span.white {
  background-color: #fff;
  font:900 25px "Lato", sans-serif;
  color: #cc0000;
  padding: 18px 18px 18px 28px;
  letter-spacing: 10px;
}

h1, h2, h3, h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 900 20px "Lato", sans-serif;
  color: #111;
  padding:0;
}

h1 {
  font:900 28px "Lato", sans-serif;
  color: #006633;
  text-align:center;
}

h2 {
  font:900 25px "Lato", sans-serif;
  color: #009966;
  text-align:center
}

h3 {
  font:900 20px "Lato", sans-serif;
    text-align:center
}

h4 {
  font:900 18px "Lato", sans-serif;
  color: #ff3333;  
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg01, .bgimg02, .bgimg03, .bgimg04, .bgimg05, .bgimg06, .bgimg07, .bgimg08, .bgimg09, .bgimg10, .bgimg11, .bgimg03-3, {
    background-attachment: scroll;
  }
}

 /* The navigation bar */
.navbar {
  overflow: hidden;
  font:700 16px "Lato", sans-serif;
  background-color: #004924;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index: 1; 
}

.navbar p {
	display: block;
	padding: 16px 18px;
	margin:0;
  	letter-spacing: 1px;
	color:#FFF
}



/* Links inside the navbar */
.navbar a {
  float: left;
  font:700 18px "Lato", sans-serif;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 10px;
  text-decoration: none;
  letter-spacing: 1px;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #cc0000;
  color: white;
}



/* Change background on active */
.navbar a.active {
  background: #cc0000;
  color: white;
}

/* Caption text */
.text {
  color:#ddd;
  text-align:center;
  bottom: 8px;
  width: 100%;
}


.active {
  background-color: #004924;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* Pics Gallery */

.tmb {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 250px;
}

.tmb:hover {
  box-shadow: 0 0 3px 2px rgba(0, 140, 186, 0.7);
}


/* Images products page */
.bgimg02-1, .bgimg02-2, .bgimg02-3, .bgimg02-4, .bgimg02-5 {
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg02-1 {
  background-image: url("https://www.desertforrestnursery.com/pics/parallax02_01.jpg");
  min-height: 100%;
}

.bgimg02-2 {
  background-image: url("https://www.desertforrestnursery.com//pics/parallax02_02.jpg");
  min-height: 600px;
}

.bgimg02-3 {
  background-image: url("https://www.desertforrestnursery.com//pics/parallax02_03.jpg");
  min-height: 600px;
}

.bgimg02-4 {
  background-image: url("https://www.desertforrestnursery.com//pics/parallax02_04.jpg");
  min-height: 600px;
}

.bgimg02-5 {
  background-image: url("https://www.desertforrestnursery.com/pics/parallax02_05.jpg");
  min-height: 400px;
}

/* Pics Scroll */

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.gallerypic {
 	width:250px; 
	display:inline-block
}


.gallerytxt {
	border-radius: 4px;

	color:#FFF; 
	text-decoration:none;
	margin-bottom:15px;
	margin-top:0;
	text-align: center
}



/* Testimonials */

* {box-sizing: border-box;}

/* Slideshow container */
.slideshow-container {
  margin: auto;
  background-color:#004924;
  padding:10px;
  min-height:200px
}

.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 15%;
}

/* Position the "next button" to the right */
.next {
  right: 15%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



/*Footer */

footer {
	color:#f1ffdd;
}

.fa {
  padding-top: 30px;
  font-size: 36px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.4;
	text-decoration: none;
}