
/* Dooley Development & Designs | Brand Theme */

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #ECECEC;
  color: #1A1A40;
  margin: 0;
  padding: 0;
}

.logo-img {
  width: 120px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.hero {
  background: white;
  padding: 40px;
  border-radius: 12px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn-gold {
  background-color: #D4AF37;
  color: white;
  border: none;
}

.btn-gold:hover {
  background-color: #c2992d;
}

.navbar {
  background-color: #1A1A40;
}

a.nav-link {
  color: #FFFFFF !important;
}

.signature-block {
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.signature-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;   /* circle */
  object-fit: cover;
  flex-shrink: 0;
}

.signature-details a {
  color: #1A1A40;
  text-decoration: none;
}
.signature-details a:hover {
  text-decoration: underline;
}
.navbar {
  background-color: #1A1A40; /* whatever your index uses */
}
.badge-top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  /* increase max‑height from 80 to 120 */
  max-height: 120px;
  /* maintain aspect ratio */
  height: auto;
}
