@font-face {
  font-family: clanSemi;
  src: url(../assets/fonts/ClanOT-NarrowBook.otf);
}
@font-face {
  font-family: clanBold;
  src: url(../assets/fonts/ClanOT-NarrowMedium.otf);
}
.bebas-neue-regular {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-style: normal;
}
.open-sans {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  background: #fff;
  line-height: 1.5;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: clanBold !important;
}
p,
a,
li {
  font-family: clanSemi !important;
  font-weight: 700;
  line-height: 1.5;
}
nav {
  position: sticky !important;
  top: 0px !important;
  box-shadow: 0px 1px 2px 1px #42424269;
  padding: 40px 80px;
  background: white;
  height: 10dvh;
  z-index: 999;
}
nav a {
  color: #000 !important;
}
a {
  text-decoration: none;
}
.text-orange {
  color: #f88233;
}
section.top {
  margin-top: 150px;
}
.text-orange {
  color: #f88233;
}
.hero {
  background: white;
  padding: 40px 0px;
  height: 87dvh;
}
.logo {
  max-width: 150px;
}
.m-card {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.m-card.shadow {
  box-shadow: 3px 3px 10px 1px #424242;
}
.m-card.orange {
  background: #f88233;
}
.m-card.slate {
  background: #f2f2f2;
}
.m-card.left {
  border-radius: 24px 24px 24px 0px;
}
.m-card.right {
  border-radius: 24px 24px 0px 24px;
}
a.link {
  border: 2px solid #f88233;
  color: #f88233 !important;
  padding: 8px 40px;
  border-radius: 30px;
}
a.link.inverse {
  color: #f2f2f2 !important;
  background-color: #f88233;
}
a.social {
  padding: 10px;
  background: white;
  border-radius: 50%;
}
a.social img {
  width: 35px;
  aspect-ratio: 1/1;
}
p {
  max-width: 800px;
}
.mission {
  padding: 150px 0px;
  background: white;
}
.tolu {
  height: 300px;
  width: 300px;
  background: white;
}
.bg-orange {
  background: #f88233;
}
.bg-slate {
  background: #f2f2f2;
}
footer {
  background: #000;
  padding: 20px;
}
footer .card {
  max-width: 450px;
  background: none;
}
footer .card p {
  text-align: justify;
}
