html {
  scroll-behavior: smooth;
}

body {
  font-family: serif;
  margin: 0;
}

.banner {
    background-image: url('main_mountain_background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 430px;
    
  }

.banner-title {
  background-color: #fadcce;
  color: #4f3c3c;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 26px;
  margin-top: -232px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  width: 412px;
}

.nav {
  position: absolute;
  right: 0%;
  margin-top: -60px;
  font-size: 18px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;

  a {
    padding-left: 25px;
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    text-decoration: underline;
  }

}

#welcome {
  background-color: rgb(248, 241, 228, 1);
  display: flex;
  padding: 20px;
  padding-bottom: 98px;
  padding-top: 250px;
  margin-top: -80px;


  .text {
    flex: 120;
    color: black;
    padding-left: 105px;
    padding-bottom: 50px;
    padding-right: 170px;

    .title {
      font-size: 38px;
    }

    .body {
      font-size: 20px;
    }

    .signature {
      padding-top: 15px;
      font-style: italic;
      font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
      font-size: 20px
    }
  }

  .portrait {
    padding-top: 20px;
    flex: 87;

    img {
      box-sizing: border-box;
      margin: 0 auto;
      display: block;
      max-height: 400px;
      width: auto;
    }
  }
}

#approach {
  background-color: white;
  color: #4f3c3c;
  display: flex;

  .title {
    flex: 125;
    font-size: 32px;
    padding-left: 125px;
    padding-top: 160px;
  }

  .body {
    flex: 160;
    padding: 50px;
    font-size: 20px;
  }
}

#practice {
  display: flex;
  padding-top: 70px;
  color: #4f3c3c;
  background-color: white;

  padding: 20px;
  padding-bottom: 98px;
  margin-top: -80px;

  .text {
    flex: 120;
    padding-left: 105px;
    padding-bottom: 50px;
    padding-right: 170px;

    .title {
      font-size: 32px;
      padding-top: 160px;
      margin-bottom: 32px;
    }

    .body {
      font-size: 20px;
    }
  }

  .image {
    padding-top: 20px;
    flex: 87;

    img {
      box-sizing: border-box;
      margin: 0 auto;
      display: block;
      max-height: 500px;
      width: auto;
    }
  }
}

.colour-panel {
  background-image: url('flower_background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px;
}

#services {
  background-color: rgb(248, 241, 228, 1);
  color: black;
  padding: 50px;
  margin-bottom: 75px; 
  font-size: 18px;
}

#booking {
  background-color: rgb(248, 241, 228, 1);
  color: black;
  padding: 50px;
  margin-bottom: 75px; 
  font-size: 18px;
}

#contact {
  background-color: rgb(248, 241, 228, 1);
  color: black;
  padding: 50px;
  margin-bottom: 75px; 
  font-size: 18px;
}

.email {
    color: black;
}

.info-panel {
  .title {
    font-size: 28px;
  }
}

footer {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-family: sans-serif;
}


@media (max-width: 1260px) {
  .nav {
    position: absolute;
    margin-top: 90px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    left: 0%;

    a {
      padding-left: 25px;
      text-decoration: none;
      color: inherit;
    }

    a:hover {
      text-decoration: underline;
    }
  }
}

@media (max-width: 930px) {
  .nav {
    position: absolute;
    margin-top: 90px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    left: 0%;

    a {
      padding-left: 25px;
      text-decoration: none;
      color: inherit;
    }

    a:hover {
      text-decoration: underline;
    }
  }

  #welcome .text.left-text-2-panel {
    padding-right: 85px;
  }

  #practice .text.left-text-2-panel {
    padding-right: 85px;
  }
}

/* smallest reasonable on web */
@media (max-width: 770px) {
  .banner-title {
    padding-top: 25px;
    text-align: center;
    font-size: 26px;
    margin-top: -464px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 40px;
    
    width: 100%;

    p {
      margin-bottom: -24px;
    }
  }

  .nav {
    margin-top: -62px;
    width: 100%;

    a {
      padding-left: 20px;
    }
  }

  #welcome {
    padding-top: 32px;
    padding-bottom: 40px;
    flex-direction: column;

    a {
      padding: 10;
    }
  }

  #welcome .text.left-text-2-panel {
    padding: 34px;
    text-align: center;
  }

  #approach {
    flex-direction: column;
    width: 100%;

    .title {
      padding: 40px;
      padding-bottom: 20px;
      text-align: center;
    }

    .body {
      padding: 40px;
      padding-top: 0px;
      text-align: center;
    }
  }

  #practice .text.left-text-2-panel {
    padding-right: 0px;
  }

  #practice  {
    width: 100%;
    padding: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    flex-direction: column;

    .text {
      text-align: center;
      padding: 0px;

      .title {
        padding-top: 0px;
      }

      .body {
        padding: 40px;
        padding-top: 0px;
      }

      .body ul {
        text-align: left;

      }
    }
    .image {
      padding: 0px;
      img {
        width: 100%;
        max-height: auto;
      }
    }
  }

  .colour-panel {
    padding: 0px;
    text-align: center;

    #services {
      padding: 30px;
      margin-bottom: 8px;
    }

    #booking {
      padding: 30px;
      margin-bottom: 8px;
    }

    #contact {
      padding: 30px;
      margin-bottom: 8px;
    }
  }
  footer {
    /* no idea why this is need on mobile to make it even */
    padding-top: 0px;
  }
}
