/* Base links */
a {
  color: #ff5757; /* brighter, higher-contrast red */
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

/* Visited */
a:visited {
  color: #ff6b6b;
}

/* Hover / Focus */
a:hover,
a:focus {
  color: #ff6b6b; 
  outline: none;
}

/* Active (clicking) */
a:active {
  color: #ff6b6b;
}

/* Special voting links */
a.votefor,
a.votefor:link,
a.votefor:visited,
a.votedfor {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(255,255,255,0.3);
}
blockquote {
  color : #ff5757;
  background: #111111;
  border : 1px #ff5757 solid;
  border-left: 10px solid #ff5757;
}
.quote-source blockquote {
  color : #ff5757;
  background: #111111;
  border : 1px #ff5757 solid;
}
.add-content-btn { background-color : #212121; }
.toggle-btn { color : #ff5757; }
.toggle-btn.active, .toggle-btn:hover { background-color : #ff5757; color : #111111; }
.top-menu-center img { width : 200px; height : auto; }
/******************************* MENU COLORS ***********************/
.sm_link a, .sm_link a:link, .sm_link a:visited, .button, a.button, a.button:visited { background: #ff5757; color : #111111; }
.showmore a, .showmore a:link, .showmore a:visited { background-color : #ff5757; color : #111111; }
.showmore a:hover, .showmore a:visited:hover { background-color : #CC2222; }
/************************************************* WEB BANNER **********/
.web_banner { display : block; position : relative; overflow : hidden; width : 100%; height : 150px; background-image:url('/app/IMG_20250810_180004.webp'); background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
.web_banner img { display : block; position : relative; width : auto; height : 160px; margin : 20px auto auto 20px; }
/*** MENU MODIFIERS ***/
@media screen and (max-width: 480px) {
.menu_item a img { margin-top : 10px; margin-bottom : 10px; }
.logobit { width : 40%; }
.menu_item a, .menu_item a:link, .menu_item a:visited { font-size : 20px; }
.sm_link a, .sm_link a:link, .sm_link a:visited { font-size : 12px; }
.w25 { width : 25%; float : left; }
.web_banner img { margin : 0 0 0 0; margin-left : auto; margin-right : auto; }
}