html, body {
	background: url("./images/eastern-eggs-seamless-background.jpg");
	background-repeat: repeat;
}

.content_block_header_block ul.topiclist li.header {
}
.headerbar, body.content_block_header_block li.header, body.content_block_header_stripe li.header::before, .no_avatar, .social_links_footer, .forumbg-table, .sidebar_block_stripe::before, .fancy_panel::before, .tile_row_2::before {
  background: #2b7979;
  }
  
  .navbar {
  background-color: #2b7979;
  }
  
 .specialbutton {
  background: #2b7979 !important;
  }

 .specialbutton:hover {
  background: #45c2c2 !important;
  }

.dropdown .dropdown-contents {
  background: #2b7979;
}

.post.has-profile.bg1, .post.has-profile.bg2{
  background-color: #F9FFF8;
}

li.row, .panel-container .panel li.row {
  background-color: #F9FFF8;
}

.custom_logo {
    background-image: url("./images/site-logo-pasqua-2026.png");
    width: 500px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.headerbar {
    background-image: url("./images/background-pasqua-2026.jpg") !important;
}

.dropdown .dropdown-contents li a:hover {
    background-color: #38d2d2 !important; /* verde */
    color: #fff !important;
}


