.header-gradient {
  background: radial-gradient(
    circle at center left,
    #f3c08c 0%, #d5cabf 20%, #e6e6e6 75%, #076585 100%
  );
}

.body-gradient {
  background: radial-gradient(
    circle at top left,
    #dfa973 5%, #d5cabf 25%, #f4e5e5 85%
  );
}

.serif {
  font-family: 'Times New Roman', Times, serif;
}

.hwrap {
  max-width: calc(100%);
  overflow: hidden;
}
.hmove {
  display: flex;
}
.hitem {
  font-size: 1.25rem;
  padding: 1rem;
  white-space: nowrap !important;
  width: fit-content;
  flex-shrink: 0;
  box-sizing: border-box;
}
@keyframes tickerh {
  0% { transform: translate(100%); }
  100% { transform: translate(-100%); }
}
.hmove {
  animation-name: tickerh;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.hmove:hover {
  animation-play-state: paused;
}

.climate .card {
  background-color: transparent;
}

.climate .card::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../assets/img/media-89.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.6;
}

/* .climate .card-title img {
  width: 50px;
}

.climate .card-text img {
  width: 20px;
} */

.attention .card h1 {
  text-shadow: 2px 2px 2px #a1a9d1;
  font-family: 'DFKai-sb', ;
}

.employee .card {
  background-color: transparent;
}

.employee .card::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../assets/img/media-89.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.6;
}

/* .employee .card-title img {
  width: 50px;
} */

.link .card {
  background-color: transparent;
}

.link .card::before {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: url(../assets/img/media-89.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.6;
}

[name=image-map] area{
  cursor: pointer;
}

/* https://getcssscan.com/css-buttons-examples */
.button-74 {
  padding: 0 10px;
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-74 {
    min-width: 120px;
    padding: 0 25px;
  }
}

.zocial,
a.zocial {
	border: 1px solid #777;
	border-color: rgba(0,0,0,0.2);
	border-bottom-color: #333;
	border-bottom-color: rgba(0,0,0,0.4);
	color: #fff;
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
	cursor: pointer;
	display: inline-block;
	padding: 0 .95em 0 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	white-space: nowrap;

	user-select: none;

	position: relative;

	border-radius: .3em;
}

.zocial div {
	border-right: 0.075em solid rgba(0,0,0,0.1);
	padding: 0 0.5em;
}

.zocial:active {
	outline: none; /* outline is visible on :focus */
}

/* Gradients */

.zocial {
	background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
}

.zocial:hover, .zocial:focus {
	background-image: linear-gradient(rgba(255,255,255,.15) 49%, rgba(0,0,0,.1) 51%, rgba(0,0,0,.15));
}

.zocial:active {
	background-image: linear-gradient(bottom, rgba(255,255,255,.1), rgba(255,255,255,0) 30%, transparent 50%, rgba(0,0,0,.1));
}

.zocial.itunes {
	border: 1px solid #aaa;
	border-color: rgba(0,0,0,0.3);
	border-bottom-color: #777;
	border-bottom-color: rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
	box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.zocial.itunes:focus,
.zocial.itunes:hover {
	background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.15));
}

.zocial.itunes:active {
	background-image: linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
}

.zocial.itunes {background-color: #374a61}