body {
  font-family: "Poppins", san-serif;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #043966;
  font-weight: 800;
  margin-top: 30px;
}

.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23329fe5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.dropdown-menu {
  background-color: #329fe5;
}

.offcanvas-backdrop {
  /* Change the background color (e.g., to a semi-transparent red) */
  /* 
  background-color: rgba(255, 0, 0, 0.5) !important; 
 */
  /* or use a hex color with an alpha value if you prefer */
  /* 
  background-color: #043966 !important;
 */
}

.header {
  padding: 30px 15px;
  background-color: #043966;
  color: white;
}
.header a {
  color: #ffffff;
  text-decoration: none;
}
.header a:hover {
  color: #329fe5;
  text-decoration: none;
}

.horLine {
  background-color: #ffffff;
  height: 3px;
  margin: 20px 0;
}

.homeLineDark {
  background-color: #043966;
  height: 6px;
  margin: 20px 0;
}
.homeLine {
  background-color: #329fe5;
  height: 6px;
  margin: 20px 0;
}

.currentIssue {
  background-color: #edf4fc;
  padding: 40px 15px;
}
.currentIssue a {
  color: #043966;
  text-decoration: none;
}
.currentIssue a:hover {
  color: #329fe5;
  text-decoration: underline;
}

.trendingNow {
  background-color: #edf4fc;
  padding: 40px 15px;
}
.trendingNow a {
  color: #043966;
  text-decoration: none;
}
.trendingNow a:hover {
  color: #329fe5;
  text-decoration: underline;
}

.horAds {
  background-color: white;
  padding: 40px 15px;
}

.whatsNew {
  background-color: #edf4fc;
  padding: 40px 15px;
}
.whatsNew a {
  color: #043966;
  text-decoration: none;
}
.whatsNew a:hover {
  color: #329fe5;
  text-decoration: underline;
}

.squareAds {
  background-color: white;
  padding: 40px 15px;
}

.contentBG {
  background-color: #edf4fc;
  padding: 30px;
}

.footer {
  padding: 50px 30px;
  background-color: #043966;
  color: white;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  color: #329fe5;
  text-decoration: none;
}

.subMaster {
  background-color: white;
  padding: 50px 15px;
}

/* 
.img-fluid {
    height: 100%;
 }
 
 */

#project_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.btn-primary {
  color: #ffffff;
  background-color: #043966 !important;
  border-color: #043966 !important;

  /* 
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
 */
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #329fe5 !important;
  border-color: #329fe5 !important;
}

.page-link {
  color: white !important;
}
