@charset "utf-8";
/* CSS Document - CNATRA e-Briefs */

body { 
    /* background-color: #7eb0e1; */
    background: #7fb7e8 url("/assets-global/img/bg-app.jpg") no-repeat top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 425px;
}
a:hover.link-dark, a:hover.link-secondary { color: #0066cc; }

.list-group div a:nth-child(even) { background: #f3f7f9; }

.list-group div a:hover { background: #e2f3fd; }

.opacity-7 { --bs-bg-opacity: .7; }

.opacity-9 { opacity: .9; }

.siteTitle-bg {
    background-color: #1d3960;
    color: #ebecec;
}

@media screen and (max-width: 991px) {
  footer p { text-align: center !important; }
  footer > div:nth-of-type(2) p:nth-of-type(1) { padding-bottom: 2px; }
}