html,body{font-family: 'Lato', sans-serif;font-size:15px;line-height:1.5}
body {margin:0;}
html {
  scroll-behavior: smooth;
}
img { max-width: 100%; height: auto; }
/*Main  background gradient*/
.main {
  margin-top: 30px;
  height: height;
/* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(#D4FE3A, #182C13);
  overflow-y: scroll;
}
/*shift the anchor area to fix overlap with the navigation bar*/
.darea{
  margin-top:0px;background-color: transparent; padding:60px;}
/*soft grey background areas for primary writeups*/
.writeups {
  background-color: #EBEBEB;
  margin-top: 0px;
  margin-bottom: 0px;
  padding:30px;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);}
/* Pure white company description areas*/
.shaded{box-shadow: 5px 10px 10px rgba(0,0,0,0.5);margin-bottom: 15px; border: 2px solid #ccc;}
.link {
  padding: 15px;
  margin: 15px;
  background-color: white;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #769527;
  font-family: 'Lato', sans-serif;
  font-weight:150;
  color: #EBEBEB;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,{ 
  background-color: #182C13;}
.accordion:hover {
  background-color: #9fcb01;
  color:#3E1E14;
}
.accordion:after {
  content: 'Click For More Details...  \02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* Style the accordion panel. Note: hidden by default */ 
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.toppanel {padding: 0 18px;
  background-color: white;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;}


/* Slideshow container */
.mySlides1, .mySlides2, .mySlides3 {display: none; position:relative; padding:20px; margin:auto;}

/* Slideshow container */
.slideshow-container {
  width: auto;
  max-width:1000px;
  position:relative;
  background-color: #EBEBEB;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position:relative;
  float: left;
  top: 50%;
  height: 60px;
  margin-top:-90px;
  background-color: #769527;
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding-right:30px;
  padding-left:30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.slidedesc {
  position:realative;
  display:block;
  margin-top:-60px;
  padding:15px;
  text-shadow:0px 0px 10px #fff,1px 1px 5px #fff, 1px 1px 20px #ccc;
  color: #3E1E14;
  width:100%;
  height: 20px;
  text-align:center;
  font-weight:bold;
  font-size: 20px;
}
  
/* Position the "next button" to the right */
.next {
  float:right;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #9fcb01;
  color: black;
}
  from {opacity: .4}
  to {opacity: 1}
}

.leftlogo {
  float: center;
  width: 150px;
  max-height:150px;
  border: 3px solid #73AD21;
  padding: 10px;
  background-color: white;}
.leftlogo:hover {
  color: #fdec6e;
  box-shadow:0px 0px 50px #D4FE3A;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/*Cente:rs an Image*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 800px;
}
.burg {color:#800020}
/*Text Formatting*/
h1,h2,h3,h4,h5,h6{font-family: 'Lato', sans-serif; margin:10px 0}
h3,h4,h5,h6{color:#3E1E14}
p,a{font-family: 'Roboto', sans-serif;}
a{font-size:18px}
h1{text-align: center;
  margin-left:auto; margin-right:auto; padding-top: 80px; padding-bottom:300px;
  font-size:36px;font-weight:900;
  color: white; background-color:transparent; 
  background-image:url("Images/Maps/Imagery_Park.jpg");
  background-position:center; background-repeat: no-repeat;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);}
h2{text-align: center;
  margin-bottom:0px;
  font-size:30px;font-weight:100;
  color:white; background-color:#3E1E14;
  border-radius:15px 15px 0px 0px;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);}
h3,h5{margin-left:-30px; margin-right:-30px; padding-left:30px;
  font-size:22px;font-weight:100; 
  background-color:white;}
h4,h5{font-size:20px;font-weight:100;}
h5{text-align:center;}

/* Link Formatting*/
a:link {
  color: #769527;
  text-decoration: none;
}

a:visited {
  color: #707755;
  text-decoration: none;
}

a:hover {
  color: #9fcb01;
  text-decoration: underline;
}

a:active {
  color: #182C13;
  text-decoration: underline;
}
/* Top Navigation Bar */ 
.navbar {
  z-index: 9;
  overflow: hidden;
  background-color: #3E1E14;
  position: fixed;
  top: 0;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);
}
.navbar a {
  float: left;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.navbar a:hover {
  background: #D4FE3A;
  color: black;
}
/*Parallax Code*/
.parallax {
  /* Set a specific height */
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:transparent;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.5);
  /*border-radius:15px;*/
}
/* The images used in Paralax*/
.forest1 {background-image: url("Images/Photos/Jack_Pine_2.jpg");}
.forest2 {background-image: url("Images/Photos/Jack_Pine_3.jpg");}
.forest3 {background-image: url("Images/Photos/Clearing.jpg");}






