/* line 2, app/assets/stylesheets/_navbar.scss */
nav img {
  max-height: 6vh;
}

/* line 6, app/assets/stylesheets/_navbar.scss */
nav .nav-margin {
  margin-left: 70px;
}

/* line 10, app/assets/stylesheets/_navbar.scss */
nav .myco {
  display: block;
  padding: .5rem 1rem;
  color: white;
  background-color: var(--red);
  border-radius: 20px;
  max-width: 166px;
}

/* line 18, app/assets/stylesheets/_navbar.scss */
nav .myco:hover {
  color: white;
}

/* line 23, app/assets/stylesheets/_navbar.scss */
nav .border-red {
  border-bottom: 2px var(--red) solid;
}
