/* Autumn theme */

:root {
  --row-light: #fff0e6;   /* arancio chiaro */
  --row-dark: #ffe0cc;    /* terracotta */
}

body {
  background: #fff3e0; /* Sfondo generale */
}

.header, .navbar, .navbar-inner {
  background: 
    linear-gradient(135deg, rgba(120,30,10,0.8) 0%, rgba(255,112,67,0.7) 100%),
    url('../images/autumn-frame.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.item-page, 
.blog-featured .blog-item .item-content,
.com-content-category-blog__item .item-content {
  background-color: #fbe9e7; /* crema caldo */
}

.item-page h1, .item-page h2,
.mod-custom h1, .mod-custom h2,
.info-block h1, .info-block h2 {
  color: #bf360c;
}

a { color: #e65100; }
a:hover { color: #bf360c; }