:root {
  --color-header-bg: #2E3955;
}

body {
  font-family: Montserrat, sans-serif;
}

.header-menu {
    background-color: var(--color-header-bg);
    color: white;
    min-height: 80px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    align-items: center;
    position: fixed;
    z-index: 100;
}

.header-menu > :first-child {
  width: 100%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.header-menu div section img {
  widows: 214px;
  height: 35px;
}

.header-menu nav ul li:hover, .header-menu nav ul li a:hover {
  color: #6f6f6f;
  text-decoration: underline;
  background: white;
  border-radius: 10px;
}

.header-menu nav ul li ul {
  background: black;
  color: white;
}

.header-menu nav ul li ul li:hover, .header-menu nav ul li ul li a:hover {
  background: black;
  color: white;
}

.search-input input, .search-input input::placeholder {
  color: white;
  border: white;
}

.search-input form svg {
    color: white;
}

.category-outstanding {
    font-size: 36px;
    text-align: center;
}

h3 {
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    color: black !important;
    margin-top: 15px;
}

.btn-primary {
  background: black;
  color: white;
  min-width: 100%;
  width: 100% !important;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 15px;
}

.footer-grid {
  display: flex;
  margin: 40px;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.red-line {
  width: 90%;
  margin: 30px auto;
  color: red;
}
