header {
  font-family: Roboto, sans-serif;
  display: flex;
  background-color: #white;
  color: #414141;
  padding: 1em 5em;
  justify-content: center;
  align-items: center;
}

header #title {
	color: #414141;
  flex: 1;
  font-size: 2.2em;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

header #for-sustainable-development {
  font-size: 17px;
}

header #logos {
  /* flex: 1; */
  display: inline-block;
  white-space: nowrap;
}

header #logos img {
  margin-left: 3em;
  vertical-align: middle;
  height: 4em;
}

@media (max-width: 1000px) {
  header {
    padding: 1em;
  }

  header #title {
    text-align: center;
    font-size: 10vw;
  }

  header #logos {
    display: none;
  }
}
