@font-face {
  font-family: true-blue;
  src: url(fonts/TRUE-BLUE.OTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.font-true-blue {
  font-family: true-blue !important;
}

@font-face {
  font-family: Helvetica-oblique;
  src: url(fonts/HELVETICA-OBLIQUE.TTF);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'alba';
  src:  url('fonts/alba/alba.eot?pmrsfa');
  src:  url('fonts/alba/alba.eot?pmrsfa#iefix') format('embedded-opentype'),
  url('fonts/alba/alba.ttf?pmrsfa') format('truetype'),
  url('fonts/alba/alba.woff?pmrsfa') format('woff'),
  url('fonts/alba/alba.svg?pmrsfa#alba') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="alba-"], [class*=" alba-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'alba' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alba-arrow-left:before {
  content: "\e900";
}
.alba-arrow-right:before {
  content: "\e901";
}

#art-main
{
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
}

#back-top {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader-overlay.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: grid;
}

#loader-overlay.overlay > div {
  margin: auto;
}
