a[href^='tel:'] {
  color: inherit !important;
  pointer-events: none;
}



header,
main {
  font-size: 15px;
}


header {
  background: rgba(255, 255, 255, 0.75);
  width: 160px;
  height: 160px;
  padding: 20px;

  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

header svg {
  fill: #000000;
  width: 100%;
}

nav,
nav * {
  line-height: 1em;
}
nav {
  font-size: 20px;

  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 999;
}
nav a {
  color: #ffffff;
}



.alpha:active,
.alpha:hover {
  opacity: 0.5;
}



main {
  min-width: 1000px;
}

#slider {
  position: relative !important;
}







