.c-header__main .c-header__block ul.menu>li.menu-item:first-child{
  display: none !important;
}

.projectImage{
  display: block;
  max-width: 100%;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
}
.c-topbar__flag img{
  border: solid 1px #434f6e;
}
.socialIcons a{
  line-height: 1em;
}
.c-topbar i{
  font-size: 1.2em;
}

@media (min-width: 768px) {
  .c-header__logo img {
    height: 65px;
  }
}

input[type="file"] {
  background-color: #FFF;
  color: #000;
}

.btn-cta{
  background-color: var(--bs-cyan);
  border: none;
}