body {
  margin: 0;
}

h5,
h3 {
  margin: 0;
}

.container {
  padding-top: 1em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hero {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.fs-11 {
  font-size: 1em !important;
}

.fs-12 {
  font-size: 2.8em !important;
  letter-spacing: 3px;
}

.fs-13 {
  font-size: 5.8em !important;
}

.fs-14 {
  font-size: 5em;
}

.fw-9 {
  font-weight: 900;
}

.mt-1 {
  margin-top: 10px !important;
}

.home {
  padding: 4.5em 0 8em;
  background-image: url("../img/background/Home.png ");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about {
  padding: 5em 0em;
  background-image: url("../img/background/About-Us.png ");
  background-color: #e3dfd6;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.why {
  padding: 5em 0em;
  background-image: url("../img/background/Why-Us2.png ");
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team {
  padding: 5em 0em;
  background-color: #e3dfd6;
}

.footer {
  padding: 5em 0em;
  background-color: #000000;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.spartan {
  font-family: "League Spartan", sans-serif;
}

.italic {
  font-style: italic;
}

.btn-primary {
  background-color: #003c64 !important;
  color: #e3dfd6 !important;
  padding: 0.5em 1.5em;
}

.lkk-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lkk-content {
  display: flex;
  padding-right: 24px;
}

.tkk {
  font-size: 2em;
  font-weight: 900;
  margin-bottom: 0.5rem !important;
}

.team-member {
  display: flex;
  flex-direction: row;
}

.team-list {
  margin: 2em;
}

.team-img {
  display: flex;
  justify-content: center;
}

.team-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-image {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-image-list {
  max-width: 80%;
}
