/**
 * @file
 * Header Styles
 */
/* Header */
.header-wrapper {
  position: relative;
  z-index: 100;
  height: 90px;
  background-color: #000;
  box-shadow: 0 3px 5px rgb(0 0 0 / 0.75);
}

/* Logo */
.logo {
  position: absolute;
  top: 25px;
  left: 10px;
}

@media only screen and (max-width: 1275px) {
  .logo {
    left: 1rem;
  }
}

.logo a {
  display: block;
  width: 210px;
  height: 40px;
  text-indent: -9999px;
  background-image: url("../../images/c3-logo-header.png");
  background-repeat: no-repeat;
  background-size: cover;
}
