/*
    Theme Name: Bobcat Theme 3
    Author: CJ Lupori
    Description: Bobcat Theme Option 3 of 3
    Version: 1.0.1
*/
.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;
}

@media (min-width: 1050px) {
    .header .nav{display: flex; justify-content: right;}
}