:root {
    --color-1st: #FF324D;
    --color-2nd: #1D2224;
}

.navbar-brand {
  width: 320px;
  height: auto;
}

.navbar-brand img {
  max-height: unset !important;
  width: 320px;
  height: auto;
}

.nav-fixed .navbar-brand img {
  width: 250px !important;
}