/* Button hover effects */
.button:hover, .button.alt:hover, .button.special:hover, #learnMoreBtn:hover {
    background: #ffff00 !important;
    color: #000 !important;
    border-color: #ffff00 !important;
}

.button:active, .button.alt:active, .button.special:active, #learnMoreBtn:active {
    background: #ffff00 !important;
    color: #000 !important;
    border-color: #ffff00 !important;
}