.container-header {
  ::background-color: #EFF6FF;
  ::background-color: #112855
  background-color: #22262A;
  background-image: none;
}

.fch-banner {
  position: relative;
  min-width: 100%;
  padding: 0px;
}

.fch-banner-title {
  position: absolute;
  bottom: 0px;
  font-size: 2em;
  font-family: Courier;
  font-weight: bold;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  text-align: right;
}

.fch-banner-quote {
  position: absolute;
  bottom: 0px;
  right: 50%;
  left: 0px;
  font-size: 0.9em;
  font-family: Courier;
  font-weight: bold;
  font-style: italic;
  padding: 15px;
  text-align: center;
  vertical-align: center;
}

.fch-portfolio-item img {
  transition: transform 0.5s, filter 0.25s ease-in-out;
  filter: brightness(50%);
}

.fch-portfolio-item:hover img {
  filter: brightness(100%);
  transform: scale(1.1);
  overflow: hidden;
}

.fch-topmenu {
  position: absolute fixed;
  z-index: 1;
  background-color: #112855;
  width: 100%;
  height: 50px;
}

.fch-topmenu img {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}

.fch-topmenu-link {
  font-size: 0.7em;
}