/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 body {
  margin-top: 0.625rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
 }

 h1 {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
 }

 h1.label {
  font-size: 24px;
 }

 .step {
  margin-bottom: 10px;
 }

 .button {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
 }

 .initial-button {
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
 }

 .image.is-24x24 {
  display: inline-block;
  vertical-align: middle;
 }

 .initials {
  display: inline-block;
  vertical-align: middle;
 }

 .js-submit-btn {
  margin-top: 1.5rem;
  margin-right: 2.5rem;
 }
 
 .hero {
  background-image: url("/assets/EEBerger_AmericanSpoon_March24_179_resized-2-a9874a2b.webp");
  background-position: center;
  background-size: cover;
  border-radius: 1.5rem;
 }

.underglow {
  text-shadow: 2px 2px 4px #FFFFFF;
}

/* Replicate the Bulma `label` class for JSON forms */
form h2 {
  font-size: 16px;
  font-weight: 600;
}

 @media print, screen and (min-width: 769px) {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
