html,
body {
  height: 100%;
  width: 100%;
  font-family: "Poppins", "sans-serif";
  font-weight: 400;
}

.logo {
  height: 40px;
}

.top-bar {
  background-color: #c8102e;
  color: white;
  font-size: 0.9rem;
}

.top-bar a {
  font-size: 20px;
  color: white;
  text-decoration: none;
  padding: 0px 5px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
}

header {
  background-color: #fdd835;
}

.navbar .nav-link {
  font-weight: 800;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #c8102e;
}

.top-bar .bi {
  color: #030303;
  margin: auto;
}

.top-bar a:hover .bi-facebook {
  color: #4267b2;
}

.top-bar a:hover .bi-twitter {
  color: #1da1f2;
}

.top-bar a:hover .bi-instagram {
  color: #c13584;
}

.top-bar a:hover .bi-youtube {
  color: #c8102e;
}

.breadcrumb-header {
  background-image: url("../images/bg.avif");
  background-size: contain;
}

footer {
  background-color: #343a40;
  color: white;
}

footer img {
  max-width: 200px;
}
footer label {
  font-size: 16px;
}
footer ul li {
  list-style: none;
  line-height: 30px;
  font-size: 16px;
}
footer ul li a,
footer ul li a:active,
footer ul li a:visited,
footer ul li a:focus {
  text-decoration: none;
  color: #0077b5;
}
footer .socials {
  font-size: 40px;
  padding-top: 30px;
}

h1 {
  font-family: "Poppins", "sans-serif";
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h2 {
  font-family: "Poppins", "sans-serif";
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h5 {
  font-family: "Poppins", "sans-serif";
  font-weight: 600;
  color: #030303;
}

p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.p2 {
  font-size: 13px;
}

img {
  max-width: 100%;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.bg-image {
  background-image: url("../images/lesotho-scouts-for-sdg.jpg");
  background-attachment: fixed;
}
.bg-image .bg-cover {
  background-color: rgba(3, 3, 3, 0.6);
}

/*# sourceMappingURL=css.css.map */
