
/* body div.container{
  margin-left: 5%;
} */

header .custom-logo *,
header .header-action-container *{
    color: rgb(27 121 32) !important;
}

.custom-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.my-fa-item{
    font-size: 20px;
}


.align-center{
    align-items: center;
}

.header-container {
  margin-bottom: 10px;
}


.custom-logo a{
    width: auto;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: larger;
}

  body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
  }

  nav#top {
    background-color: none;
    border-bottom: none;
    font-size: 14px;
    padding: 6px 0;
    margin-bottom: 0px;
  }

  /* nav#top a {
    color: #444;
    text-decoration: none;
  } */

  /* nav#top a:hover {
    text-decoration: underline;
  } */

  nav#top .dropdown-menu {
    min-width: 180px;
    font-size: 14px;
  }

  .header-container {
    background-color: white;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }

  .custom-logo img {
    max-height: 80px;
  }

  .header-container .row {
    align-items: center;
  }

  .dropdown-toggle {
    cursor: pointer;
  }

  .dropdown-menu a.dropdown-item:hover {
    background-color: #f0f0f0;
  }

  .list-inline-item i {
    margin-right: 4px;
  }