#welcome {
  width: 100%;
  padding: 80px 0 0 0;
  height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#welcome .text {
  font-size: 3vw;
  z-index: 2;
}

#welcome .text h1 {
  padding: 0px 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

#welcome #images {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 80px);
  margin-right: -10vw;
}

#welcome #images .img {
  height: calc(100vh - 80px);
  width: 100vw;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

#welcome #images #l0 {
  background-image: url("../img/lander0.jpg");
  background-attachment: fixed;
  background-position: 50% 0%;
  opacity: 1;
}

.section {
  margin: 120px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-column-gap: 30px;
  width: 100%;
}

.section h2 {
  font-size: 3em;
}

.section p {
  font-size: 1em;
  line-height: 2;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pictures {
  width: 90vw;
  margin: 0 -5vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.pictures img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#mosey {
  padding-top: 20px;
}

#galbut {
  position: absolute;
  margin: 20px 0 0 -5vw;
  font-size: 1.15em;
  border-bottom: 2px solid #241e1e;
  padding-bottom: 5px;
}

#galbut img {
  height: 14px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

#galbut img:hover {
  cursor: pointer !important;
}

#galbut:hover {
  cursor: pointer !important;
}

#galbut:hover img {
  padding-left: 10px;
}

#saveplate {
  width: 100%;
  margin: 0 -10vw 0 -10vw;
  padding: 120px 10vw;
  background: none;
}

#feedback img {
  width: 90%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#feedback .t h2 {
  margin-bottom: 30px;
}

#where {
  margin: 100px 0 40px 0;
  font-size: 1.25em;
}

@media screen and (max-width: 1300px) {
  .pictures {
    margin: 0 0;
  }
  #galbut {
    margin: 20px 0 0 0;
  }
  #saveplate {
    width: 100%;
    margin: 0 -5vw 0 -5vw;
    padding: 120px 5vw;
  }
}

@media screen and (max-width: 1050px) {
  #welcome .text {
    font-size: 2em;
  }
  #cursor {
    display: none;
  }
  .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .section h2 {
    width: 100%;
    padding-bottom: 50px;
  }
  .section p {
    max-width: 100%;
  }
  .pictures {
    grid-column-gap: 10px;
    width: 100%;
    margin: 0 0;
  }
  .pictures img {
    height: 200px;
  }
  #saveplate {
    width: 100%;
    margin: 0 -50px 0 -50px;
    padding: 120px 50px;
  }
  #feedback img {
    display: none;
  }
  #feedback .t h2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 850px) {
  #l0 {
    background-attachment: scroll !important;
  }
  .pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pictures img {
    width: 100%;
    margin-bottom: 20px;
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  #welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
  }
  #welcome #images {
    height: 100vh;
  }
  #welcome #images .img {
    height: 100vh;
  }
  .pictures img {
    margin-bottom: 20px;
    height: 250px;
  }
  .section {
    margin: 80px 0;
  }
  .section p {
    font-size: .9em;
  }
  #saveplate {
    margin: 0 -30px 0 -30px;
    padding: 80px 30px;
  }
}
/*# sourceMappingURL=home.css.map */