@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");


.btn-ctc-banner {
    backdrop-filter: blur(10px);
    /* opacity: 0.6; */
    background: linear-gradient(130deg, #0a0000 30%, #047dce 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

footer#colophon ul li,
footer#colophon ul li a {
    color: #0a0000;
    font-size: 16px;
}

footer#colophon p {
    font-size: 20px;
    color: #0a0000;
}

.bold-900 {
    font-weight: 900;
}

.bold-700 {
    font-weight: 700;
}


.site-logo {
    height: 75px
}

@media screen and (max-width:991px) {
    .site-logo {
        height: 45px
    }

    .is-header-small .site-branding {
        left: 50%;
        transform: translate(-50%, 0%);
    }
}