#slider {
  position:relative;
  z-index:1;
}

  #slider li a {
    position:relative;
  }

  #slider .text {
    position:absolute;
    z-index:3;
    right:5%;
    bottom:10%;
    width:60%;
  }

    #slider .text h2 {
      text-align: right;
      font-size:9vw;
      line-height: 0.9;
      color:#fff;
      margin-bottom:0.25em;
      text-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    }

    #slider .peach-btn {
      float:right;
      clear:right;
    }

.main {
  overflow-x: hidden;
  position: relative;
}

#bg {
  position:absolute;
  left:0;
  top:0;
  width:100vw;
  z-index:-1;
}

  h1 {
    font-size:6em;
  }
  
  .white-btn {
    margin-top:1em;
  }

.largeimgs {
  width:150%;
  margin-left:-25%;
}

  .largeimgs img {
    float:left;
    clear:none;
    width:30%;
    margin:0 2em;
  }

.carousel-cell {
  /* margin:0 2em; */
  padding:1em 0 1.75em;
}

  .carousel-cell img {
    display:block;
    max-width:none;
    object-fit: contain;
    height:600px;
    /* border-radius:5px; */
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
  }

.testimonials,
.contact {
  padding:10%;
}

  .tests {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap:3em;
  }

    .test {
      background-color:#fff;
      border:1px solid #eee;
      border-radius:0.25em;
      padding:15% 10%;
      text-align: center;
    }

      .test h4 {
        font-family: 'Montserrat', sans-serif;
        font-weight:300;
        color:var(--peach);
        margin-bottom:0;
      }

      .test p {
        font-size:1.4em;
        line-height:1.8;
        font-style: italic;
      }

      .test img {
        border-radius:100em;
        margin:0 auto;
        float:none;
        margin-bottom:10%;
      }

  .contact .left{
    width:50%;
  }

  .contact .right {
    width:50%;
    padding:0 5%;
  }

@media screen and (max-width:999px){
  .block .right h1 {
    font-size:5em;
  }

  .tests {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width:599px){
  .block {
    grid-template-columns: 1fr;
  }

  .main {
    background:none;
  }

  .tests {
    grid-template-columns:1fr;
  }

  .carousel-cell img{
    height:400px;
  }

  .blocks,
  .testimonials,
  .contact {
    padding:5%;
  }
}