.home-section-bg {
  background-color: #A83529;
  padding: 20px;
}

h1 {
  font-family: "Arial", sans-serif !important;
  color: #A83529;
}

h2 {
  font-family: "Arial", sans-serif !important;
  color: #A83529;
}

h3 {
  font-family: "Arial", sans-serif !important;
  color: #A83529;
}

h4 {
  font-family: "Arial", sans-serif !important;
}

h5 {
  font-family: "Arial", sans-serif !important;
  color: #A83529;
}

h6 {
  font-family: "Arial", sans-serif !important;
}

p {
  font-family: "Arial", sans-serif !important;
}

p.smallText {
  font-family: "Arial", sans-serif !important;
}

header {
  font-family: "Arial", sans-serif !important;
}

h1.siteTitle,
.static-top.navbar-dark .navbar-brand a h1.siteTitle,
.static-top.navbar-dark .navbar-brand a h1.siteTitle > span {
  font-family: "Arial", sans-serif !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: "Arial", sans-serif !important;
}

.nav.nav-tabs button {
  color: #A83529; /* Change this to your desired color */
}

.navbar-brand.navbar-header h1 {
  color: #A83529;
}

.static-top.navbar-dark {
  background-color: #F5F4F1; /* Example: Change background color */
}

.static-top.navbar-dark .navbar-nav .nav-link {
  color: #A83529; /* Example: Change color of the navigation links */
}

.static-top.navbar-dark .navbar-nav .nav-link:hover {
  color: #A83529;
  background-color: transparent; /* Change color of the navigation link text on hover */
  transition: background-color 0.3s ease;
}

/* Remove underline from <u> tags inside <h4> elements */
h4 u {
  text-decoration: none !important;
}

footer .footer-bottom {
  background-color: #A83529 !important;
}

.navbar-brand.navbar-header h1 {
  margin: 0; /* Example: Remove margin */
  padding: 10px; /* Example: Add padding */
}

.navbar-nav .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  border-right: 0px;
  border-left: 0px;
}

.custom-container {
  max-width: 1500px !important;
}

.btn-primary {
  background-color: #A83529 !important;
  border: 1px solid #A83529 !important;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  background-color: #2A51A3 !important;
  border: 1px solid #2A51A3 !important;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link {
  background-color: #ffffff !important;
  color: #2A51A3 !important; /* Optional: Set text color for better contrast */
}

.nav-pills .nav-link.active {
  background-color: #A83529 !important;
  color: #ffffff !important; /* Optional: Set text color for better contrast */
}

#pills-tab .nav-item .nav-link {
  border: 1px solid #A83529 !important;
}

.home-section-bg {
  background-color: #A83529;
  padding: 20px;
}

/* Home Page Action Card Styling */
.portal-card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px #A83529;
}

/* Logo Image Styling */
.portal-card-img {
  width: 100px; /* Fixed width */
  height: 100px; /* Fixed height */
  -o-object-fit: contain;
     object-fit: contain; /* Ensures logos fit without distortion */
  margin: 0 auto; /* Center the image horizontally */
  display: block;
}

/* Card Title Link Styling */
.portal-card-title h3 {
  margin-top: 10px;
  color: #A83529; /* Bootstrap default text color */
  transition: color 0.3s ease;
}

.portal-card-title:hover h3 {
  color: #A83529; /* Bootstrap primary color for hover effect */
}

/* Event & Resources Card Carousel Row formatting  */
/* Event & Resources Card Carousel Row formatting  */
.responsive-embed-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.responsive-embed-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Event & Resources Card Carousel Row formatting  *//*# sourceMappingURL=main.css.map */