header {
  padding: 1vw 2vw 2vw;
}

.header-container-home {
  position: relative;
  z-index: 2;
  height: 100%;
}

.home-text {
  position: relative;
  z-index: 2;
  padding: 5%;
  font-size: initial;
}

.home-text h2 {
  font-weight: normal;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
}

.column-single {
  padding: 0 2%;
  margin: 1% 0;
}

.column-single:last-of-type {
  border: none;
}

.column-single p {
  margin-top: 0;
}

.column-subtitle {
  font-size: large;
  font-weight: bold;
}

.desktop-visible {
  display: none;
}

@media only screen and (min-width: 480px) {
  .column-single {
    display: inline-block;
    width: 28%;
    border-right: 1px solid white;
    vertical-align: top;
  }

  .desktop-hidden {
    display: none;
  }

  .desktop-visible {
    display: block;
  }
}

.header-links a,
.header-links a:visited {
  color: white;
}

.header-links a:hover {
  color: #93beeb;
}

.header-link-image img {
  filter: none;
}

.header-link-image img:hover {
  filter: invert(25%) sepia(74%) saturate(976%) hue-rotate(180deg) brightness(104%) contrast(86%); /* #225f9b */
}

.header-sign:hover img {
  filter: invert(25%) sepia(74%) saturate(976%) hue-rotate(180deg) brightness(104%) contrast(86%);
}
