  /* hide page scrollbar */
  html { scrollbar-width: none; } /* Firefox */
  body { -ms-overflow-style: none; } /* IE and Edge */
  body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; } /* Chrome */
  /* end hide page scrollbar */

body{
    padding: 0;
    margin: 0;
    font-family: "Bahnschrift";
    background-color: rgb(61, 70, 67);
    color: white;
    text-align: center;
    padding-bottom: 2%;
    overflow-x: hidden;
}
.bg{
  position: absolute;
  width: 100vw;
  left: 0;
  height: auto;
  z-index: -1;
}
.title{
    position: relative;
    margin-bottom: -1%;
}
.titleimage{
    width: 100vw;
    height: auto;
    filter: blur(3px)
}
.titletext{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 8vw;
    font-family: "Bahnschrift";
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
    font-weight: 300;
    text-shadow: #00000068 1px 1px 10px;

}
.aboutmeText{
  font-size: 3vw;
  font-weight: 500;
}
.desc{
  font-size: 1.5vw;
  font-weight: 300;
}
.keith{
  margin-top: 7%;
  border-radius: 0%;
  width: 50%;
  height: 40%;
  margin-right:   3%;
  border: greenyellow 3px solid;
  box-shadow: #000000 1px 1px 4px;
}
.intro{
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  padding-left: 5%;
  padding-top: 3%;
}
.stuff{
  padding-left: 2%;
  padding-right: 3%;
  width: 50%;
  margin-top: 0%;
}
h3{
  font-weight: 500;
}
.enquire:hover{
  background-color: #ff926e;
}
a{
  text-decoration: none;
  outline: none;
  color: white;
}
.enquire {
  margin-left: 13%;
  background-color: hwb(216 58% 1%);
  border: 0 solid #E5E7EB;
  box-shadow: 5px 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 2.5vw;
  font-weight: 550;
  justify-content: center;
  padding: 1% 1%;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 30%;
  position: relative;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.enquire:focus {
  outline: 0;
}


.enquire:hover:after {
  bottom: 2px;
  left: 2px;
}

.certificate{
  position: absolute;
  width: 10%;
  left: 3%;
  top: 28vw;
}
@media (max-width: 768px) {

  .titletext{
    font-size: 13vw;
  }
  .intro{
    flex-direction: column;
    height: 100vh;
  }
  .bg{
    object-fit:cover;
    width: 100%;
    height: 250vw;
    margin-top: -5%;
    overflow: hidden;
  }
  .aboutmeText{
    font-size: 12vw;
    width: 150%;
    margin: 0;
    padding: 0;
    margin-left: -25%;
  }
  .desc{
    font-size: 5vw;
    width: 200%;
    margin-left: -55%;
  }
  .keith{
    width: 99%;
    height: auto;
  }
  .butt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .enquire{
    position: relative;
    font-size: 7vw;
    width: 80%;
    margin-left: 10%;
    margin-top: 250%;
  }
  .certificate{
    width: 24%;
    margin-top: 205%;
    margin-left: -2%;
  }
}