html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Poster Buddy brand colors */
.pb-navbar {
    background-color: #2d6a2d;
}

.pb-navbar .navbar-brand {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
}

.pb-footer {
    background-color: #f0f4f0;
    border-top: 2px solid #2d6a2d;
    color: #555;
}

.pb-footer a {
    color: #2d6a2d;
    text-decoration: none;
}

.pb-footer a:hover {
    text-decoration: underline;
}

/* Section headers (green-background style) */
.pb-section-header {
    background-color: #2d6a2d;
    color: white;
    padding: 6px 12px;
    font-weight: 600;
}

/* Gallery item cards */
.gallery-details {
    background-color: #fffde7;
}

/* Step tables */
.step-table td {
    padding: 8px 12px;
    vertical-align: top;
    border: 1px solid #c8e6c9;
}

.step-table td:first-child {
    background-color: #e8f5e9;
    font-weight: 600;
    white-space: nowrap;
    width: 160px;
}

/* Form focus */
.btn:focus, .btn:active:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
