@import url("/assets/fonts/bootstrap-icons/bootstrap-icons.css");


/* GENERAL */
.r-img {
    max-width: 100%;
}
.responsive-img-xs { width: 50px }
.responsive-img-s { width: 80px }
.responsive-img-m { width: 150px }
.responsive-img-l { width: 250px }
.responsive-img-xl { width: 350px }
.responsive-img-xxl { width: 500px }


/* NAVIGATION */
@media only screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100px;
        left: 0px;
        width: 100%;
        background-color: var(--bs-primary-rgb);
    }
}