/*
Bootstrap 5 uses CSS variables. You can use app-related variables in this file. The standard Bootstrap values are used as a fallback 
Check our Docs for more information: https://go.2sxc.org/app-theme
*/

:root {
  --bs-primary-fallback-app-content: #0060AC;
  --bs-body-color-fallback-app-content: #222222;
  --bs-dark-fallback-app-content: #6c757d;
  --bs-link-color-fallback-app-content: #0060AC;
}

/*Text and Image.cshtml*/
.custom-news-items { margin-top:48px; }

@media only screen and (min-width: 992px) {
   .custom-news-items  h2 {
        font-size: 2.5rem;
        line-height: 1.0;
    }
}