/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0j
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

body { border: solid 0px red; }

/* Example: Change the breakpoint to 992px (lg) instead of the default (often md) */
@media (min-width: 992px) {
    /* Styles for screens wider than 992px (desktop view) */
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    /* Styles for screens narrower than 992px (mobile view) */
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
}

@media (max-width: 992px) {

.navbar .collapse {
  margin-left: 10px; !important
}

}



.navbar .navbar-brand.custom-logo-link img {
  min-width: 100px;
}


.navbar .collapse .nav-link {
  font-size: 1rem;
}