body, html {
    height: 100%;
    margin: 0;
    /* font-family: "Syne Mono", monospace; */
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

section {
    height: 100vh;
    left: 0px;
    right: 0px;
    scroll-snap-align: start;
    position: relative;
}

nav {
    position: fixed;
}

* {
    box-sizing: border-box;
}

h1 {
    margin: 1rem;
    font-size: 30pt;
}

.bg-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -100;
}

.img1 { background-image: url("./assets/images/CJ_UyuniDesert.jpg"); }
.img2 { background-image: url("./assets/images/CJ_Patagonia.jpg"); }
.img3 { background-image: url("./assets/images/CJ_IncaTrail.jpg"); }
.img4 { background-image: url("./assets/images/CJ_GlacierLake01.jpg"); }


footer {
    clear: both;
    position: fixed;
    display: flex;
    justify-content: center;
    padding: 6px;
    margin: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9;
}

/* width */
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  opacity: o;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: darkolivegreen;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: olivedrab;
}

.bg-img-container {
    position: relative;
}

.section-content {
    position: absolute;
    top: 80px;

    width: 100%;
    padding: 0px;
    margin: 0px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.logo {
    filter: invert(95%);
    padding: 0px 5px;
}

.wrap-contact100 {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 40px;
}

.contact100-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
}

.label-input100 {
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
  border: none;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}

textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-input100 {
    padding: 10px;
  }
}

.bg1 {
    background-color: #f7f7f7;
}




