body {
  /* Base Navbar Styling */
  /* Social Media Links */
  /* Navbar Styling */
  /* Navigation Links */
  /* Flex Layout for Navbar */
}
body._pt {
  padding-top: 66px;
}
body .navbar .navbar-brand img {
  height: 60px;
}
body .btn-danger {
  background-color: #d3302f !important;
}
body .top-bar {
  justify-content: space-between;
  align-items: center;
  padding: 5px 20px;
  background: #d3302f; /* Austrian Red */
  color: white;
  font-size: 0.9rem;
}
body .social-links a {
  color: white;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1.1rem;
  transition: opacity 0.3s;
}
body .social-links a:hover {
  opacity: 0.7;
}
body .gallery-img {
  cursor: pointer;
  transition: transform 0.3s;
  width: 100%;
  border-radius: 0.5rem;
  display: block;
}
body .gallery-img:hover {
  transform: scale(1.03);
}
body .navbar {
  transition: all 0.4s ease-in-out;
  padding: 15px 0;
}
body .navbar .navbar-brand img {
  max-height: 90px;
  transition: all 0.3s ease-in-out;
}
body .navbar ._donate {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
body .navbar ._menu-logo {
  display: none;
}
body .navbar.fixed-top {
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
body .navbar.fixed-top .navbar-brand img {
  max-height: 48px;
}
body .navbar.fixed-top ._donate {
  opacity: 1;
}
body .navbar.fixed-top ._menu-logo {
  display: flex;
}
body .navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  padding: 10px 15px;
}
body .navbar-nav .nav-link:hover {
  color: #d3302f;
}
body .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body header ._header-social {
  list-style-type: none;
  padding-left: 0px;
}
body header ._header-social li {
  display: inline-block;
  margin-right: 5px;
}
body header ._header-social li a {
  text-decoration: none;
  color: #d3302f;
  transition: all 0.5s ease-out;
}
body header ._header-social li a:hover {
  color: #bb2d3b;
}
body ._donate-link {
  display: none !important;
  color: #fff !important;
  background-color: #d3302f !important;
}
body ._donate-link:hover {
  background-color: #bb2d3b !important;
  color: #fff !important;
}
body ._small-logo {
  display: none;
}
body ._fixed {
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 0px;
}
body ._fixed ._small-logo {
  display: block;
}
body ._fixed .nav {
  display: inline-flex;
}
body ._fixed .nav.justify-content-center {
  justify-content: right !important;
}
body ._fixed .nav ._donate-link {
  display: block !important;
}
body .nav-link.active {
  position: relative;
}
body .nav-link.active:after {
  width: 70%;
  height: 2px;
  content: "";
  background-color: #d3302f;
  position: absolute;
  left: 15%;
  bottom: 8px;
}
body ._banner {
  color: #fff !important;
}
body ._banner ._banner-bg {
  background: url("./../img/teamplate/banners/homepage2.webp") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}
body ._slide {
  border: 2px solid #d3302f;
}
body ._bg-orange {
  background-color: #d3302f !important;
}
body ._bg-orange-25 {
  background: rgba(200, 94, 0, 0.25) !important;
}
body h3 {
  color: #d3302f !important;
}
body .carousel .carousel-indicators [data-bs-target] {
  background-color: #d3302f !important;
}
body .carousel:has(.carousel-item.active ._slide._bg-orange) .carousel-indicators [data-bs-target] {
  background-color: #fff !important;
}
body ._donate-section {
  border: 1px solid #d3302f;
  background: -webkit-linear-gradient(110deg, #d3302f 30%, #fff 30%);
  background: -o-linear-gradient(110deg, #d3302f 30%, #fff 30%);
  background: -moz-linear-gradient(110deg, #d3302f 30%, #fff 30%);
  background: linear-gradient(110deg, #d3302f 30%, #fff 30%);
}
body ._contact-map {
  background: url("/images/contact_bg.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.75;
}
body ._thumbnail {
  padding: 20px;
  color: #fff;
  background: #d3302f;
  display: inline-block;
  border-radius: 60px;
}
body ._mobile-menu {
  list-style: none;
  padding-left: 0px;
}
body main {
  min-height: calc(100vh - 200px);
}
body footer {
  background-color: #d3302f;
  color: #fff;
}
body footer ._footer-menu {
  list-style: none;
  padding-left: 0px;
}
body footer ._footer-menu li {
  display: block;
  position: relative;
}
body footer ._footer-menu li a {
  color: #fff;
  text-decoration: none;
}
body footer ._footer-social {
  list-style: none;
  padding-left: 0px;
}
body footer ._footer-social li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
body footer ._footer-social li a {
  color: #fff;
  text-decoration: none;
}

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