/* Hero section with background image and overlayed button */
.modern-hero-bg {
  width: 100%;
  height: 340px;
  background: url('images/closeup.jpg') center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

.hero-overlay-content {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
}
/* Modern hero section styles */
.modern-hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
}

.hero-img {
  width: 100%;
  max-width: 900px;
  height: 320px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(27,28,60,0.10);
  margin-bottom: 1.5em;
}

.hero-content {
  display: flex;
  justify-content: center;
  width: 100%;
}

.book-now-btn {
  background: #fff;
  color: #1a237e;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  padding: 0.7em 2.2em;
  border: 3px solid #fff;
  border-radius: 32px;
  box-shadow: 0 2px 12px rgba(27,28,60,0.10);
  text-decoration: none;
  letter-spacing: 2px;
  transition: transform 0.18s, border 0.18s, box-shadow 0.18s;
  cursor: pointer;
  outline: none;
}

.book-now-btn:hover, .book-now-btn:focus {
  transform: scale(1.08);
  border: 3px solid #1a237e;
  box-shadow: 0 4px 24px rgba(26,35,126,0.18);
  color: #1a237e;
  background: #fff;
}
/* Gallery grid and button styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  justify-items: center;
  margin-top: 1em;
}

.gallery-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2px solid #1a237e;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(27,28,60,0.08);
  width: 80px;
  height: 90px;
  text-decoration: none;
  transition: box-shadow 0.2s, border 0.2s;
    height: 108px;
    width: 108px;

.gallery-btn:hover, .gallery-btn:focus {
  box-shadow: 0 4px 16px rgba(27,28,60,0.15);
  border: 2px solid #b71c1c;
}

.gallery-img {
  width: 48px;
  height: 36px;
  object-fit: cover;
  border-radius: 4px;
  margin-top: 8px;
}

.gallery-label {
  margin-top: 0.3em;
  text-align: center;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #1a237e;
  font-weight: 600;
}
/* style.css for Dayton Land and Livestock Ranch Website */


body {
  background-color: #fff;
  color: #1a237e;
  font-family: 'Montserrat', 'Courier New', Courier, 'Lucida Console', monospace;
  margin: 0;
  padding: 0;
}

.header-sticky {

.nav-bar {
  display: flex;
  gap: 1.5em;
  background: #fff;
  border-radius: 48px;
  box-shadow: 0 4px 16px rgba(27, 28, 60, 0.12);
  padding: 1.5em 2.5em;
  font-size: 1.35em;
  font-weight: 800;
  justify-content: center;
}
  position: sticky;
  top: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(27, 28, 60, 0.07);
  z-index: 100;
}

.compact-header {
  padding: 0.3em 0;
}

.nav-container {
  display: flex;
    color: #b71c1c;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
  padding: 0 1em;
}
.logo {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin-right: 0.5em;
  box-shadow: 0 1px 8px rgba(27, 28, 60, 0.10);
  vertical-align: middle;
}

.compact-nav {
  min-height: 48px;
}



.small-logo {
  height: 32px;
  width: 32px;
  margin-right: 0.5em;
}

.site-title {
  font-size: 1.2em;
  font-family: 'Courier New', Courier, 'Lucida Console', monospace;
  letter-spacing: 2px;
  font-weight: 700;
  color: #1a237e;
}

.small-title {
  font-size: 1em;
  letter-spacing: 1px;
}


.nav-bar {
  display: flex;
  gap: 0.5em;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 8px rgba(27, 28, 60, 0.10);
  padding: 0.3em 1em;
}


.nav-link {
  color: #1a237e;
  background: #fff;
  font-size: 1.08em;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 800;
  padding: 0.7em 2em;
  border-radius: 32px;
  transition: transform 0.18s, box-shadow 0.18s, border 0.18s;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  border: 6px solid transparent;
  box-shadow: 0 2px 8px rgba(27,28,60,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}




.nav-link:hover, .nav-link:focus {
  transform: scale(1.10);
  background: #fff;
  color: #1a237e;
  outline: none;
  border: 2px solid #b71c1c;
  box-shadow: 0 0 0 2px #1a237e, 0 0 0 4px #fff, 0 0 0 6px #b71c1c;
}

footer {
  background-color: #b71c1c;
  color: #fff;
  padding: 1em 0.5em;
  text-align: center;
  border-top: 4px solid #1a237e;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'Courier New', Courier, 'Lucida Console', monospace;
}


h1, h2, h3 {
  color: #b71c1c;
  font-family: 'Courier New', Courier, 'Lucida Console', monospace;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
}



  color: #1a237e;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #b71c1c;
}

.main-content {
  background: #fff;
  border: 2px solid #1a237e;
  border-radius: 8px;
  margin: 2em auto;
  padding: 2em;
  max-width: 900px;
  box-shadow: 0 0 20px rgba(27, 28, 60, 0.1);
}


img, video {
  border: 3px solid #b71c1c;
  border-radius: 6px;
  margin: 1em 0;
  max-width: 100%;
  height: auto;
}


/* Western accent: decorative horizontal rule */
hr {
  border: none;
  border-top: 4px double #1a237e;
  margin: 2em 0;
}


/* Old West style blockquote */
blockquote {
  font-family: 'Courier New', Courier, 'Lucida Console', monospace;
  color: #b71c1c;
  background: #f5f5f5;
  border-left: 6px solid #1a237e;
  margin: 1em 0;
  padding: 1em;
  font-style: italic;
  letter-spacing: 1px;
}


/* Buttons styled like old west signage, now modern and slick */
button, .btn {
  background: #1a237e;
  color: #fff;
  border: none;
  border-radius: 24px;
  font-family: 'Montserrat', 'Courier New', Courier, 'Lucida Console', monospace;
  padding: 0.5em 1.5em;
  font-size: 1.1em;
  letter-spacing: 2px;
  box-shadow: 0 2px 8px rgba(27, 28, 60, 0.10);
  cursor: pointer;
  margin: 0.5em 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 600;
}

button:hover, .btn:hover {
  background: #b71c1c;
  color: #fff;
  box-shadow: 0 4px 16px rgba(183, 28, 28, 0.15);
}

/* Responsive tweaks */
@media (max-width: 700px) {
  .nav-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5em 0.5em;
  }
  .site-title {
    margin-bottom: 0.5em;
  }
  .nav-bar {
    gap: 0.2em;
  }
}
