

.navbar {
  font-family: "Quicksand",sans-serif;
  background: rgba(0, 0, 0, 0.8);
}


/* .txtnav{
  padding: 10px 5px;
  font-weight: 500;
  text-decoration: none;
  color: white;
} */
/* 
.txtnav:hover{
  border-bottom-style: solid;
  border-width: thin;
} */

/* .jumbo{
  display: flex;
} */

@media only screen and (max-width: 768px) {
  .name {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 768px) {
  .name {
    padding-top: 0;
  }
}

.intro{
  font-family: "Montserrat", sans-serif;
  background-image: url(img/HKL_0062.JPG);
  height: 43.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  /* width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center; */
}

/* .intro p{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 7.5rem;
  color: white;
  border-style: solid;
  padding: 1.5rem 3rem;
} */

.first{
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: -1.9rem;
}

.last{
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: -1.5rem;
}

.txt{
  font-weight: 400;
  font-size: 1.5rem;
}

.img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  object-position: 0 55%;
}

main{
  background-image: linear-gradient(to top, #141414 30%, black 100%);

}

.container2{
  height: 28rem;
  display: flex;
  justify-content: space-around;
}

.bold{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: white;
}

.bold2{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: white;
}

.about{
  color: white;
  font-size: 20px;
}

.imgabout{
  width: 18rem;
  height: 25rem;
  object-fit: cover;
}

.imgabout2{
  width: 18rem;
  height: 25rem;
  object-fit: cover;
  object-position: 0 20%;
}




.bg{
  background:#141414;
  padding-bottom: 10px;
}
