body,
html {
  height: 100%;
  margin: 0;
  font: 400 20px/1.8 "Lato", sans-serif;
  color: #777;
}

/* STYLING THE HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: left;
  padding: 40px 400px;
  z-index: 1000;
  transition: 0.6s;
}

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  list-style: none;
}
header ul li a {
  margin: 0 15px;
  text-decoration: none;
  color: rgb(255, 245, 245);;
  letter-spacing: 2px;
  font-weight: 500px;
  padding: 15px 15px;
}
.active-btn,
ul li a:hover {
  background: rgb(149, 174, 175);
}
a:visited,
a:link {
 color: rgb(255, 245, 245);
}
.sticky {
  padding: 5px 5px;
  background: rgb(15, 27, 29);
  opacity: 0.7;
  transition: 0.6s;
}

.sticky ul li a {
  color: rgb(255, 245, 245);
  font-weight: bolder;
}

/* END OF HEADER */

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5 {
  position: relative;
  opacity: 0.80;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("www/wanderer.jpg");
  opacity: 0.90;
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("www/wanderer2.jpg");
  opacity: 0.90;
  min-height: 75%;
}

.bgimg-3 {
  background-image: url("www/kidsforest.jpg");
  min-height: 75%;
}
.bgimg-4 {
  background-image: url("www/ladybirds.jpg");
  min-height: 75%;
}
.bgimg-5 {
  background-image: url("www/contact.jpg");
  min-height: 100%;
}

.bg-dark {
  color: #ddd;
  background-color: #282e34;
  text-align: center;
  padding: 50px 50px;
  text-align: justify;
}

.bg-light {
  color: #777;
  background-color: white;
  text-align: center;
  padding: 50px 50px;
  text-align: justify;
}
.light-text {
  text-align: center;
  color: #f7f7f7;
}
.border {
  font-size: 25px;
  color: #f7f7f7;
}
h3,
p {
  text-align: center;
}

.caption ,
.playit {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.playit {
top: 60%;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 40px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.footer {
  background: #333;
  color: #fff;
}
.center {
  text-align: center;
  padding: 30px 0;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 600px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-4,
  .bgimg-5 {
    background-attachment: scroll;
  }

  header {
    padding: 20px 0px;
    margin: 0;
  }

  header ul li a {
    margin: 4px;
    padding: 1px 1px;
    font-weight: none;
    font-size: 14px;
  }
  .sticky {
    padding: 1px 1px;
    font-weight: none;
  }
}
