/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Menu */
#g-header .g-container {
  width: 85rem;
}
.g-main-nav .g-toplevel {
  text-align: center;
}
.exhibit-image {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  max-width: 300px;
  height: auto;
  animation: zoomIn 1.2s ease-out forwards;
  transform: scale(0.95);
  /* Start slightly smaller */
  opacity: 0;
  /* Start invisible */
}
/* Keyframes for the entrance animation */
@keyframes zoomIn {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.light-box {
  background-color: #f9f7f4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.home_menu {
  max-width: 225px;
}
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 20px;
}
li.active.g-menu-item.g-menu-item-101.g-menu-item-type-component.g-standard.home_menu a.g-menu-item-container {
  background: none !important;
  box-shadow: 0 -5px 0 0 #edb059 inset !important;
}
/* Headers */
#g-top h4.g-features2-particle-title a {
  color: #edb059;
}
.footer-b.moduletable #module-logo-184-particle.g-particle {
  box-shadow: 0px -105px 0 0 #2c1e0c;
}
#g-breadcrumb.g-flushed .g-container {
  padding: 6rem 0;
}
#g-breadcrumb {
  background-position: center;
  text-align: center;
}
.g-grid > .g-block:first-child ul.breadcrumb, .g-grid > .g-block:first-child ol.breadcrumb {
  justify-content: center;
}
.itemid-104 #g-breadcrumb {
  background-image: url('../../../../images/traveling-exhibits-hulett-museum.jpg');
}
.itemid-106 #g-breadcrumb {
  background-image: url('../../../../images/board-meetings-hulett-museum.jpg');
  background-position: 50% 30%;
}
.itemid-105 #g-breadcrumb {
  background-image: url('../../../../images/upcoming-events-hulett-museum.jpg');
}
.itemid-108 #g-breadcrumb {
  background-image: url('../../../../images/support-hulett-museum.jpg');
}
.itemid-203 #g-breadcrumb {
  background-image: url('../../../../images/top-hulett-museum-1.jpg');
}
.itemid-202 #g-breadcrumb {
  background-image: url('../../../../images/top-hulett-museum-2.jpg');
}
.itemid-103 #g-breadcrumb {
  background-image: url('../images/about-the-hulett-museum.jpg');
}
.itemid-204 #g-breadcrumb {
  background-image: url('../../../../images/top-hulett-museum-3.jpg');
  background-position: top center;
  /* Aligns to the top */
  background-size: cover;
  /* Ensures full coverage */
  background-repeat: no-repeat;
}
#g-breadcrumb {
  background: #ffffff;
  /* Adjust background color as needed */
  padding: 20px;
  border-radius: 0 0 8px 8px;
  /* Only rounds the bottom corners */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  /* Drop shadow for depth */
  position: relative;
  overflow: hidden;
}
/* Custom Bottom Shape – Curved Effect */
#g-breadcrumb::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  background: radial-gradient(circle at center, #edb059 50%, transparent 100%);
}
/* Breadcrumb Text & Animation */
#g-breadcrumb span, #g-breadcrumb a {
  color: #ffffff !important;
  /* Sets text color to white */
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: normal;
  display: inline-block;
  opacity: 0;
  /* Initially hidden */
  transform: translateY(10px);
  /* Moves text down slightly */
  animation: fadeInUp 0.6s ease-out forwards;
}
/* Hover Effect for Links */
#g-breadcrumb a:hover {
  color: #f8f9fa !important;
  /* Slightly lighter white on hover */
  text-decoration: underline;
}
/* Keyframes for Fade-In & Upward Motion */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Staggered Animation for Each Breadcrumb Item */
#g-breadcrumb span:nth-child(1), #g-breadcrumb a:nth-child(1) {
  animation-delay: 0.2s;
}
#g-breadcrumb span:nth-child(2), #g-breadcrumb a:nth-child(2) {
  animation-delay: 0.4s;
}
#g-breadcrumb span:nth-child(3), #g-breadcrumb a:nth-child(3) {
  animation-delay: 0.6s;
}
#g-breadcrumb span:nth-child(4), #g-breadcrumb a:nth-child(4) {
  animation-delay: 0.8s;
}
.image-pop {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}
.image-pop:hover {
  transform: scale(1.05);
  /* Slight zoom effect */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  /* Stronger shadow */
}
/* Footer Pulse */
.footer-logo-pulse img {
  transition: transform 0.25s ease;
}
.footer-logo-pulse:hover img {
  transform: scale(1.07);
}
/* CTA */
.g-cta-button.style1 .g-cta-inner {
  background: #2c1e0c;
  border: 1px solid #2c1e0c;
  border-left: 1px solid #2c1e0c;
}
.button:hover {
  background: #941216;
  border-color: #941216;
}
.g-features-particle .g-features-particle-title a {
  color: #941216;
  text-transform: uppercase;
}
td {
  border: none;
}
table {
  border: none;
}
@media only all and (max-width: 47.99rem) {
  .g-offcanvas-toggle {
    font-size: 2rem;
    color: #FFF;
    left: 1.563rem;
    top: -45px;
  }
  #g-header .g-logo img {
    max-width: 200px;
    height: auto;
  }
}
/*# sourceMappingURL=custom_9.css.map */