/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.5
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * primary old #335eea  51,94,234
 * secondary old #506690 80,102,144
 * background dark old #1b2a4e or 27,42,78 -> #30575a (50,75,79) -> #324B4F (50,75,79) -> #002A36 (0,42,54)
 * shadow  22,28,45 -> 0,42,54
 * focus #1c4ce8 -> #006849 -> #85E399 -> #1c4ce8
 * https://mycolor.space/?hex=%2348A9B6&sub=1
 */:root{

--bs-primary:#2B7A27;--bs-primary-rgb:43, 122, 39;
--bs-secondary:#2F4858;--bs-secondary-rgb:47,72,88;
.btn-primary{color:#000}
.btn-primary-soft{color:var(--bs-gray-800)}
/*
--bs-primary-desat:#6c8aec;--bs-primary-desat-rgb:108,138,236;
--bs-dark:#002A36;--bs-dark-rgb:0,42,54;
--bs-light-rgb:249,251,253;
--bs-body-color-rgb:0,42,54;--bs-body-bg-rgb:255,255,255;
*/
 }
 
 .navbar-brand {
   padding-top: 0rem;
   padding-bottom: 0rem;
 }
 /*
576px → sm (small devices, phones)

768px → md (medium devices, tablets)

992px → lg (large devices, desktops)

1200px → xl (extra large desktops)

1400px → xxl (very wide screens, Bootstrap 5+)
 */
 /* mobile: bigger relative size  */
 @media (max-width: 575px) {
   .navbar-brand-img {
     max-height:5rem;
 	 width:auto
   }
 }
 
 /* desktoip: smaller relative size  */
 @media (min-width: 576px) {
   .navbar-brand-img {
     max-height:5rem;
 	 width:auto
   }
 }
 

 