/**
.-----------------------------------------------------------------------.
|  @version: v1.0 (27 June 2026)
|  @author:  Matteo Montanari <matteo@italinux.com>
|  @link:    https://jdelectricalcontractor.com
'-----------------------------------------------------------------------'
.-----------------------------------------------------------------------------.
|  @license: FREE BSD License                                                 |
|            https://www.freebsd.org/copyright/freebsd-license                |
|                                                                             |
|  This program is distributed in the hope that it will be useful - WITHOUT   |
|  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or      |
|  FITNESS FOR A PARTICULAR PURPOSE.                                          |
'-----------------------------------------------------------------------------'
 */
header > div.navigation {
  padding-left: 0px !important; 
  padding-right: 0px !important;
}
.navbar-brand {
  white-space: normal !important;
}
header > div.navigation nav > a {
  max-width: 90%;
  display: flex;
  align-items: center;
}
header > div.navigation nav img {
  margin-left: 6px !important;
  margin-right: 10px !important;
  float:left;
}
header > div.navigation nav button.navbar-toggler {
  position: absolute;
  top: 5px;
  right: 0px;
}
