/*
Theme Name: Jamy Sheene – Country Soul (Mobile Style)
Description: Mobilfreundliches Country-Theme für Jamy Sheene
Version: 1.1
*/

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #e9d7cc;
  color: #000;
}

h1, h2, h3 {
  font-family: 'Stardos Stencil', cursive;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  background: url('https://via.placeholder.com/800x1000') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.hero h1, .hero p {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}

.news-section {
  background: #c4a68a;
  text-align: center;
  padding: 1rem;
}

.news-content {
  background: #e9d7cc;
  padding: 2rem;
  text-align: center;
}
