﻿:root {
    --font-regular: 'Open Sans', sans-serif, system-ui, -apple-system,"Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/*#region ----General */
body {
    font-family: var(--font-regular);
}
.banner-caption {
    background-color: rgb(138 194 65 / 0.65);
    /*background-color: rgb(0 0 0 / 0.60)*/
}
.logo-size{
    width:160px;
}
.carousel-item img{
    height:100%;
    width:100%;
}
.a-blue {
    color: #0977bc
}
.a-green {
    color: #8dc641;
}
.b-blue {
    background: #0977bc;
}
.fs-small{
    font-size: 10pt;
}
.fs-meduim {
    font-size: 14pt;
}
.fs-large {
    font-size: 18pt;
}

/*#endregion */
@media (max-width: 575px) {
    .carousel-item img {
        height: 200px;
        width: 100%;
    }
}