/*
    Theme Name: Bobcat Theme 1
    Author: CJ Lupori
    Description: Bobcat Theme Option 1 of 3
    Version: 1.0.1
*/
/*--------------------------------------------------------------
## Editor class styles
--------------------------------------------------------------*/
.has-feedback .form-control-feedback {
    right: 98% !important;
    top: 2px !important;

}

.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.0);
    padding-right: calc(var(--bs-gutter-x) * 0.0);
}
a {
    text-decoration: none;
}
.nav ul li a {
    font-stretch: condensed;
}

body {
    line-height: normal;
}