html {
  scroll-behavior: smooth;
  font-size: 8px;
}

/* Navigation */
#navbar {
  flex-direction: column;
}
#navbar ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#logo-line {
  justify-content: center;
}

#logo {
  width: 4%;
}

.vertical-line {
  margin-left: 2%;
  width: 1.5px;
}

.logo-text {
  display: block;
  width: 30%;
  /* justify-content: center; */
  padding-top: 1%;
}

#home h1 {
  margin-top: 10%;
  font-size: 3rem;
}

#navbar ul li a {
  font-size: 1.2rem;
  padding: 0px 9px;
}
/* Home Section */
#home {
  height: 260px;
  /* padding: 3px 68px; */
}

#home::before {
  height: 300px;
}

#home p {
  font-size: 1rem;
}
/* Services Section */
#services {
  flex-direction: column;
}

#services .box {
  padding: 14px;
  margin: 2px 0;
  margin-bottom: 20px;
}

span {
  font-size: 1rem;
  /* padding-bottom: 5%; */
}

.button {
  line-height: 26px;
  height: 30px;
  /* text-align: center; */
  width: 60%;
  /* cursor: pointer; */
  margin-top: 12%;
}

.button-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}

.arrow {
  width: 15px;
  height: 15px;
}

#services .box {
  height: 150px;
  width: 43%;
}

#services .box img {
  height: 40%;
}

h2 .center {
  width: 10%;
  /* text-overflow: ellipsis; */
  font: 1.5rem;
}
/* Footer */

/* Utility Classes */
.h-primary {
  font-size: 16px;
}

.btn {
  font-size: 13px;
  padding: 4px 8px;
}

#icon img {
  height: 40px;
}

#icon a {
  padding: 1%;
}

#join_team{
    /* position: relative; */
    /* border: black solid 2px; */
    font-size: 1rem;
    font-family: 'Shippori Antique B1', sans-serif;
    margin: 1% 0% 2% 1.5%;
  }

.apply-button {
  width: 15%;
}
