/* good practice */
@import url(https://fonts.googleapis.com/css?family=Epilogue:100,200,300,400,500,600,700,800,900);

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #2a2a2a !important;
  font-family: Epilogue;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.video {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* overlay */
.video-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #05636877;
}

.content {
  z-index: 10;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hdrbutton {
  color: white;
  border: 2px solid white;
  border-radius: 10px;
  padding: 1em;
  font-size: 1em;
  margin-top: 1vh;
}

.hdrbutton:hover {
  background-color: white;
  text-decoration: none;
  color: black;
}

.locations {
  position: relative;
  height: 100%;
  background-color: #2a2a2a;
}

.tahoe {
  font-size: 15vh;
  font-weight: 900;
  line-height: 90%;
  /* animation: fadeIn ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0; */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tahoesent {
  font-size: 2.5vh;
  font-weight: 300;
  /* animation: slideIn ease-out 2.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;
  opacity: 0; */
  margin-top: -2%;
}

@keyframes slideIn {
  0% {
    margin-left: 20%;
    width: 150%;
  }
  100% {
    opacity: 100%;
    margin-left: 0%;
    width: 100%;
  }
}

.book {
  width: 10em;
  height: 3em;
  border-radius: 15px !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}

.custom-shape-divider-bottom-1634941085 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  fill: #2a2a2a;
}

.legendary {
  color: white;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 2em;
}

body::-webkit-scrollbar {
  display: none;
}

.locationimg {
  border: 2px solid white !important;
  border-radius: 10px;
  margin-top: 2em;
  margin-right: 1em;
  margin-left: 1em;
  box-shadow: 2px 2px 2px black;
}

.squaw {
  font-weight: 200;
  font-size: 1.1em;
  color: white;
  margin-left: 1.7em;
  margin-right: 1.7em;
}

.locationsrow {
  margin-bottom: 10vh;
}

.col-sm-6 {
  margin-top: 2em;
}

.activities {
  position: relative;
  height: 100vh;
  display: flex;
}

.imgcontainer {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.imgcontainer img {
  position: absolute;
  object-fit: cover;
  max-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
}

.activitycontent {
  margin: auto auto;
  font-weight: 900;
  z-index: 10;
  color: white;
  font-size: 7vw;
  text-align: center;
}

.imgcontainer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.5em;
  left: 0;
  background-color: #05636877;
}

#signup {
  position: relative;
  height: 100%;
  width: 100vw;
  background-color: white;
}

.custom-shape-divider-bottom-1635287778 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1635287778 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 117px;
}

.custom-shape-divider-bottom-1635287778 .shape-fill {
  fill: #ffffff;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1635287778 svg {
    width: calc(106% + 1.3px);
    height: 88px;
  }
}

.mtns {
  opacity: 10%;
  position: absolute;
  object-fit: cover;
  min-height: 70%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  z-index: 1;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.frst {
  opacity: 50%;
  position: absolute;
  object-fit: cover;
  max-height: 50%;
  min-width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.vaca {
  font-size: 2em;
  margin-left: 10%;
  margin-right: 10%;
  font-weight: 600;
  margin-top: 35%;
  position: relative;
  z-index: 20;
  color: black;
}

.custom-shape-divider-top-1635390326 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1635390326 svg {
  position: relative;
  display: block;
  width: calc(131% + 1.3px);
  height: 54px;
}

.custom-shape-divider-top-1635390326 .shape-fill {
  fill: #2a2a2a;
}

form {
  position: relative;
  background-color: rgba(221, 221, 221, 0.76);
  z-index: 20;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  margin-top: 15%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 10%;
  border-radius: 10px;
}

.rqst {
  margin-top: 8%;
  text-align: center;
}

label {
  margin-top: 20px;
  margin-bottom: -60px !important;
  font-weight: 500;
}

footer {
  height: 5em;
  width: 100%;
  background-color: #2a2a2a;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.tt {
  color: #54b8be;
  font-size: 1.5em;
  margin-top: 0.8%;
  font-weight: 200;
}

.slogan {
  color: white;
  margin-top: -2.5vh;
  font-size: 0.7em;
  margin-bottom: 2%;
}

.container-social {
  margin-top: -1.5%;
}

.me {
  color: white;
  opacity: 30%;
  font-size: 0.6em;
}
