.branded-header {
    font-family: 'Courier New', Courier, monospace;
}

#logo {
    margin-top: 0.2rem;
}
.item-card-text {
    overflow: hidden;
}


.retro-btn {
  background: #ccc  !important;
  border-color: #eee #111 #111 #eee !important;
  border-radius: 0 !important;
  border-width: 2px !important;
  min-height: 31px !important;
  min-width: 88px !important;
  font-family: 'Courier New', Courier, monospace !important;
}

.retro-btn-primary {
    font-weight: 700 !important;
}

.retro-btn:hover {
    border-color: #111 transparent transparent #111 !important;
}

.hero-card {
    border-top: 4px solid #3066A3 !important;
}

/*.hero-card .card-title {
    color: #3066A3 !important;
}*/