body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #EFE154;

}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #EFE154;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

.topnav a.active {
  background-color: #2547F0;
  color: white;
}


.topnav a img {
      height: 20px;
      margin-right: 8px;
      vertical-align: middle;
}

.topnav .icon {
  display: none;
}

/* From index page */

.bd-placeholder-img {
      object-fit: cover;
      border: 3px solid #ddd;
    }

    .featurette {
      margin-top: 4rem;
      margin-bottom: 4rem;
    }

    .rounded-circle {
      border-radius: 50% !important;
    }

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}