html { position: relative; min-height: 100%; } .footer { bottom: 0; width: 100%; white-space: normal; padding: 1em; } .form-group { margin-bottom: 10px; } .container-custom, .container-fluid { margin-left: 1.5%; margin-right: 1.5%; } :root { --bs-link-hover-color: #b06d09; --bs-link-hover-color-rgb: 176, 109, 9; --bs-link-color: #e38d0b; --bs-link-color-rgb: 227, 141, 11; --bs-border-color: #343a40; } a { text-decoration-color: rgba(var(--bs-link-color-rgb), 0.3); text-underline-offset: 2px; } nav.navbar { line-height: 20px; } .navbar-brand { line-height: 20px; } .navbar-brand img { height: 35px; margin-right: 5px; }