/* html, body {
  height: 100%;
  width: 100%;
} */

body {
    text-align: center;
   background: rgb(27, 26, 27) ;
   font-family: 'Gill sans', sans-serif;
    color:white;

 }
 
 .arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 95%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%) 
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
p {
 font-size: 16px;
 margin: auto;
 width: 500px;
 text-align: center;
 font-family: "Montserrat", sans-serif;
 font-weight: 300;
 letter-spacing: 1px;
 font-style: normal;
 text-align: justify;
 text-justify: inter-word;

}
h3 {
 font-size: 29px;
}
a:link {
 color: rgb(80, 183, 231);
}

/* visited link */
a:visited {
  color: rgb(80, 183, 231);
}
a:hover {
 color: rgb(65, 124, 151);
}

/* selected link */
a:active {
 color: rgb(59, 106, 145);
}
img {
 border: 4px solid rgb(78, 70, 48);
margin: 0%;
margin-right: 0px;
margin-left: 0px;
margin-top: 200px;
border-radius: 5%;

}

body, html {
  margin: 0;
  padding: 0;
}

.parallax {
  width: 100%;
  height: 
  position: relative;
}
#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.button {
color: rgb(80, 183, 231);
}

.parallax-background {
  background-image: url('../'); /* Replace 'background-image.jpg' with your image path */
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.container {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 100%;
  height: 100vh;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  background: rgb(27, 26, 27);

}
  


h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 40px;
  font-style: normal;
  margin-left: 0%;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #252525;
  position: relative;
  top: 0;
  
}

li {
  float: left;
  width: 20%;
}

li a {
  display: block;
  color: rgb(80, 183, 231);
  text-align: center;
  padding: 14px 1px;
  text-decoration: none;
}






@media only screen and (max-width: 800px){


  img {
   margin-top: 45px;
   }
   p {
    font-size: 16px;
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: normal;
    text-align: justify;
   
   }
.container {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  background: rgb(27, 26, 27);
}
#background-video {
  width: 0vw;
  height: 0vh;
  object-fit: cover;
  position: fixed;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-background {
  background-image: url('../'); /* Replace 'background-image.jpg' with your image path */
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  z-index: -1;
}
.arrow {
  border: solid white;
  border-width: 0 0px 0px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 95%;
  left: 50%;
  margin-right: -50%;
}
.parallax {
  width: 100%;
  height: 0px;
  position: relative;
}
}