p, ul, ol {
    font-size: 14px;
    color: #ffffff;
}

.promo {
	background-image: url('/promos/2025/spring-stakes-showdown/images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding-bottom: 30px;
}


#infoModal a:hover {
    color: #006a36 !important;
}

.read-more {
    color:#ffa600;
    font-family: Montserrat-Bold;
}

.read-more:hover {
    color: #006a36 !important;
}

.promo-logo {
	padding-top: 15px;
}

.content {
	background-color: rgba(22, 22, 22, 0.7);
    border-radius: 10px;
    padding-top: 50px;
    max-width: 700px;
}

.pulse {
    animation: 1.5s ease 0s infinite pulse;
  }
  
  @keyframes pulse {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  }
  
  #infoModal a {
    font-family: Montserrat-Bold;
    color: #ffa600;
    text-decoration: underline;
}

#infoModal a:hover {
    font-family: Montserrat-Bold;
    color: #019849;
    text-decoration: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 0 1rem;
}

/********** Tablet Landscape *********/
@media (max-width: 1366px) and (orientation: landscape) {
    .promo-logo img {
        max-width: 50%;
    }
}

/********** Tablet Portrait **********/
@media (max-width: 1024px) and (min-width: 421px) and (orientation: portrait) {
}

/********** Mobile Landscape **********/
@media (max-width: 940px) and (orientation: landscape) {
}

/********** Mobile Portrait **********/
@media (max-width: 460px) and (orientation: portrait) {
}