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



/* ===== NEWS / EVENTS ===== */
.news-card{ position: relative; display: flex; flex-direction: column; background: #FFFFFF;}
.news-card:hover {transition: all .15s ease; transform: translateY(-20px); cursor: hand; cursor: pointer;}
a.news-card .news-content  {color: #000000; }
.news-img { max-height: 200px; margin-bottom: 0;}
.news-img img {filter: grayscale(100%) contrast(115%) sepia(40%);}
.news-content { overflow: hidden; padding: 15px;}
.news-content .date {font-size: 0.85rem; font-style:italic;}
.news-content .news-title {font-weight: 500; font-size:1.1rem;}
.news-content .btn  {border-radius: 2px;  padding: 0.4rem 1.5rem;}

.news-filters {text-transform: capitalize; font-family: 'Roboto Mono';}
.news-filters select {font-size: 1rem; }
.news-filters .btn-submit {background: none; border:0; color:var(--aal-red); margin:0; vertical-align: middle;}
.news-filters .btn-submit:hover {color:rgba(0, 0, 0, 0.7) !important;}
