:root {
    --army-green: #5f7a50;
    --afc-yellow: #ffd530; 
    --aal-red: #E61E26;
}

.btn-yellow, .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {display: none;}

@media (max-width: 576px) { .section-main.eventbrite {padding-top:0;}}

.date-time {font-size:1.1rem;}
.date-time .sec-header {color:var(--afc-yellow); font-weight:500; text-transform: uppercase; margin-bottom:0.5rem;}

.social-icons a {color:#ffffff; font-size: 2rem;}
.social-icons a:hover {color: var(--afc-yellow);}

/*targets eventbrite iframe only, was interfering with contact us*/
iframe[src*="eventbrite"] {padding: 20px; background: #ffffff; box-shadow: 10px -2px 15px #121212;}

