.navbar_base {
  display: flex;
  justify-content: left;
  align-items: left;
  margin: 0;
  padding: 8px;
  width: 100%;
  border-bottom: 2px solid blue;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /*
    background-image: url('images/PG3-5733.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    */
}

.navbar_home {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  margin: 0;
  color: black;
  border-right: 2px solid gray;
  text-align: center;
}

.navbar_home:visited {
  color: black;
}

.navbar_link {
  text-decoration: none;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  /*line-height: 55px;*/
  margin: 0 0 auto;
  color: black;
}

.navbar_link:visited {
  text-decoration: none;
  color: black;
}

@media screen and (max-width: 600px) {
  .navbar_home {
    font-size: 18px;
  }

  .navbar_link {
    font-size: 14px;
    padding-right: 2px;
    padding-left: 2px;
  }
}
