/* cmsms stylesheet: theme modified: Tuesday, January 20, 2026 10:36:01 AM */
/* ========================================= */
/* GLOBAL */
/* ========================================= */

body
{
  background-color: #f5f3ec;
  font-family: "Source Sans 3", sans-serif;
  color: #1e1e1e;
  line-height: 1.6;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Cinzel", serif;
  color: #0c1a3c;
  letter-spacing: 0.5px;
}

a
{
  color: #8a6a14;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/* ========================================= */
/* NAVIGATION */
/* ========================================= */

.custom-nav
{
  background-color: #0c1a3c;
  border-bottom: 3px solid #d3c9a6;
}

.navbar-brand,
.nav-link
{
  color: #f5f3ec !important;
}

.nav-link:hover
{
  color: #d3c9a6 !important;
}

/* ========================================= */
/* IDENTITY HERO */
/* ========================================= */

.hero
{
  padding: 120px 0;
  text-align: center;
  border-bottom: 4px solid #d3c9a6;
}

.hero-badge
{
  width: 150px;
  height: auto;
  margin-bottom: 25px;
}

.hero-title
{
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-sub
{
  max-width: 700px;
  margin: 20px auto 0 auto;
  font-size: 1.1rem;
}

.divider
{
  width: 90px;
  height: 2px;
  background-color: #b0a584;
  margin: 20px auto;
}

/* ========================================= */
/* SECTIONS */
/* ========================================= */

.section
{
  padding: 80px 0;
}

.section-title
{
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}

/* ========================================= */
/* VALUES PANEL */
/* ========================================= */

.values-panel
{
  background-color: #0c1a3c;
  color: #f0eee8;
  border-radius: 8px;
  padding: 40px 20px;
}

.values-panel h4
{
  color: #d3c9a6;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ========================================= */
/* GALLERY */
/* ========================================= */
.section-gallery
{
  background-color: #f7f5ef;
}

.gallery-item
{
  border: 3px solid #d3c9a6;
  border-radius: 6px;
  overflow: hidden;

  /* Defines the thumbnail box */
  aspect-ratio: 3 / 2;
}

.gallery-item img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}



/* ========================================= */
/* FOOTER */
/* ========================================= */

footer
{
  background-color: #0c1a3c;
  color: #f5f3ec;
  text-align: center;
  padding: 25px 0;
  border-top: 4px solid #d3c9a6;
  font-size: 0.9rem;
}
