* {
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  color: #081b33;
}
.container-width {
  max-width: 1890px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8vw;
  padding-left: 8vw;
}
#landing-main-content h1 {
  font-weight: bolder;
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #081b33;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  padding: 17px;
}
#landing-main-content h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5rem;
  letter-spacing: 0.06em;
  color: #081b33;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin: 0 7%;
  padding: 15px;
}
#landing-main-links {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 70px;
}
#landing-main-links img {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 17px;
}
#landing-banner {
  background-image: url(/assets/landingpage/HK-Web-Banner.jpg);
  background-size: 100% 100%;
  padding: 1% 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

#landing-banner h1 {
  margin: 27.3272px;
  font-size: 5vw;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  line-height: 1em;
}
hr {
  width: 80%;
  margin: 1rem auto;
  color: inherit;
  border: 0;
  border-top: 1.5px solid;
  opacity: 0.3;
}
#landing-divisions {
  display: flex;
  margin-bottom: 4rem;
  justify-content: space-around;
}

.divisions img {
  width: 100%;
  height: auto;
  padding: 17px;
}
.divisions h3 {
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e54a35;
  padding: 17px;
  text-align: center;
  display: block;
}
.divisions div {
  margin-top: 1rem;
  text-align: center;
  padding: 25px;
}
.divisions div a {
  border: 2px solid black;
  padding: 1em 2.5em;
  color: #081b33;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
.divisions div a:hover {
  background-color: #081b33;
  color: white;
}
.landing-work {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
}
.landing-work h1 {
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #081b33;
  margin-bottom: 1rem;
}
.landing-work h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8rem;
  letter-spacing: 0.06em;
  color: #081b33;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin: 0 7%;
  padding: 15px;
}
.landing-work a {
  color: #e54a35;
  text-decoration: none;
}
.landing-work a:hover {
  text-decoration: underline;
}
.landing-work img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #landing-banner h1 {
    font-size: 35px;
  }
  #landing-main-content h3 {
    margin: 0;
  }
  .container-width {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  #landing-divisions {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 650px) {
  #landing-main-links {
    width: 90%;
    margin-bottom: 50px;
  }
}
