body {
	background: #1f1d61;
	background-image: linear-gradient(to right, #1f1d61, #2d4e88);
}

.openseadragon-container {
  height: 90vh;
  height: calc(var(--vh, 1vh) * 90);
}
.os-nav {
  font-size: 0;
  line-height: 1;
  position: absolute;
  bottom: 48px;
  left: 48px;
}
.os-nav-item {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 12px;
  transition: background-color 0.3s ease;
}
.os-nav-item:hover {
  background-color: #4CBF99;
}
.os-nav-item:last-child {
  margin-right: 0;
}
.os-nav-item#zoom-in {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2V16M16 9L2 9' stroke='%2328273D' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.os-nav-item#zoom-in:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2V16M16 9L2 9' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.os-nav-item#zoom-out {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2L2 2' stroke='%2328273D' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.os-nav-item#zoom-out:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='4' viewBox='0 0 18 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 2L2 2' stroke='%23fff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.os-nav-item#home {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9998 22.002L16.9998 17.002L21.9998 17.002' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99976 17.002L6.99976 17.002L6.99976 22.002' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 2.00195V7.00195L2 7.00195' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 7L17 7L17 2' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11.9996' cy='12.0004' r='2' fill='%2328273D'/%3E%3C/svg%3E%0A");
}
.os-nav-item#home:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9998 22.002L16.9998 17.002L21.9998 17.002' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99976 17.002L6.99976 17.002L6.99976 22.002' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 2.00195V7.00195L2 7.00195' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 7L17 7L17 2' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11.9996' cy='12.0004' r='2' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.os-nav-item#full-page {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 11V18L11 18' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 9L2 2L9 2' stroke='%2328273D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='10' r='2' fill='%2328273D'/%3E%3C/svg%3E%0A");
}
.os-nav-item#full-page:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 11V18L11 18' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 9L2 2L9 2' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='10' r='2' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.openseadragon-container rect {
    display: none !important;
}
#footer,
#header {
    background: #000;
    color: #fff;
}
#footer a,
#header a{
    text-decoration: none;
    color: #fff;
}
#footer,
#header,
#infobox {
    transition: all 0.3s ease;
    display: none;
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.25) 0%, rgba(21, 21, 21, 0) 100%);
  height: 274px;
  box-sizing: border-box;
  padding: 40px 170px 56px 170px;
  pointer-events: none;
}
.header-box__logo {
  pointer-events: all;
  display: inline-block;
  width:238px;
}
.header-box__logo img {
  max-width: 100%;
}
.header-box__back {
  position: absolute;
  top: 66px;
  left: 48px;
  pointer-events: all;
}
.header-box__back a {
  font-family: 'Jost', sans-serif;
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 17px 0 17px 64px;
}

.header-box__back a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
	transition: all 0.3s ease;
}
.header-box__back a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 8L1.5 8M1.5 8L8 14.5M1.5 8L8 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
	transition: all 0.3s ease;
}

.header-box__back a:hover:before {
	background:#fff !important;

}
.header-box__back a:hover:after {
	    background: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 8L1.5 8M1.5 8L8 14.5M1.5 8L8 1.5' stroke='%2328273D' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat !important;


}

@media (max-width: 1000px) {
  .os-nav {
    padding: 0;
    background: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: 300px;
    text-align: center;
  }
 /* .os-nav-item {
    margin: 0 12px;
  }
  .os-nav-item:last-child {
    margin-right: 12px;
  }*/

  .header-box {
    padding: 36px 64px;
    height: auto;
  }

  .header-box__logo {
    width: 176px;
  }
  .header-box__back {
    left: 16px;
    top: 54px;
  }
  .header-box__back a {
    padding: 0;
    font-size: 0;
    line-height: 1;
    width: 34px;
    height: 34px;
  }

  .header-box__back a:before {
    background: #fff;
    width: 34px;
    height: 34px;
  }
  .header-box__back a:after {
    width: 34px;
    height: 34px;
    background: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 8L1.5 8M1.5 8L8 14.5M1.5 8L8 1.5' stroke='%2328273D' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  }
  

}

