@import url("_fonts-c277c2d1c10fcb869d61af95eea3b5bc.css");

:root {
    --bs-primary: #0245c4 !important;
    --bs-primary-rgb: 2, 69, 196 !important;
    --bs-secondary: #d40009 !important;
    --bs-secondary-rgb: 212, 0, 9 !important;
    --bs-border-radius: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.overlay {
    background-color: rgba(255,255,255,0.5);

    .img-fluid {
        max-height: 15vh;
    }
}
