* {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif;
  list-style: none;
  text-decoration: none
}
h1 {
  display: flex;
font-family: 'Rock Salt', cursive;
  justify-content: center;
  
   width: 50%;
  height: auto;
  font-size: 350%;
  letter-spacing: 10px;
}
h3 {
  color: green;
  font-size: 150%;
  text-transform: uppercase;

}

h2 {
  color: white;
  font-size: 200%;
  text-transform: uppercase;
   
      letter-spacing: 3px;
  justify-content: center;
 font-family: 'Boogaloo', cursive;
 
    background-attachment: fixed;


}

p {
  text-transform: none;
  font-size: 130%;
  text-align: justify;
}
.activities h2{
  color: green;
}
.box{
  width: 95%;
  height: 100px;
  text-align: right
}
.box h2{
  color: green;
}
.menu{
  display: none;
}
.parallax {
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 660px;
  /* background-image: url(https://avatars.mds.yandex.net/get-pdb/918543/98088538-c28b-422f-8b24-6bb1f181088e/orig); */
  background-image: url('wild2.jpg')
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
  height: 160px

}

.fixed:hover {
  cursor: pointer;
}

.shrink {
  width: 100%;
  height: 80px;
  font-size: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c9da2987;
  z-index: 1000;
}

.shrink img {
  width: 80px;
  height: 80px;
  transition: 0.5s ease-out
}
 
#banner {
  width: 100%;
  height: 660px;
  color: white;
  background-color: #91b2295c;




     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

 

header img {
  width: 60%;
  height: 70%;
  border-radius: 10%;
  margin: 10%
}

header {
  transition: top 0.5s ease-in-out;
  /* background-color: #91b2295c; */
  display: flex;
  font-size: 150%;
  color: white;
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 1000
}
header a{
  width: 20%
}
ul.menu {
  display: flex;
  width: 60%;
  justify-content: space-around;
  align-items: center;
}

ul.menu li {
  display: flex;
  align-items: center;
  height: 20%;
  /* width: 20%; */
    color: white;
  display: flex;
  justify-content: center;
  transition: 0.5s
}


ul.menu li:hover {
  cursor: pointer;
  color: #cadb2a;
  transition: 0.5s
}

ul.social-media {
   min-width: 40%;
   min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c5f1a;

}

ul.social-media li {
  margin-right: 5%;
  transition: 0.5s;
  font-size: 130%;
  min-width: 10%
}

ul.social-media li :hover {
  cursor: pointer;
  color: #cadb2a;
  transition: 0.5s
}

 
#about-us {
  height: 500px;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.5;
  background-color: #c9db2d;
  display: flex;
}

.our-story {
  padding: 5%;
  width: 40%;
}

.overlay {
  position: relative;
  width: 60%;
}

.overlay img {
  display: block;
  width: 95%;
  height: 540px;
  position: absolute;
  transform: translate(-5%, 5%);
}

#activities {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
 
}

.activities-types {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  
  justify-content: space-around;
}

.description {
  height: 300px;
  background-color: green;
  display: flex;
}

.description:nth-of-type(1) {
  display: flex;
  background-color: #C9DB2D;
  width: 50%
}

.description:nth-of-type(2) {
  display: flex;
  background-color: #21641a;
  margin-top: -5%;
  width: 40%
}

.description:nth-of-type(3) {
  display: flex;
  background-color: #21641A;
  width: 40%;
  margin-top: 5%;
}

.description:nth-of-type(4) {
  display: flex;
  background-color: #C9DB2D;
  width: 40%;
  margin-top: 0%;
}

.description img {
  width: 30%
}

.about-activity {
  width: 60%;
  margin: 5%;
}

.activities {
  padding: 5%;
}

#what-you-need {
  height: 500px;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.5;
  background-color: #c9db2d;
  display: flex;
}

.overlay2 img {
  display: block;
  width: 95%;
  height: 540px;
  position: absolute;
  z-index: 1;
  transform: translate(10%, -10%);
}

.overlay2 {
  position: relative;
  width: 60%;
}

.choose {
  padding: 5%;
  width: 40%;
  display: flex;
  flex-direction: column;
  color: white
}

.ad {
  display: flex;
}

.choose img {
  width: 30%;
  height: 40%
}

#gallery {
  width: 100%;
  height: 700px;
}

.grid {
  width: 100%;
  height: 700px;
  display: grid;
  grid-template-columns: 450px 400px 300px;
  grid-template-rows: 300px 300px;
  grid-gap: 10px;
  justify-content: center;
  align-content: center;
}

.item1 {
  width: 470px;
}

.item2 {
  width: 380px;
  margin-left: 20px;
}

.item3 {
  height: 400px;
}

.item4 {
  width: 450px;
}

.item5 {
  width: 400px;
}

.item6 {
  height: 200px;
  margin-top: 100px
}

 
.grid img {
  width: 100%;
  height: 100%;
  transition: 0.5s
}

.grid img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.parallax2 {
  background-attachment: fixed;
  background-image: url(https://images.pexels.com/photos/9754/mountains-clouds-forest-fog.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
  background-size: 100%;
  
}

.icons {
  height: 40%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.icons img {
  width: 30%;
  height: 30%
}

form {

  width: 100%;
  height: 520px;
  background-color: #91b2295c;


  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

input[type=text], select {
  width: 100%;
  height: 15%;
  padding: 5px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  border: 1px solid #c7d92a;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 100%;
}

#form {
  width: 50%;
  height: 520px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.title {
  width: 100%;
  height: 150px;
  line-height: 2;
  background-color: #91b2295c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

label {
  font-size: 150%;
}

input[type=submit] {
  width: 50%;
  height: 15%;
  background-color: #c7d92a;
  color: white;
  font-size: 150%;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

footer {
 
  width: 100%;
  height: 300px;
 
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

address {
  line-height: 2;
  font-style: normal;
}

footer img {
  width: 10%;
  height: 40%;
  border-radius: 10%;
}

ul.social_media {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c5f1a
}

ul.social_media li {
  margin-right: 5%;
  transition: 0.5s;
  font-size: 150%
}

ul.social_media li :hover {
  cursor: pointer;
  color: #cadb2a;
  transition: 0.5s
}

.copyright p {
  font-size: 100%;
  text-align: center;
  height: 30px;
}

@media all screen and (max-width:767px)
 body {
    margin: auto 0;
    height: auto;
  }