@font-face {
  font-family: 'OpinionPoll';
  src: url('/fonts/MinstrelPosterNf-RA43.ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
font-family: 'Bangers', cursive;
//.opus { font-family: 'OpinionPoll', 'Georgia', serif; }
.opusbrand { font-family: 'Bangers', 'Georgia', serif;font-size:35px; }
.oplogo { height:50px; }
.pincode-input-container{
 text-align:center;
}
.pincode-input-text {
 display:inline-block !important;
 width:35px !important;
 margin:5px !important;
 text-align:center !important;
 font-weight:bold !important;
 color:blue !important;
}
.bad-pin {
 border-color: #dc3545 !important;
}
.good-pin {
 border-color: green !important;
}
.modal-dialog {
 max-width:90% !important;
}
.modal-content {
 padding:10px !important;
}




:root{
  --nav-blue:#0B3D91;     /* deep US blue */
  --footer-red:#C62828;   /* strong but not neon red */
  --accent-gold:#FFD166;  /* accessible active accent */
}

/* NAVBAR */
.navbar.opus {
  background: var(--nav-blue) !important;
}
.navbar.opus .navbar-brand,
.navbar.opus .nav-link,
.navbar.opus .navbar-text {
  color:#fff !important;
}
.navbar.opus .nav-link:hover { color:#E3F2FD !important; }

/* Active link: gold underline (cleaner than a blue pill) */
.navbar.opus .nav-link.active,
.navbar.opus .nav-item.show .nav-link {
  color:#fff !important;
  position:relative;
}
.navbar.opus .nav-link.active::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:-.35rem;
  height:3px; border-radius:2px;
  background:var(--accent-gold);
}

/* Search input to fit the blue bar */
.navbar.opus .form-control {
  background:rgba(255,255,255,.12);
  color:#fff; border-color:rgba(255,255,255,.25);
}
.navbar.opus .form-control::placeholder { color:#E3F2FD; }

/* FOOTER */
.footer.opus {
  background: var(--footer-red);
  color:#fff;
}
.footer.opus a { color:#fff; }
.footer.opus a:hover { color:#FFE082; }
